[PATCH 00/23] support flower firmware with multiple PF
Chaoyong He
chaoyong.he at corigine.com
Wed Jun 19 11:58:07 CEST 2024
This patch series refactor some data structure and logic in order
to support the flower firmware with multiple PF.
Peng Zhang (23):
net/nfp: fix dereference of null pointer
net/nfp: disable ctrl VNIC queues
net/nfp: fix dereference of null pointer
net/nfp: fix repeat disable the port
net/nfp: fix repeat set the speed configure
net/nfp: make the logic simpler by adding local variable
net/nfp: rename the variable name
net/nfp: export function ID get interface
net/nfp: extract total phyports
net/nfp: extract the initialize helper function
net/nfp: get the VF configuration
net/nfp: refactor the logic of flower service
net/nfp: get the first VF ID of the PF
net/nfp: add the helper function to map rtsym with offset
net/nfp: add the VF table to record the VF information
net/nfp: support configuration of VF numbers
net/nfp: configure the VF queue
net/nfp: add check for numbers of VF representor port
net/nfp: add support of ring pop and push
net/nfp: add resource share mode of host context
net/nfp: add resource share mode of mask ID
net/nfp: add device active command for nsp service
net/nfp: add support of flower firmware with multiple PF
drivers/common/nfp/nfp_common_ctrl.h | 21 +
drivers/net/nfp/flower/nfp_conntrack.c | 2 +-
drivers/net/nfp/flower/nfp_flower.c | 25 +-
drivers/net/nfp/flower/nfp_flower_cmsg.c | 10 +-
drivers/net/nfp/flower/nfp_flower_cmsg.h | 3 +-
drivers/net/nfp/flower/nfp_flower_ctrl.c | 28 +-
drivers/net/nfp/flower/nfp_flower_ctrl.h | 2 +-
drivers/net/nfp/flower/nfp_flower_flow.c | 241 +++++++--
drivers/net/nfp/flower/nfp_flower_flow.h | 4 +-
.../net/nfp/flower/nfp_flower_representor.c | 58 +-
drivers/net/nfp/flower/nfp_flower_service.c | 24 +-
drivers/net/nfp/flower/nfp_flower_service.h | 4 +-
drivers/net/nfp/nfp_ethdev.c | 494 ++++++++++++++----
drivers/net/nfp/nfp_net_common.c | 183 +++++++
drivers/net/nfp/nfp_net_common.h | 27 +-
drivers/net/nfp/nfpcore/nfp_nsp.c | 10 +
drivers/net/nfp/nfpcore/nfp_nsp.h | 1 +
drivers/net/nfp/nfpcore/nfp_rtsym.c | 117 ++++-
drivers/net/nfp/nfpcore/nfp_rtsym.h | 6 +
drivers/net/nfp/nfpcore/nfp_target.c | 2 +
20 files changed, 1053 insertions(+), 209 deletions(-)
--
2.39.1
More information about the dev
mailing list