[PATCH v3 0/4] NFP PMD enhancement
Chaoyong He
chaoyong.he at corigine.com
Fri Nov 1 03:57:09 CET 2024
This patch series fix one problem imported by mistake and add support of
two new APIs.
---
v3:
* Adapt to the multiple PF firmware.
v2:
* add one missing commit.
---
Chaoyong He (4):
net/nfp: fix port index problem
net/nfp: extract function to check physical reprsentor
net/nfp: add support for EEPROM functions
net/nfp: add support for port identify
.../net/nfp/flower/nfp_flower_representor.c | 128 +++++++-
.../net/nfp/flower/nfp_flower_representor.h | 1 +
drivers/net/nfp/nfp_ethdev.c | 7 +
drivers/net/nfp/nfp_net_common.c | 288 ++++++++++++++++++
drivers/net/nfp/nfp_net_common.h | 8 +
drivers/net/nfp/nfpcore/nfp_nsp.c | 96 ++++++
drivers/net/nfp/nfpcore/nfp_nsp.h | 10 +
drivers/net/nfp/nfpcore/nfp_nsp_eth.c | 36 +++
8 files changed, 568 insertions(+), 6 deletions(-)
--
2.43.5
More information about the dev
mailing list