Searched hist:"74 cc6d182d038cbba6c6d91beb1b2bab926b618b" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | udp_tunnel_nic.c | diff 74cc6d182d038cbba6c6d91beb1b2bab926b618b Fri Sep 25 19:56:40 CDT 2020 Jakub Kicinski <kuba@kernel.org> udp_tunnel: add the ability to share port tables
Unfortunately recent Intel NIC designs share the UDP port table across netdevs. So far the UDP tunnel port state was maintained per netdev, we need to extend that to cater to Intel NICs.
Expect NICs to allocate the info structure dynamically and link to the state from there. All the shared NICs will record port offload information in the one instance of the table so we need to make sure that the use count can accommodate larger numbers.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | udp_tunnel.h | diff 74cc6d182d038cbba6c6d91beb1b2bab926b618b Fri Sep 25 19:56:40 CDT 2020 Jakub Kicinski <kuba@kernel.org> udp_tunnel: add the ability to share port tables
Unfortunately recent Intel NIC designs share the UDP port table across netdevs. So far the UDP tunnel port state was maintained per netdev, we need to extend that to cater to Intel NICs.
Expect NICs to allocate the info structure dynamically and link to the state from there. All the shared NICs will record port offload information in the one instance of the table so we need to make sure that the use count can accommodate larger numbers.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|