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

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

This patchset adds a new PMD for Netronome nfp-6xxx card.
Just PCI Virtual Functions supported.
Using this PMD requires previous Netronome BSP installation.

v8:
 - removing remaining unnecessary flags to PMD Makefile

v7:
 - Adding support for link status changes interrupts.
 - removing unnecessary flags when compiling the PMD.

v6:
 - Making each patch compilable.

v5:
 - Splitting up patches per functionality.

v4:
 - Getting rid of nfp_uio. 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
  nfp: adding tx/tx functionality
  nfp: adding rss
  nfp: adding stats
  nfp: adding link functionality
  nfp: adding extra functionality
  nfp: link status change interrupt support
  nfp: adding nic guide
  nfp: Updating MAINTAINERS

 MAINTAINERS                          |    4 +
 config/common_linuxapp               |    6 +
 doc/guides/nics/index.rst            |    1 +
 doc/guides/nics/nfp.rst              |  265 ++++
 doc/guides/rel_notes/release_2_2.rst |    4 +
 drivers/net/Makefile                 |    1 +
 drivers/net/nfp/Makefile             |   54 +
 drivers/net/nfp/nfp_net.c            | 2499 ++++++++++++++++++++++++++++++++++
 drivers/net/nfp/nfp_net_ctrl.h       |  324 +++++
 drivers/net/nfp/nfp_net_logs.h       |   75 +
 drivers/net/nfp/nfp_net_pmd.h        |  453 ++++++
 mk/rte.app.mk                        |    1 +
 12 files changed, 3687 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] 16+ messages in thread

end of thread, other threads:[~2015-11-25 18:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-25 16:19 [PATCH v8 0/9] support for netronome nfp-6xxx card Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 1/9] nfp: basic initialization Alejandro.Lucero
2015-11-25 18:47   ` Thomas Monjalon
2015-11-25 18:48   ` Thomas Monjalon
2015-11-25 16:19 ` [PATCH v8 2/9] nfp: adding tx/tx functionality Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 3/9] nfp: adding rss Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 4/9] nfp: adding stats Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 5/9] nfp: adding link functionality Alejandro.Lucero
2015-11-25 16:29   ` Stephen Hemminger
2015-11-25 16:30     ` Thomas Monjalon
2015-11-25 16:33     ` Alejandro Lucero
2015-11-25 16:19 ` [PATCH v8 6/9] nfp: adding extra functionality Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 7/9] nfp: link status change interrupt support Alejandro.Lucero
2015-11-25 16:32   ` Stephen Hemminger
2015-11-25 16:19 ` [PATCH v8 8/9] nfp: adding nic guide Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 9/9] nfp: Updating MAINTAINERS 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.