DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Alejandro.Lucero" <alejandro.lucero@netronome.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v7 0/9] support for netronome nfp-6xxx card
Date: Wed, 25 Nov 2015 15:36:27 +0000	[thread overview]
Message-ID: <1448465796-14483-1-git-send-email-alejandro.lucero@netronome.com> (raw)

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.

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.

*** BLURB HERE ***

Alejandro.Lucero (9):
  nfp: basic initialization
  nfp: adding rx/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             |   57 +
 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, 3690 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

             reply	other threads:[~2015-11-25 15:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-25 15:36 Alejandro.Lucero [this message]
2015-11-25 15:36 ` [dpdk-dev] [PATCH v7 1/9] nfp: basic initialization Alejandro.Lucero
2015-11-25 15:50   ` Thomas Monjalon
2015-11-25 15:36 ` [dpdk-dev] [PATCH v7 2/9] nfp: adding rx/tx functionality Alejandro.Lucero
2015-11-25 15:36 ` [dpdk-dev] [PATCH v7 3/9] nfp: adding rss Alejandro.Lucero
2015-11-25 15:36 ` [dpdk-dev] [PATCH v7 4/9] nfp: adding stats Alejandro.Lucero
2015-11-25 15:36 ` [dpdk-dev] [PATCH v7 5/9] nfp: adding link functionality Alejandro.Lucero
2015-11-25 15:36 ` [dpdk-dev] [PATCH v7 6/9] nfp: adding extra functionality Alejandro.Lucero
2015-11-25 15:36 ` [dpdk-dev] [PATCH v7 7/9] nfp: link status change interrupt support Alejandro.Lucero
2015-11-25 15:36 ` [dpdk-dev] [PATCH v7 8/9] nfp: adding nic guide Alejandro.Lucero
2015-11-25 15:36 ` [dpdk-dev] [PATCH v7 9/9] nfp: Updating MAINTAINERS Alejandro.Lucero

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=1448465796-14483-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).