[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180116.093056.695073638764843370.davem@davemloft.net>
Date: Tue, 16 Jan 2018 09:30:56 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: besser82@...oraproject.org
Cc: waltje@...lt.NL.Mugnet.ORG, flla@...d.uni-sb.de,
A.Cox@...nsea.ac.uk, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, trivial@...nel.org, labbott@...hat.com,
zbyszek@...waw.pl
Subject: Re: [PATCH 4.15-rc8] net/core: Increase default optmem_max limit
From: Björn 'besser82' Esser <besser82@...oraproject.org>
Date: Tue, 16 Jan 2018 00:59:11 +0100
> @@ -316,7 +316,7 @@ __u32 sysctl_wmem_default __read_mostly
> __u32 sysctl_rmem_default __read_mostly = SK_RMEM_MAX;
>
> /* Maximal
> space eaten by iovec or ancillary data plus some space */
This patch is corrupted by your email client, it has chopped up long
lines and turned TABs into a series of SPACE characters.
> -int sysctl_optmem_max __read_mostly = sizeof(unsigned long)*(2*UIO_MAXIOV+512);
> +int
> sysctl_optmem_max __read_mostly = sizeof(unsigned long)*4*(2*UIO_MAXIOV+512);
> EXPORT_SYMBOL(sysctl_optmem_max);
Please style this in a more appropriate manner.
Thank you.
Powered by blists - more mailing lists