]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'udp_tunnel-convert-Intel-drivers-with-shared-tables'
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Sep 2020 19:50:13 +0000 (12:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Sep 2020 19:50:13 +0000 (12:50 -0700)
commit86bffd530de643fccaa84a7d0333e846978f564f
tree62c5788cb6cd4aab5309c5550bc2ce43f3f9ecd5
parentc8142fd207136bdcd2ca63f62da3b01b178bd75d
parentb430727fc584970fb56b205e412625da20ee09d7
Merge branch 'udp_tunnel-convert-Intel-drivers-with-shared-tables'

Jakub Kicinski says:

====================
udp_tunnel: convert Intel drivers with shared tables

This set converts Intel drivers which have the ability to spawn
multiple netdevs, but have only one UDP tunnel port table.

Appropriate support is added to the core infra in patch 1,
followed by netdevsim support and a selftest.

The table sharing works by core attaching the same table
structure to all devices sharing the table. This means the
reference count has to accommodate potentially large values.

Once core is ready i40e and ice are converted. These are
complex drivers, but we got a tested-by from Aaron, so we
should be good :)

Compared to v1 I've made sure the selftest is executable.

Other than that patches 8 and 9 are actually from the Mellanox
conversion series were kept out to avoid Mellanox vs Intel
conflicts.

Last patch is new, some docs to let users knows ethtool
can now display UDP tunnel info.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>