DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] Support for Netronome´s NFP-6xxx card
@ 2015-10-02 11:25 Alejandro.Lucero
  2015-10-02 11:25 ` [dpdk-dev] [PATCH 1/3] This patch adds a PMD driver for Netronome NFP PCI cards Alejandro.Lucero
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alejandro.Lucero @ 2015-10-02 11:25 UTC (permalink / raw)
  To: dev

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

Alejandro.Lucero (3):
  This patch adds a PMD driver for Netronome NFP PCI cards.
  This patch adds a new UIO driver for Netronome NFP PCI cards.
  Modifying configuration scripts for Netronome's nfp_uio driver.

 config/common_linuxapp                    |    6 +
 doc/guides/nics/nfp.rst                   |  248 +++
 drivers/net/Makefile                      |    1 +
 drivers/net/nfp/Makefile                  |   88 +
 drivers/net/nfp/nfp_net.c                 | 2480 +++++++++++++++++++++++++++++
 drivers/net/nfp/nfp_net_ctrl.h            |  294 ++++
 drivers/net/nfp/nfp_net_logs.h            |   76 +
 drivers/net/nfp/nfp_net_pmd.h             |  415 +++++
 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 +-
 18 files changed, 4270 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] 5+ messages in thread

end of thread, other threads:[~2015-10-05 10:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-02 11:25 [dpdk-dev] [PATCH 0/3] Support for Netronome´s NFP-6xxx card Alejandro.Lucero
2015-10-02 11:25 ` [dpdk-dev] [PATCH 1/3] This patch adds a PMD driver for Netronome NFP PCI cards Alejandro.Lucero
2015-10-02 11:25 ` [dpdk-dev] [PATCH 2/3] This patch adds a new UIO " Alejandro.Lucero
2015-10-02 11:25 ` [dpdk-dev] [PATCH 3/3] Modifying configuration scripts for Netronome's nfp_uio driver Alejandro.Lucero
2015-10-05 10:52 ` [dpdk-dev] [PATCH 0/3] Support for Netronome´s NFP-6xxx card Mcnamara, John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).