[PATCH v4 0/4] NFP PMD enhancement
Chaoyong He
chaoyong.he at corigine.com
Mon Nov 4 02:34:38 CET 2024
This patch series fix one problem imported by mistake and add support of
two new APIs.
---
v4:
* Also update the 'nfp.ini' file.
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 LED support
doc/guides/nics/features/nfp.ini | 3 +
.../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 +++
9 files changed, 571 insertions(+), 6 deletions(-)
--
2.43.5
More information about the dev
mailing list