[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220920151419.76050-1-simon.horman@corigine.com>
Date: Tue, 20 Sep 2022 16:14:16 +0100
From: Simon Horman <simon.horman@...igine.com>
To: David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, oss-drivers@...igine.com,
Diana Wang <na.wang@...igine.com>,
Peng Zhang <peng.zhang@...igine.com>
Subject: [PATCH/RFC net-next 0/3] nfp: support VF multi-queues configuration
Hi,
this short series adds the max_vf_queue generic devlink device parameter,
the intention of this is to allow configuration of the number of queues
associated with VFs, and facilitates having VFs with different queue
counts.
The series also adds support for multi-queue VFs to the nfp driver
and support for the max_vf_queue feature described above.
Diana Wang (1):
nfp: support VF multi-queues configuration
Peng Zhang (2):
devlink: Add new "max_vf_queue" generic device param
nfp: devlink: add the devlink parameter "max_vf_queue" support
.../networking/devlink/devlink-params.rst | 5 +
Documentation/networking/devlink/nfp.rst | 2 +
.../ethernet/netronome/nfp/devlink_param.c | 114 ++++++++++++++++++
drivers/net/ethernet/netronome/nfp/nfp_main.c | 6 +
drivers/net/ethernet/netronome/nfp/nfp_main.h | 13 ++
drivers/net/ethernet/netronome/nfp/nfp_net.h | 1 +
.../net/ethernet/netronome/nfp/nfp_net_main.c | 3 +
.../ethernet/netronome/nfp/nfp_net_sriov.c | 101 ++++++++++++++++
.../ethernet/netronome/nfp/nfp_net_sriov.h | 3 +
include/net/devlink.h | 4 +
net/core/devlink.c | 5 +
11 files changed, 257 insertions(+)
--
2.30.2
Powered by blists - more mailing lists