commit | 1e8029515816f771b9b3751f24f19fe6df4c72ae | [log] [tgz] |
---|---|---|
author | Tonghao Zhang <xiangxia.m.yue@gmail.com> | Tue Mar 13 21:57:16 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 16 12:03:30 2018 -0400 |
tree | 652e061c917c60c76b5e81abcad944cdfdaaee43 | |
parent | 859844e5c285c42e8f2a273d7ee3c0c0df6a074a [diff] |
udp: Move the udp sysctl to namespace. 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 <xiangxia.m.yue@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>