DPDK patches and discussions
 help / color / mirror / Atom feed
From: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
To: dev@dpdk.org
Cc: kumaras@chelsio.com, shaguna@chelsio.com, nirranjan@chelsio.com,
	indranil@chelsio.com
Subject: [dpdk-dev] [PATCH 0/3] cxgbe: Rx/Tx offload API, devargs, and doc updates
Date: Wed,  4 Apr 2018 09:23:34 +0530	[thread overview]
Message-ID: <cover.1522768798.git.rahul.lakkireddy@chelsio.com> (raw)

Patch 1 updates document for CXGBEVF PMD.

Patch 2 adds runtime devargs option to CXGBE PMD to keep/strip
outer vlan in Q-in-Q packets.

Patch 3 updates CXGBE PMD to use the new Rx/TX Offload API.

Thanks,
Rahul

Kumar Sanghvi (1):
  doc: add CXGBEVF PMD documentation

Shagun Agrawal (2):
  net/cxgbe: add option to keep outer VLAN tag in Q-in-Q
  net/cxgbe: update to Rx/Tx offload API

 doc/guides/nics/cxgbe.rst            | 143 ++++++++++++++++++++++++++++++++++-
 doc/guides/nics/features/cxgbevf.ini |   1 +
 drivers/net/cxgbe/base/t4_regs.h     |  54 +++++++++++++
 drivers/net/cxgbe/cxgbe_ethdev.c     |  87 +++++++++++++++++----
 drivers/net/cxgbe/cxgbe_main.c       |  82 ++++++++++++++++++++
 drivers/net/cxgbe/sge.c              |   6 +-
 6 files changed, 354 insertions(+), 19 deletions(-)

-- 
2.14.1

             reply	other threads:[~2018-04-04  3:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-04  3:53 Rahul Lakkireddy [this message]
2018-04-04  3:53 ` [dpdk-dev] [PATCH 1/3] doc: add CXGBEVF PMD documentation Rahul Lakkireddy
2018-04-04  3:53 ` [dpdk-dev] [PATCH 2/3] net/cxgbe: add option to keep outer VLAN tag in Q-in-Q Rahul Lakkireddy
2018-04-04  3:53 ` [dpdk-dev] [PATCH 3/3] net/cxgbe: update to Rx/Tx offload API Rahul Lakkireddy
2018-04-05 17:22 ` [dpdk-dev] [PATCH 0/3] cxgbe: Rx/Tx offload API, devargs, and doc updates Ferruh Yigit

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=cover.1522768798.git.rahul.lakkireddy@chelsio.com \
    --to=rahul.lakkireddy@chelsio.com \
    --cc=dev@dpdk.org \
    --cc=indranil@chelsio.com \
    --cc=kumaras@chelsio.com \
    --cc=nirranjan@chelsio.com \
    --cc=shaguna@chelsio.com \
    /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).