mbox series

[net-next,0/2] nfp: support Corigine PCIE vendor ID

Message ID 20220508173816.476357-1-simon.horman@corigine.com (mailing list archive)
Headers show
Series nfp: support Corigine PCIE vendor ID | expand

Message

Simon Horman May 8, 2022, 5:38 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 10, 2022, 1:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Sun,  8 May 2022 19:38:14 +0200 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] nfp: vendor neutral strings for chip and Corigne in strings for driver
    https://git.kernel.org/netdev/net-next/c/34e244ea1507
  - [net-next,2/2] nfp: support Corigine PCIE vendor ID
    https://git.kernel.org/netdev/net-next/c/299ba7a32a3c

You are awesome, thank you!