DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Alejandro.Lucero" <alejandro.lucero@netronome.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v4] support for netronome nfp-6xxx card
Date: Fri, 23 Oct 2015 11:36:01 +0100	[thread overview]
Message-ID: <1445596563-16818-1-git-send-email-alejandro.lucero@netronome.com> (raw)

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

This patch adds a new PMD for Netronome nfp-6xxx cards.
Just PCI Virtual Functions support.

v4:
 - 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 changes to a new path file
 - Adding info to MAINTAINERS and release files

Alejandro.Lucero (1):
  nfp: new poll mode driver for netronome nfp-6xxx card

 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 +++++++
 5 files changed, 3382 insertions(+)
 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-10-23 10:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23 10:36 Alejandro.Lucero [this message]
2015-10-23 10:36 ` [dpdk-dev] [PATCH v4] nfp: new poll mode driver " Alejandro.Lucero
2015-10-23 16:05   ` Stephen Hemminger
2015-10-26 14:46   ` Thomas Monjalon

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=1445596563-16818-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).