Searched hist:"966 e50597666d530b69de2abb9c83ff0a9bd3ee6" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | udp_tunnel_nic.c | diff 966e50597666d530b69de2abb9c83ff0a9bd3ee6 Tue Jul 28 16:47:58 CDT 2020 Jakub Kicinski <kuba@kernel.org> udp_tunnel: add the ability to hard-code IANA VXLAN
mlx5 has the IANA VXLAN port (4789) hard coded by the device, instead of being added dynamically when tunnels are created.
To support this add a workaround flag to struct udp_tunnel_nic_info. Skipping updates for the port is fairly trivial, dumping the hard coded port via ethtool requires some code duplication. The port is not a part of any real table, we dump it in a special table which has no tunnel types supported and only one entry.
This is the last known workaround / hack needed to convert all drivers to the new infra.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
|
/openbmc/linux/net/ethtool/ |
H A D | tunnels.c | diff 966e50597666d530b69de2abb9c83ff0a9bd3ee6 Tue Jul 28 16:47:58 CDT 2020 Jakub Kicinski <kuba@kernel.org> udp_tunnel: add the ability to hard-code IANA VXLAN
mlx5 has the IANA VXLAN port (4789) hard coded by the device, instead of being added dynamically when tunnels are created.
To support this add a workaround flag to struct udp_tunnel_nic_info. Skipping updates for the port is fairly trivial, dumping the hard coded port via ethtool requires some code duplication. The port is not a part of any real table, we dump it in a special table which has no tunnel types supported and only one entry.
This is the last known workaround / hack needed to convert all drivers to the new infra.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
|
/openbmc/linux/include/net/ |
H A D | udp_tunnel.h | diff 966e50597666d530b69de2abb9c83ff0a9bd3ee6 Tue Jul 28 16:47:58 CDT 2020 Jakub Kicinski <kuba@kernel.org> udp_tunnel: add the ability to hard-code IANA VXLAN
mlx5 has the IANA VXLAN port (4789) hard coded by the device, instead of being added dynamically when tunnels are created.
To support this add a workaround flag to struct udp_tunnel_nic_info. Skipping updates for the port is fairly trivial, dumping the hard coded port via ethtool requires some code duplication. The port is not a part of any real table, we dump it in a special table which has no tunnel types supported and only one entry.
This is the last known workaround / hack needed to convert all drivers to the new infra.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | diff 966e50597666d530b69de2abb9c83ff0a9bd3ee6 Tue Jul 28 16:47:58 CDT 2020 Jakub Kicinski <kuba@kernel.org> udp_tunnel: add the ability to hard-code IANA VXLAN
mlx5 has the IANA VXLAN port (4789) hard coded by the device, instead of being added dynamically when tunnels are created.
To support this add a workaround flag to struct udp_tunnel_nic_info. Skipping updates for the port is fairly trivial, dumping the hard coded port via ethtool requires some code duplication. The port is not a part of any real table, we dump it in a special table which has no tunnel types supported and only one entry.
This is the last known workaround / hack needed to convert all drivers to the new infra.
Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
|