Merge branch 'add-ethtool-ntuple-filters-support'
authorJakub Kicinski <kuba@kernel.org>
Tue, 17 Nov 2020 21:48:27 +0000 (13:48 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 17 Nov 2020 21:48:28 +0000 (13:48 -0800)
commit5cfa9a612836f06f14f8e4388a01576db558b771
tree0dafa056b62e7e8a600053c1f028dffd8f253068
parentf73659192b0bdf7bad826587b3530cef43cc048d
parent5a579667850a1f2c324b0899de0bf5af487137b3
Merge branch 'add-ethtool-ntuple-filters-support'

Naveen Mamindlapalli says:

====================
Add ethtool ntuple filters support

This patch series adds support for ethtool ntuple filters, unicast
address filtering, VLAN offload and SR-IOV ndo handlers. All of the
above features are based on the Admin Function(AF) driver support to
install and delete the low level MCAM entries. Each MCAM entry is
programmed with the packet fields to match and what actions to take
if the match succeeds. The PF driver requests AF driver to allocate
set of MCAM entries to be used to install the flows by that PF. The
entries will be freed when the PF driver is unloaded.

* The patches 1 to 4 adds AF driver infrastructure to install and
  delete the low level MCAM flow entries.
* Patch 5 adds ethtool ntuple filter support.
* Patch 6 adds unicast MAC address filtering.
* Patch 7 adds support for dumping the MCAM entries via debugfs.
* Patches 8 to 10 adds support for VLAN offload.
* Patch 10 to 11 adds support for SR-IOV ndo handlers.
* Patch 12 adds support to read the MCAM entries.

Misc:
* Removed redundant mailbox NIX_RXVLAN_ALLOC.
====================

Link: https://lore.kernel.org/r/20201114195303.25967-1-naveenm@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>