From: Ajit Khaparde <ajit.khaparde@broadcom.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com
Subject: [dpdk-dev] [PATCH 0/7] patchset for bnxt
Date: Sun, 13 Oct 2019 17:01:13 -0700 [thread overview]
Message-ID: <20191014000120.3020-1-ajit.khaparde@broadcom.com> (raw)
Patchset mostly contains bug fixes apart from
removing some dead code and unnecessary comments.
Please apply.
Kalesh AP (5):
net/bnxt: fix dereference before null check
net/bnxt: cleanup comments in source
net/bnxt: move macro definitions to header file
net/bnxt: fix endianness while retrieving MTU from FW
net/bnxt: fix error handling
Lance Richardson (1):
net/bnxt: reset Rx allocation state on Rx queue restart
Somnath Kotur (1):
net/bnxt: fix race between interrupt handler and dev config
drivers/net/bnxt/bnxt.h | 51 +++++++++++++++++++++++++
drivers/net/bnxt/bnxt_cpr.c | 2 -
drivers/net/bnxt/bnxt_ethdev.c | 70 ++++++++++------------------------
drivers/net/bnxt/bnxt_filter.c | 1 -
drivers/net/bnxt/bnxt_flow.c | 7 ----
drivers/net/bnxt/bnxt_hwrm.c | 30 +++++----------
drivers/net/bnxt/bnxt_irq.c | 7 +++-
drivers/net/bnxt/bnxt_ring.c | 3 ++
drivers/net/bnxt/bnxt_rxr.c | 16 +++++---
drivers/net/bnxt/bnxt_stats.c | 2 +-
10 files changed, 101 insertions(+), 88 deletions(-)
--
2.20.1 (Apple Git-117)
next reply other threads:[~2019-10-14 0:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-14 0:01 Ajit Khaparde [this message]
2019-10-14 0:01 ` [dpdk-dev] [PATCH 1/7] net/bnxt: fix dereference before null check Ajit Khaparde
2019-10-14 0:01 ` [dpdk-dev] [PATCH 2/7] net/bnxt: reset Rx allocation state on Rx queue restart Ajit Khaparde
2019-10-14 0:01 ` [dpdk-dev] [PATCH 3/7] net/bnxt: cleanup comments in source Ajit Khaparde
2019-10-14 0:01 ` [dpdk-dev] [PATCH 4/7] net/bnxt: move macro definitions to header file Ajit Khaparde
2019-10-14 0:01 ` [dpdk-dev] [PATCH 5/7] net/bnxt: fix race between interrupt handler and dev config Ajit Khaparde
2019-10-14 0:01 ` [dpdk-dev] [PATCH 6/7] net/bnxt: fix endianness while retrieving MTU from FW Ajit Khaparde
2019-10-14 0:01 ` [dpdk-dev] [PATCH 7/7] net/bnxt: fix error handling Ajit Khaparde
2019-10-14 3:58 ` [dpdk-dev] [PATCH 0/7] patchset for bnxt 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=20191014000120.3020-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).