DPDK patches and discussions
 help / color / mirror / Atom feed
From: Rasesh Mody <rasesh.mody@qlogic.com>
To: <bruce.richardson@intel.com>
Cc: <dev@dpdk.org>, <Dept-EngDPDKDev@qlogic.com>,
	Rasesh Mody <rasesh.mody@qlogic.com>
Subject: [dpdk-dev] [PATCH v2 0/9] qede: update qede PMD to 1.1.0.1
Date: Wed, 15 Jun 2016 22:47:02 -0700	[thread overview]
Message-ID: <1466056031-23225-1-git-send-email-rasesh.mody@qlogic.com> (raw)

Hi Bruce,

v2 series:
 - made subject and description of the patches verbose where needed.
 - extended stats patch: some of the stats may sound similar, however,
   they are different stats collected by different hw componenets
   (eg. mac, rx pipeline, etc). We've tried our best to elaborate each
   stat as applicable and provided a direction. All other comments on
   the patch addressed.

This patch set adds support for enabling 100G mode for QEDE PMD.
It also adds support for APIs like
 - mtu_set
 - reta_update
 - reta_query
 - rss_hash_update
 - rss_hash_conf_get
 - xstats_get
The changes include enablement of vf-vf traffic and updated the driver
version to 8.7.9.0_1.1.0.1

The patches have been generated and tested against dpdk-next-net rel_16_07
branch.

Please apply!

Harish Patil (2):
  qede: add 100g mode support
  qede: update version to 8.7.9.0_1.1.0.1

Rasesh Mody (1):
  qede: add support for xstats

Sony Chacko (6):
  qede: add support for setting hash configuration
  qede: add support for getting rss hash configuration
  qede: add support for setting rss redirection table
  qede: add support for querying rss redirection table
  qede: add support for setting the MTU
  qede: update vport filter settings

 config/common_base               |    2 +-
 doc/guides/nics/overview.rst     |    6 +-
 doc/guides/nics/qede.rst         |   11 +-
 drivers/net/qede/base/ecore_l2.c |   19 +-
 drivers/net/qede/qede_eth_if.c   |   45 ++--
 drivers/net/qede/qede_eth_if.h   |    1 +
 drivers/net/qede/qede_ethdev.c   |  422 +++++++++++++++++++++++++++++++++++++-
 drivers/net/qede/qede_ethdev.h   |   10 +-
 drivers/net/qede/qede_rxtx.c     |   42 ++--
 9 files changed, 498 insertions(+), 60 deletions(-)

-- 
1.7.10.3

             reply	other threads:[~2016-06-16  5:47 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-16  5:47 Rasesh Mody [this message]
2016-06-16  5:47 ` [dpdk-dev] [PATCH v2 1/9] qede: add support for setting hash configuration Rasesh Mody
2016-06-16  5:47 ` [dpdk-dev] [PATCH v2 2/9] qede: add support for getting rss " Rasesh Mody
2016-06-16  5:47 ` [dpdk-dev] [PATCH v2 3/9] qede: add support for setting rss redirection table Rasesh Mody
2016-06-16  5:47 ` [dpdk-dev] [PATCH v2 4/9] qede: add support for querying " Rasesh Mody
2016-06-16  5:47 ` [dpdk-dev] [PATCH v2 5/9] qede: add support for setting the MTU Rasesh Mody
2016-06-23 15:45   ` Bruce Richardson
2016-06-16  5:47 ` [dpdk-dev] [PATCH v2 6/9] qede: add support for xstats Rasesh Mody
2016-06-28 14:31   ` Thomas Monjalon
2016-06-29  0:08     ` Rasesh Mody
2016-06-16  5:47 ` [dpdk-dev] [PATCH v2 7/9] qede: add 100g mode support Rasesh Mody
2016-06-16  5:47 ` [dpdk-dev] [PATCH v2 8/9] qede: update vport filter settings Rasesh Mody
2016-06-23 15:46   ` Bruce Richardson
2016-06-16  5:47 ` [dpdk-dev] [PATCH v2 9/9] qede: update version to 8.7.9.0_1.1.0.1 Rasesh Mody
2016-06-23 15:49 ` [dpdk-dev] [PATCH v2 0/9] qede: update qede PMD to 1.1.0.1 Bruce Richardson

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=1466056031-23225-1-git-send-email-rasesh.mody@qlogic.com \
    --to=rasesh.mody@qlogic.com \
    --cc=Dept-EngDPDKDev@qlogic.com \
    --cc=bruce.richardson@intel.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).