DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/7] patchset for bnxt
@ 2019-10-14  0:01 Ajit Khaparde
  2019-10-14  0:01 ` [dpdk-dev] [PATCH 1/7] net/bnxt: fix dereference before null check Ajit Khaparde
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ajit Khaparde @ 2019-10-14  0:01 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

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)


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

end of thread, other threads:[~2019-10-14  3:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14  0:01 [dpdk-dev] [PATCH 0/7] patchset for bnxt Ajit Khaparde
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

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