This patch series add support of the multiple PF flower firmware. Peng Zhang (9): net/nfp: extract the function to allocate the PHY net/nfp: extract the function to initialize the PF net/nfp: extract the function to allocate PF net/nfp: extract the function to allocate the VF net/nfp: revise the number of PF representor port net/nfp: initialize the representor port of the multiple PF net/nfp: ignore useless message for multiple PF net/nfp: add the new operations for multiple PF net/nfp: update the Tx and Rx function for multiple PF
drivers/net/nfp/flower/nfp_flower.c | 91 ++++ drivers/net/nfp/flower/nfp_flower.h | 7 + drivers/net/nfp/flower/nfp_flower_cmsg.h | 7 + drivers/net/nfp/flower/nfp_flower_ctrl.c | 10 +- .../net/nfp/flower/nfp_flower_representor.c | 413 +++++++++++++----- drivers/net/nfp/nfp_ethdev.c | 6 + drivers/net/nfp/nfp_ethdev_vf.c | 6 + drivers/net/nfp/nfp_net_common.c | 50 ++- drivers/net/nfp/nfp_net_common.h | 4 + drivers/net/nfp/nfp_rxtx.c | 14 +- 10 files changed, 479 insertions(+), 129 deletions(-) -- 2.39.1