Re: [PATCH net-next v2] tcp: Namespace-ify sysctl_tcp_default_congestion_control

2017-11-14 Thread David Miller
From: Stephen Hemminger Date: Tue, 14 Nov 2017 08:25:49 -0800 > Make default TCP default congestion control to a per namespace > value. This changes default congestion control to a pointer to congestion ops > (rather than implicit as first element of available lsit). > > The congestion control s

Re: [PATCH net-next v2] tcp: Namespace-ify sysctl_tcp_default_congestion_control

2017-11-14 Thread Eric Dumazet
On Tue, 2017-11-14 at 08:25 -0800, Stephen Hemminger wrote: > Make default TCP default congestion control to a per namespace > value. This changes default congestion control to a pointer to congestion ops > (rather than implicit as first element of available lsit). > > The congestion control setti

[PATCH net-next v2] tcp: Namespace-ify sysctl_tcp_default_congestion_control

2017-11-14 Thread Stephen Hemminger
Make default TCP default congestion control to a per namespace value. This changes default congestion control to a pointer to congestion ops (rather than implicit as first element of available lsit). The congestion control setting of new namespaces is inherited from the current setting of the root