From: Ajit Khaparde <ajit.khaparde@broadcom.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 00/14] bnxt patchset
Date: Mon, 16 Apr 2018 18:11:12 -0700 [thread overview]
Message-ID: <20180417011126.12622-1-ajit.khaparde@broadcom.com> (raw)
patchset against dpdk-next-net.
Please apply.
Thanks
Ajit Khaparde (13):
net/bnxt: set default log level to informational
net/bnxt: set padding flags in Rx descriptor
net/bnxt: fix bnxt_hwrm_vnic_alloc
net/bnxt: fix incorrect ntuple flag setting
net/bnxt: fix Rx checksum flags for tunnel frames
net/bnxt: fix L2 filter cleanup
net/bnxt: fix bnxt_flow_destroy
net/bnxt: add code to determine the Tx COS queue
net/bnxt: maintain rx_mbuf_alloc_fail per RxQ
net/bnxt: reset l2_filter_id once filter is freed
net/bnxt: free memory allocated for VF filters
net/bnxt: use UINT64_MAX to initialize filter ids
net/bnxt: avoid freeing mem_zone multiple times
Somnath Kotur (1):
bnxt: add device ID for Stratus VF
drivers/net/bnxt/bnxt.h | 3 +-
drivers/net/bnxt/bnxt_ethdev.c | 13 +-
drivers/net/bnxt/bnxt_filter.c | 28 +-
drivers/net/bnxt/bnxt_hwrm.c | 36 ++-
drivers/net/bnxt/bnxt_hwrm.h | 3 +
drivers/net/bnxt/bnxt_ring.c | 10 +-
drivers/net/bnxt/bnxt_ring.h | 4 +-
drivers/net/bnxt/bnxt_rxq.c | 5 +-
drivers/net/bnxt/bnxt_rxq.h | 2 +
drivers/net/bnxt/bnxt_rxr.c | 10 +-
drivers/net/bnxt/bnxt_rxr.h | 16 +-
drivers/net/bnxt/bnxt_stats.c | 10 +-
drivers/net/bnxt/bnxt_txq.c | 4 +-
drivers/net/bnxt/bnxt_txq.h | 1 +
drivers/net/bnxt/hsi_struct_def_dpdk.h | 552 ++++++++++++++++++++-------------
15 files changed, 436 insertions(+), 261 deletions(-)
--
2.15.1 (Apple Git-101)
next reply other threads:[~2018-04-17 1:11 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-17 1:11 Ajit Khaparde [this message]
2018-04-17 1:11 ` [dpdk-dev] [PATCH 01/14] net/bnxt: set default log level to informational Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 02/14] net/bnxt: set padding flags in Rx descriptor Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 03/14] net/bnxt: fix bnxt_hwrm_vnic_alloc Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 04/14] net/bnxt: fix incorrect ntuple flag setting Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 05/14] net/bnxt: fix Rx checksum flags for tunnel frames Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 06/14] net/bnxt: fix L2 filter cleanup Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 07/14] net/bnxt: fix bnxt_flow_destroy Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 08/14] net/bnxt: add code to determine the Tx COS queue Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 09/14] net/bnxt: maintain rx_mbuf_alloc_fail per RxQ Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 10/14] net/bnxt: reset l2_filter_id once filter is freed Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 11/14] net/bnxt: free memory allocated for VF filters Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 12/14] net/bnxt: use UINT64_MAX to initialize filter ids Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 13/14] net/bnxt: avoid freeing mem_zone multiple times Ajit Khaparde
2018-04-17 1:11 ` [dpdk-dev] [PATCH 14/14] bnxt: add device ID for Stratus VF Ajit Khaparde
2018-04-17 18:20 ` Ferruh Yigit
2018-04-17 18:25 ` Ajit Khaparde
2018-04-17 18:29 ` Ferruh Yigit
2018-04-17 18:19 ` [dpdk-dev] [PATCH 00/14] bnxt patchset 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=20180417011126.12622-1-ajit.khaparde@broadcom.com \
--to=ajit.khaparde@broadcom.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).