Merge branch 'nfp-add-flow-steering-support'
authorJakub Kicinski <kuba@kernel.org>
Tue, 21 Nov 2023 02:04:32 +0000 (18:04 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 21 Nov 2023 02:04:32 +0000 (18:04 -0800)
Louis Peens says:

====================
nfp: add flow-steering support

This short series adds flow steering support for the nfp driver.
The first patch adds the part to communicate with ethtool but
stubs out the HW offload parts. The second patch implements the
HW communication and offloads flow steering.

After this series the user can now use 'ethtool -N/-n' to configure
and display rx classification rules.
====================

Link: https://lore.kernel.org/r/20231117071114.10667-1-louis.peens@corigine.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge