Re: [PATCH v2 1/2] udp: Move the udp sysctl to namespace.

2018-03-16 Thread David Miller
From: Tonghao Zhang Date: Tue, 13 Mar 2018 21:57:16 -0700 > This patch moves the udp_rmem_min, udp_wmem_min > to namespace and init the udp_l3mdev_accept explicitly. > > The udp_rmem_min/udp_wmem_min affect udp rx/tx queue, > with this patch namespaces can set them

[PATCH v2 1/2] udp: Move the udp sysctl to namespace.

2018-03-13 Thread Tonghao Zhang
This patch moves the udp_rmem_min, udp_wmem_min to namespace and init the udp_l3mdev_accept explicitly. The udp_rmem_min/udp_wmem_min affect udp rx/tx queue, with this patch namespaces can set them differently. Signed-off-by: Tonghao Zhang --- v2: use a common helper