All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] nfp: support Corigine PCIE vendor ID
@ 2022-05-08 17:38 Simon Horman
  2022-05-08 17:38 ` [PATCH net-next 1/2] nfp: vendor neutral strings for chip and Corigne in strings for driver Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2022-05-08 17:38 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski; +Cc: netdev, oss-drivers, Yu Xiao

Historically the nfp driver has supported NFP chips with Netronome's
PCIE vendor ID. This patch extends the driver to also support NFP
chips, which at this point are assumed to be otherwise identical from
a software perspective, that have Corigine's PCIE vendor ID (0x1da8).

This patchset begins by cleaning up strings to make them:
* Vendor neutral for the NFP chip
* Relate to Corigine for the driver itself

It then adds support to the driver for the Corigine's PCIE vendor ID

Yu Xiao (2):
  nfp: vendor neutral strings for chip and Corigne in strings for driver
  nfp: support Corigine PCIE vendor ID

 drivers/net/ethernet/netronome/nfp/nfp_main.c | 38 ++++++++++++++-----
 .../ethernet/netronome/nfp/nfp_net_common.c   |  2 +-
 .../ethernet/netronome/nfp/nfp_netvf_main.c   | 12 +++++-
 .../netronome/nfp/nfpcore/nfp6000_pcie.c      | 18 ++++-----
 .../ethernet/netronome/nfp/nfpcore/nfp_dev.h  |  8 ++++
 5 files changed, 57 insertions(+), 21 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-05-10  1:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08 17:38 [PATCH net-next 0/2] nfp: support Corigine PCIE vendor ID Simon Horman
2022-05-08 17:38 ` [PATCH net-next 1/2] nfp: vendor neutral strings for chip and Corigne in strings for driver Simon Horman
2022-05-08 17:38 ` [PATCH net-next 2/2] nfp: support Corigine PCIE vendor ID Simon Horman
2022-05-10  1:30 ` [PATCH net-next 0/2] " patchwork-bot+netdevbpf

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.