DPDK patches and discussions
 help / color / mirror / Atom feed
From: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
To: dev@dpdk.org
Cc: surendra@chelsio.com, shaguna@chelsio.com, indranil@chelsio.com,
	nirranjan@chelsio.com
Subject: [dpdk-dev] [PATCH 0/5] net/cxgbe: feature updates and bug fixes
Date: Sat, 30 Jun 2018 00:53:50 +0530	[thread overview]
Message-ID: <cover.1530300158.git.rahul.lakkireddy@chelsio.com> (raw)

Patch 1 adds link up and down operations for PF and VF.

Patch 2 enables 2-tuple based RSS hash on IPv4 fragment packets and
IPv6 packets with extension headers.

Patch 3 queries firmware for max queues that can be allocated.

Patch 4 fixes Rx channel map and ingress queue type needed for firmware
to manage internal mapping correctly.

Patch 5 fixes forgotten Tx byte counters for VF.

Thanks,
Rahul

Rahul Lakkireddy (5):
  net/cxgbe: add link up and down ops
  net/cxgbe: enable more RSS hash functions
  net/cxgbe: query firmware for max queues available
  net/cxgbe: fix Rx channel map and queue type
  net/cxgbevf: add missing Tx byte counters

 drivers/net/cxgbe/base/common.h         |  10 ++++
 drivers/net/cxgbe/base/t4_hw.c          |  40 +++++++++++++
 drivers/net/cxgbe/base/t4_regs.h        |   3 +
 drivers/net/cxgbe/base/t4fw_interface.h |  14 +++++
 drivers/net/cxgbe/base/t4vf_hw.c        |   6 ++
 drivers/net/cxgbe/cxgbe.h               |  21 +++++--
 drivers/net/cxgbe/cxgbe_compat.h        |   9 ---
 drivers/net/cxgbe/cxgbe_ethdev.c        |  80 ++++++++++++++++++++++---
 drivers/net/cxgbe/cxgbe_main.c          | 100 +++++++++++++++++++++++++-------
 drivers/net/cxgbe/cxgbe_pfvf.h          |   2 +
 drivers/net/cxgbe/cxgbevf_ethdev.c      |   3 +
 drivers/net/cxgbe/cxgbevf_main.c        |  20 +------
 drivers/net/cxgbe/sge.c                 |  10 +++-
 13 files changed, 256 insertions(+), 62 deletions(-)

-- 
2.14.1

             reply	other threads:[~2018-06-29 19:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-29 19:23 Rahul Lakkireddy [this message]
2018-06-29 19:23 ` [dpdk-dev] [PATCH 1/5] net/cxgbe: add link up and down ops Rahul Lakkireddy
2018-06-29 19:23 ` [dpdk-dev] [PATCH 2/5] net/cxgbe: enable more RSS hash functions Rahul Lakkireddy
2018-06-29 19:23 ` [dpdk-dev] [PATCH 3/5] net/cxgbe: query firmware for max queues available Rahul Lakkireddy
2018-06-29 19:23 ` [dpdk-dev] [PATCH 4/5] net/cxgbe: fix Rx channel map and queue type Rahul Lakkireddy
2018-06-29 19:23 ` [dpdk-dev] [PATCH 5/5] net/cxgbevf: add missing Tx byte counters Rahul Lakkireddy
2018-07-04 20:02 ` [dpdk-dev] [PATCH 0/5] net/cxgbe: feature updates and bug fixes 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.1530300158.git.rahul.lakkireddy@chelsio.com \
    --to=rahul.lakkireddy@chelsio.com \
    --cc=dev@dpdk.org \
    --cc=indranil@chelsio.com \
    --cc=nirranjan@chelsio.com \
    --cc=shaguna@chelsio.com \
    --cc=surendra@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).