DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Alejandro.Lucero" <alejandro.lucero@netronome.com>
To: dev@dpdk.org
Subject: [PATCH v2 0/4] Support for Netronome´s NFP-6xxx card
Date: Tue,  6 Oct 2015 15:48:53 +0100	[thread overview]
Message-ID: <1444142937-29789-1-git-send-email-alejandro.lucero@netronome.com> (raw)

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

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

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

 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

             reply	other threads:[~2015-10-06 14:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-06 14:48 Alejandro.Lucero [this message]
2015-10-06 14:48 ` [dpdk-dev] [PATCH v2 1/4] This patch adds a PMD driver for Netronome NFP PCI cards Alejandro.Lucero
2015-10-06 14:48 ` [dpdk-dev] [PATCH v2 2/4] This patch adds a new UIO " Alejandro.Lucero
2015-10-06 14:48 ` [dpdk-dev] [PATCH v2 3/4] This patch adds documentation about Netronome´s NFP nic Alejandro.Lucero
2015-10-06 14:48 ` [dpdk-dev] [PATCH v2 4/4] Modifying configuration scripts for Netronome's nfp_uio driver Alejandro.Lucero
2015-10-14 17:16 ` [dpdk-dev] [PATCH v2 0/4] Support for Netronome´s NFP-6xxx card Mcnamara, John

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444142937-29789-1-git-send-email-alejandro.lucero@netronome.com \
    --to=alejandro.lucero@netronome.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).