[dpdk-dev] [PATCH v4] support for netronome nfp-6xxx card

Alejandro.Lucero alejandro.lucero at netronome.com
Fri Oct 23 12:36:01 CEST 2015


From: "Alejandro.Lucero" <alejandro.lucero at netronome.com>

This patch adds a new PMD for Netronome nfp-6xxx cards.
Just PCI Virtual Functions support.

v4:
 - Just submitting PMD

V3:
 - Making all patches independent for applying and building
 - changing commits messages following standard

V2:

 - Code Style changes based on checkpatch.pl and DPDK style guide
 - Documentation changes using the right rst format
 - Moving the documentation changes to a new path file
 - Adding info to MAINTAINERS and release files

Alejandro.Lucero (1):
  nfp: new poll mode driver for netronome nfp-6xxx card

 drivers/net/nfp/Makefile       |   88 ++
 drivers/net/nfp/nfp_net.c      | 2495 ++++++++++++++++++++++++++++++++++++++++
 drivers/net/nfp/nfp_net_ctrl.h |  290 +++++
 drivers/net/nfp/nfp_net_logs.h |   75 ++
 drivers/net/nfp/nfp_net_pmd.h  |  434 +++++++
 5 files changed, 3382 insertions(+)
 create mode 100644 drivers/net/nfp/Makefile
 create mode 100644 drivers/net/nfp/nfp_net.c
 create mode 100644 drivers/net/nfp/nfp_net_ctrl.h
 create mode 100644 drivers/net/nfp/nfp_net_logs.h
 create mode 100644 drivers/net/nfp/nfp_net_pmd.h

-- 
1.7.9.5



More information about the dev mailing list