mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] ipv4: Namespaceify two sysctls related with mtu
@ 2022-01-04 10:57 cgel.zte
  2022-01-04 10:59 ` [PATCH 1/2] Namespaceify min_pmtu sysctl cgel.zte
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cgel.zte @ 2022-01-04 10:57 UTC (permalink / raw)
  To: davem, kuba, yoshfuji, dsahern; +Cc: xu.xin16, edumazet, netdev, linux-kernel

From: xu xin <xu.xin16@zte.com.cn>

The following patch series enables the min_pmtu and mtu_expires to
be visible and configurable per net namespace. Different namespace
application might have different requirements on the setting of
min_pmtu and mtu_expires.

If these two patches are applied, inside a net namespace we create,
we can see two more sysctls under /proc/sys/net/ipv4/route:
1. min_pmtu
2. mtu_expires

where min_pmtu and mtu_expires are configurable.

xu xin (2):
namespaceify-min-pmtu
Namespaceify pmtu_expires

xu xin (2):
  Namespaceify min_pmtu sysctl
  Namespaceify mtu_expires sysctl

 include/net/netns/ipv4.h |  3 ++
 net/ipv4/route.c         | 74 ++++++++++++++++++++++++++--------------
 2 files changed, 51 insertions(+), 26 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-04 12:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 10:57 [PATCH 0/2] ipv4: Namespaceify two sysctls related with mtu cgel.zte
2022-01-04 10:59 ` [PATCH 1/2] Namespaceify min_pmtu sysctl cgel.zte
2022-01-04 10:59 ` [PATCH 2/2] Namespaceify mtu_expires sysctl cgel.zte
2022-01-04 12:50 ` [PATCH 0/2] ipv4: Namespaceify two sysctls related with mtu patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome