Re: [PATCH] tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem

2019-02-18 Thread Greg KH
On Thu, Feb 14, 2019 at 01:12:08AM +, Alakesh Haloi wrote: > [ Upstream commit 356d1833b638bd465672aefeb71def3ab93fc17d ] > > Note that when a new netns is created, it inherits its > sysctl_tcp_rmem and sysctl_tcp_wmem from initial netns. > > This change is needed so that we can refine TCP rc

Re: [PATCH] tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem

2019-02-17 Thread Sasha Levin
On Thu, Feb 14, 2019 at 01:12:08AM +, Alakesh Haloi wrote: [ Upstream commit 356d1833b638bd465672aefeb71def3ab93fc17d ] Note that when a new netns is created, it inherits its sysctl_tcp_rmem and sysctl_tcp_wmem from initial netns. This change is needed so that we can refine TCP rcvbuf autot