Re: [PATCH net-next v2 1/2] net: make net.core.{r,w}mem_{default,max} namespaced

2024-05-31 Thread Shakeel Butt
On Fri, May 31, 2024 at 01:27:21AM GMT, technobo...@gmail.com wrote: > From: Matteo Croce > > The following sysctl are global and can't be read from a netns: > > net.core.rmem_default > net.core.rmem_max > net.core.wmem_default > net.core.wmem_max > > Make the following sysctl parameters availa

Re: [PATCH net-next v2 1/2] net: make net.core.{r,w}mem_{default,max} namespaced

2024-05-31 Thread Eric Dumazet
On Fri, May 31, 2024 at 1:27 AM wrote: > > From: Matteo Croce > > The following sysctl are global and can't be read from a netns: > > net.core.rmem_default > net.core.rmem_max > net.core.wmem_default > net.core.wmem_max > > Make the following sysctl parameters available readonly from within a > n

[PATCH net-next v2 1/2] net: make net.core.{r,w}mem_{default,max} namespaced

2024-05-30 Thread technoboy85
From: Matteo Croce The following sysctl are global and can't be read from a netns: net.core.rmem_default net.core.rmem_max net.core.wmem_default net.core.wmem_max Make the following sysctl parameters available readonly from within a network namespace, allowing a container to read them. Signed-