DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  [PATCH 0/6] bnxt bug fixes
@ 2020-08-28  5:01 Kalesh A P
  2020-08-28  5:01 ` [dpdk-dev] [PATCH 1/6] net/bnxt: fix endianness while setting L4 destination port Kalesh A P
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Kalesh A P @ 2020-08-28  5:01 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, ajit.khaparde

From: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>

This patchset contains bnxt bug fixes.

Kalesh AP (5):
  net/bnxt: fix endianness while setting L4 destination port
  net/bnxt: fix to initialize structure variable
  net/bnxt: fix a possible segfault in vector mode Tx path
  net/bnxt: fix L2 filter alloc
  net/bnxt: fix speed setting on BCM957508-N2100 adapters

Venkat Duvvuru (1):
  net/bnxt: fix LRO configuration

 drivers/net/bnxt/bnxt.h               |  4 ++++
 drivers/net/bnxt/bnxt_ethdev.c        | 44 +++++++++++++++++++++++------------
 drivers/net/bnxt/bnxt_hwrm.c          | 15 ++++++++----
 drivers/net/bnxt/bnxt_ring.c          |  1 +
 drivers/net/bnxt/bnxt_rxr.c           |  3 +++
 drivers/net/bnxt/bnxt_rxtx_vec_neon.c |  2 ++
 drivers/net/bnxt/bnxt_rxtx_vec_sse.c  |  2 ++
 drivers/net/bnxt/bnxt_txr.c           |  2 ++
 8 files changed, 53 insertions(+), 20 deletions(-)

-- 
2.10.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-02 19:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28  5:01 [dpdk-dev] [PATCH 0/6] bnxt bug fixes Kalesh A P
2020-08-28  5:01 ` [dpdk-dev] [PATCH 1/6] net/bnxt: fix endianness while setting L4 destination port Kalesh A P
2020-08-28  5:01 ` [dpdk-dev] [PATCH 2/6] net/bnxt: fix LRO configuration Kalesh A P
2020-08-28  5:01 ` [dpdk-dev] [PATCH 3/6] net/bnxt: fix to initialize structure variable Kalesh A P
2020-08-28  5:01 ` [dpdk-dev] [PATCH 4/6] net/bnxt: fix a possible segfault in vector mode Tx path Kalesh A P
2020-08-28  5:01 ` [dpdk-dev] [PATCH 5/6] net/bnxt: fix L2 filter alloc Kalesh A P
2020-08-28  5:01 ` [dpdk-dev] [PATCH 6/6] net/bnxt: fix speed setting on BCM957508-N2100 adapters Kalesh A P
2020-09-02 19:15 ` [dpdk-dev] [PATCH 0/6] bnxt bug fixes Ajit Khaparde

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).