Merge branch 'cxgb4-add-support-for-ethtool-n-tuple-filters'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 20:17:32 +0000 (13:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 20:17:32 +0000 (13:17 -0700)
commite9f0809fb91015b85d159dbfdc64f705fda08712
tree20931e2123db1ad2d866bd69f7afcd4b91a61fca
parent4b61d3e8d3daebbde7ec02d593f84248fdf8bec2
parent4dababa232f26eda7e827cfc0360c160549d9a84
Merge branch 'cxgb4-add-support-for-ethtool-n-tuple-filters'

Vishal Kulkarni says:

====================
cxgb4: add support for ethtool n-tuple filters

Patch 1: Adds data structure to maintain list of filters and handles init/dinit
 of the same.

Patch 2: Handles addition of filters via ETHTOOL_SRXCLSRLINS.

Patch 3: Handles deletion of filtes via ETHTOOL_SRXCLSRLDEL.

Patch 4: Handles viewing of added filters.

Patch 5: Adds FLOW_ACTION_QUEUE support.
====================

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