netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Issue with /proc/sys/net/ipv4/tcp_mem
@ 2015-10-12  9:38 wangyufen
  2015-10-12 15:24 ` Eric W. Biederman
  2015-10-12 16:37 ` Eric W. Biederman
  0 siblings, 2 replies; 6+ messages in thread
From: wangyufen @ 2015-10-12  9:38 UTC (permalink / raw)
  To: Eric W. Biederman; +Cc: netdev

Hi,

I tried on linux-4.1:
    linux:~# cat /proc/sys/net/ipv4/tcp_mem 
    8388608	12582912	16777216
    linux:~# echo 1234 >/proc/sys/net/ipv4/tcp_mem 
    -bash: echo: write error: Invalid argument
    linux:~# cat /proc/sys/net/ipv4/tcp_mem 
    1234	12582912	16777216

the echo operation got error, but value already written to tcp_mem.

I checked, patch f594d63199688ad568fb caused the issue.


thanks,
Wang

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-28  8:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12  9:38 Issue with /proc/sys/net/ipv4/tcp_mem wangyufen
2015-10-12 15:24 ` Eric W. Biederman
2015-10-12 16:37 ` Eric W. Biederman
2015-10-13  1:44   ` Eric Dumazet
2015-10-13  5:07     ` Eric W. Biederman
2015-11-28  8:13       ` wangyufen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).