All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] support for netronome nfp-6xxx card
@ 2015-10-16 10:45 Alejandro.Lucero
  2015-10-16 10:45 ` [PATCH v3 1/4] nfp: new poll mode driver for netronome nfp6000 card Alejandro.Lucero
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Alejandro.Lucero @ 2015-10-16 10:45 UTC (permalink / raw)
  To: dev

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

This patchset adds a new PMD for Netronome NFP-6xxx card along with a new
UIO driver, documentation and minor changes to configuration scripts.

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 (4):
  nfp: new poll mode driver for netronome nfp6000 card
  nfp-uio: new uio driver for netronome nfp6000 card
  doc: add netronome nfp6000 guide
  tools: add support for nfp_uio

 MAINTAINERS                               |    9 +
 config/common_linuxapp                    |    6 +
 doc/guides/nics/index.rst                 |    1 +
 doc/guides/nics/nfp.rst                   |  270 ++++
 doc/guides/rel_notes/release_2_2.rst      |    8 +
 drivers/net/Makefile                      |    1 +
 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 +++++
 lib/librte_eal/common/include/rte_pci.h   |    1 +
 lib/librte_eal/linuxapp/Makefile          |    3 +
 lib/librte_eal/linuxapp/eal/eal_pci.c     |    4 +
 lib/librte_eal/linuxapp/eal/eal_pci_uio.c |    2 +-
 lib/librte_eal/linuxapp/nfp_uio/Makefile  |   53 +
 lib/librte_eal/linuxapp/nfp_uio/nfp_uio.c |  497 ++++++
 lib/librte_ether/rte_ethdev.c             |    1 +
 mk/rte.app.mk                             |    1 +
 tools/dpdk_nic_bind.py                    |    8 +-
 tools/setup.sh                            |  122 +-
 21 files changed, 4339 insertions(+), 30 deletions(-)
 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
 create mode 100644 lib/librte_eal/linuxapp/nfp_uio/Makefile
 create mode 100644 lib/librte_eal/linuxapp/nfp_uio/nfp_uio.c

-- 
1.7.9.5

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

end of thread, other threads:[~2015-10-22 11:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-16 10:45 [PATCH v3 0/4] support for netronome nfp-6xxx card Alejandro.Lucero
2015-10-16 10:45 ` [PATCH v3 1/4] nfp: new poll mode driver for netronome nfp6000 card Alejandro.Lucero
2015-10-16 10:45 ` [PATCH v3 2/4] nfp-uio: new uio " Alejandro.Lucero
2015-10-21  5:24   ` David Marchand
2015-10-21 14:39     ` Alejandro Lucero
2015-10-21 15:25       ` Thomas Monjalon
2015-10-21 15:57         ` Alejandro Lucero
2015-10-21 16:03           ` Thomas Monjalon
2015-10-21 19:40             ` Alejandro Lucero
2015-10-22 11:46               ` Alejandro Lucero
2015-10-16 10:45 ` [PATCH v3 3/4] doc: add netronome nfp6000 guide Alejandro.Lucero
2015-10-16 10:45 ` [PATCH v3 4/4] tools: add support for nfp_uio Alejandro.Lucero
2015-10-19 19:17 ` [PATCH v3 0/4] support for netronome nfp-6xxx card Mcnamara, John

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.