All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] NFP PMD enhancement
@ 2024-10-30  8:19 Chaoyong He
  2024-10-30  8:19 ` [PATCH 1/3] net/nfp: extract function to check physical reprsentor Chaoyong He
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: Chaoyong He @ 2024-10-30  8:19 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series fix one problem imported by mistake and add support of
two new APIs.

Chaoyong He (3):
  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   | 124 +++++++-
 .../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, 564 insertions(+), 6 deletions(-)

-- 
2.43.5


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-11-06  1:46 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30  8:19 [PATCH 0/3] NFP PMD enhancement Chaoyong He
2024-10-30  8:19 ` [PATCH 1/3] net/nfp: extract function to check physical reprsentor Chaoyong He
2024-10-30  8:19 ` [PATCH 2/3] net/nfp: add support for EEPROM functions Chaoyong He
2024-10-30  8:19 ` [PATCH 3/3] net/nfp: add support for port identify Chaoyong He
2024-10-30  8:27 ` [PATCH 0/4] NFP PMD enhancement Chaoyong He
2024-10-30  8:27   ` [PATCH 1/4] net/nfp: fix port index problem Chaoyong He
2024-10-30  8:27   ` [PATCH 2/4] net/nfp: extract function to check physical reprsentor Chaoyong He
2024-10-30  8:27   ` [PATCH 3/4] net/nfp: add support for EEPROM functions Chaoyong He
2024-10-30  8:27   ` [PATCH 4/4] net/nfp: add support for port identify Chaoyong He
2024-11-01  2:57   ` [PATCH v3 0/4] NFP PMD enhancement Chaoyong He
2024-11-01  2:57     ` [PATCH v3 1/4] net/nfp: fix port index problem Chaoyong He
2024-11-01  3:44       ` Stephen Hemminger
2024-11-01  2:57     ` [PATCH v3 2/4] net/nfp: extract function to check physical reprsentor Chaoyong He
2024-11-01  2:57     ` [PATCH v3 3/4] net/nfp: add support for EEPROM functions Chaoyong He
2024-11-03  0:46       ` Ferruh Yigit
2024-11-01  2:57     ` [PATCH v3 4/4] net/nfp: add support for port identify Chaoyong He
2024-11-03  0:48       ` Ferruh Yigit
2024-11-04  1:34     ` [PATCH v4 0/4] NFP PMD enhancement Chaoyong He
2024-11-04  1:34       ` [PATCH v4 1/4] net/nfp: fix port index problem Chaoyong He
2024-11-04  1:34       ` [PATCH v4 2/4] net/nfp: extract function to check physical reprsentor Chaoyong He
2024-11-04  1:34       ` [PATCH v4 3/4] net/nfp: add support for EEPROM functions Chaoyong He
2024-11-04  1:34       ` [PATCH v4 4/4] net/nfp: add LED support Chaoyong He
2024-11-06  1:46       ` [PATCH v4 0/4] NFP PMD enhancement Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.