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)
commitb1711d4310c24f6f668e2282e827434f9473c8bd
tree987243937ae0c5a86baf537c05851fa45967fc99
parent21612f52e429174394219a028ff20523117f53bc
parentc38fb3dcd53dbfc68eb429e8ecb0ec795f0d6ba1
Merge branch 'nfp-add-flow-steering-support'

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>