[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231117071114.10667-1-louis.peens@corigine.com>
Date: Fri, 17 Nov 2023 09:11:12 +0200
From: Louis Peens <louis.peens@...igine.com>
To: David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: Yinjun Zhang <yinjun.zhang@...igine.com>,
netdev@...r.kernel.org,
oss-drivers@...igine.com
Subject: [PATCH net-next 0/2] 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.
Yinjun Zhang (2):
nfp: add ethtool flow steering callbacks
nfp: offload flow steering to the nfp
drivers/net/ethernet/netronome/nfp/nfp_net.h | 36 ++
.../ethernet/netronome/nfp/nfp_net_common.c | 183 +++++++++
.../net/ethernet/netronome/nfp/nfp_net_ctrl.h | 15 +
.../ethernet/netronome/nfp/nfp_net_ethtool.c | 369 ++++++++++++++++++
4 files changed, 603 insertions(+)
--
2.34.1
Powered by blists - more mailing lists