DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com
Subject: [dpdk-dev] [PATCH 00/15] bnxt patchset
Date: Sun,  1 Sep 2019 15:12:00 -0700	[thread overview]
Message-ID: <20190901221213.92149-1-ajit.khaparde@broadcom.com> (raw)

bnxt patchset against dpdk-next-net.
This patchset is **dependent** on
"bnxt patchset for thor and bnxt vector PMD" a series submitted eariler.

Please apply.

Ajit Khaparde (2):
  net/bnxt: subscribe to link speed change notification
  net/bnxt: fix async link handling and update

Kalesh AP (9):
  net/bnxt: fix rxq stop/start handling
  net/bnxt: fix l2 context calculation for thor
  net/bnxt: fix use of deferred start of transmit queues
  net/bnxt: remove unnecessary return check
  net/bnxt: remove unused macro
  net/bnxt: remove unnecessary interrupt disable
  net/bnxt: fix accessing variable before null check
  net/bnxt: fix mbuf flags for PTP packets in vector mode rx
  net/bnxt: handle reset notify async event on ns3 devices

Rahul Gupta (1):
  net/bnxt: fix Rx queue count devop

Santoshkumar Karanappa Rastapur (3):
  net/bnxt: fix incorrect flow steering
  net/bnxt: fix traffic failure with higher mbuf size
  net/bnxt: fix 40G link failure for Thor

 drivers/net/bnxt/bnxt.h                |   9 +-
 drivers/net/bnxt/bnxt_cpr.c            |  27 ++++-
 drivers/net/bnxt/bnxt_ethdev.c         |  70 ++++-------
 drivers/net/bnxt/bnxt_flow.c           |   4 +
 drivers/net/bnxt/bnxt_hwrm.c           | 161 ++++++++++++++-----------
 drivers/net/bnxt/bnxt_hwrm.h           |   2 +
 drivers/net/bnxt/bnxt_irq.c            |   2 +-
 drivers/net/bnxt/bnxt_irq.h            |   1 +
 drivers/net/bnxt/bnxt_ring.c           |   8 +-
 drivers/net/bnxt/bnxt_rxq.c            |  93 ++++++++------
 drivers/net/bnxt/bnxt_rxq.h            |   2 +-
 drivers/net/bnxt/bnxt_rxr.c            |  14 +--
 drivers/net/bnxt/bnxt_rxtx_vec_sse.c   |  15 ++-
 drivers/net/bnxt/bnxt_txq.c            |   5 +
 drivers/net/bnxt/bnxt_txq.h            |   1 +
 drivers/net/bnxt/bnxt_txr.c            |   6 +-
 drivers/net/bnxt/hsi_struct_def_dpdk.h |   8 ++
 17 files changed, 245 insertions(+), 183 deletions(-)

-- 
2.20.1 (Apple Git-117)


             reply	other threads:[~2019-09-01 22:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-01 22:12 Ajit Khaparde [this message]
2019-09-01 22:12 ` [dpdk-dev] [PATCH 01/15] net/bnxt: fix incorrect flow steering Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 02/15] net/bnxt: fix traffic failure with higher mbuf size Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 03/15] net/bnxt: fix rxq stop/start handling Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 04/15] net/bnxt: subscribe to link speed change notification Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 05/15] net/bnxt: fix async link handling and update Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 06/15] net/bnxt: fix 40G link failure for Thor Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 07/15] net/bnxt: fix L2 context calculation " Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 08/15] net/bnxt: fix use of deferred start of transmit queues Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 09/15] net/bnxt: remove unnecessary return check Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 10/15] net/bnxt: remove unused macro Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 11/15] net/bnxt: remove unnecessary interrupt disable Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 12/15] net/bnxt: fix accessing variable before null check Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 13/15] net/bnxt: fix Rx queue count devop Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 14/15] net/bnxt: fix mbuf flags for PTP packets in vector mode Rx Ajit Khaparde
2019-09-01 22:12 ` [dpdk-dev] [PATCH 15/15] net/bnxt: handle reset notify async event on ns3 devices Ajit Khaparde

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=20190901221213.92149-1-ajit.khaparde@broadcom.com \
    --to=ajit.khaparde@broadcom.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.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).