All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/9] support for netronome nfp-6xxx card
@ 2015-11-02 12:25 Alejandro.Lucero
  2015-11-02 12:25 ` [PATCH v5 1/9] nfp: basic initialization for netronome´s " Alejandro.Lucero
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Alejandro.Lucero @ 2015-11-02 12:25 UTC (permalink / raw)
  To: dev

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

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

v5:
 - Submitting code piece by piece as requested

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 files to a new patch file
 - Adding info to MAINTAINERS and release files

Alejandro.Lucero (9):
  nfp: basic initialization for netronome´s nfp-6xxx card
  nfp: rx/tx functionality
  nfp: adding rss functionality
  nfp: adding stats functionality
  nfp: adding link functionality
  nfp: adding functionality to pmd
  nfp: integration with dpdk build system
  nfp: adding nic guide
  nfp: adding maintainers and release info

 MAINTAINERS                          |    5 +
 config/common_linuxapp               |    6 +
 doc/guides/nics/index.rst            |    1 +
 doc/guides/nics/nfp.rst              |  189 +++
 doc/guides/rel_notes/release_2_2.rst |    4 +
 drivers/net/Makefile                 |    1 +
 drivers/net/nfp/Makefile             |   88 ++
 drivers/net/nfp/nfp_net.c            | 2366 ++++++++++++++++++++++++++++++++++
 drivers/net/nfp/nfp_net_ctrl.h       |  290 +++++
 drivers/net/nfp/nfp_net_logs.h       |   75 ++
 drivers/net/nfp/nfp_net_pmd.h        |  434 +++++++
 mk/rte.app.mk                        |    1 +
 12 files changed, 3460 insertions(+)
 create mode 100644 doc/guides/nics/nfp.rst
 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

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

end of thread, other threads:[~2015-11-04 15:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-02 12:25 [PATCH v5 0/9] support for netronome nfp-6xxx card Alejandro.Lucero
2015-11-02 12:25 ` [PATCH v5 1/9] nfp: basic initialization for netronome´s " Alejandro.Lucero
2015-11-04 15:05   ` Thomas Monjalon
2015-11-02 12:25 ` [PATCH v5 2/9] nfp: rx/tx functionality Alejandro.Lucero
2015-11-02 12:25 ` [PATCH v5 3/9] nfp: adding rss functionality Alejandro.Lucero
2015-11-02 12:25 ` [PATCH v5 4/9] nfp: adding stats functionality Alejandro.Lucero
2015-11-02 12:25 ` [PATCH v5 5/9] nfp: adding link functionality Alejandro.Lucero
2015-11-02 12:25 ` [PATCH v5 6/9] nfp: adding functionality to pmd Alejandro.Lucero
2015-11-02 12:25 ` [PATCH v5 7/9] nfp: integration with dpdk build system Alejandro.Lucero
2015-11-02 12:25 ` [PATCH v5 8/9] nfp: adding nic guide Alejandro.Lucero
2015-11-04 15:03   ` Thomas Monjalon
2015-11-04 15:41     ` Alejandro Lucero
2015-11-02 12:25 ` [PATCH v5 9/9] nfp: adding maintainers and release info Alejandro.Lucero

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.