DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/9] bug fixes for bnxt PMD
@ 2020-05-15 18:45 Ajit Khaparde
  2020-05-15 18:45 ` [dpdk-dev] [PATCH v1 1/9] net/bnxt: fix error log for command timeout Ajit Khaparde
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Ajit Khaparde @ 2020-05-15 18:45 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

Patchset with fixes.
The patch [1/9] enhances the log message in  case of a FW command
timeout. The rest of the patches address a perf regression.
Recent commits caused a regression in performance because
bnxt structure became too big and noticed in rc2.
Most of the patches reduce the memory footprint of the struct bnxt.
With these changes the performance is back to normal.

Ajit Khaparde (7):
  net/bnxt: fix error log for command timeout
  net/bnxt: fix to alloc LED config info
  net/bnxt: fix to alloc COS queue info dynamically
  net/bnxt: fix to allocate flow stat related structs
  net/bnxt: fix to alloc link info struct
  net/bnxt: fix to alloc PF info structure
  net/bnxt: fix to use RSS config from eth dev struct

Kalesh AP (1):
  net/bnxt: fix to remove unneeded structure variable

Mike Baucom (1):
  net/bnxt: fix to allocate bnxt ulp context

 drivers/net/bnxt/bnxt.h            |  47 ++--
 drivers/net/bnxt/bnxt_cpr.c        |  20 +-
 drivers/net/bnxt/bnxt_ethdev.c     | 331 ++++++++++++++++++++---------
 drivers/net/bnxt/bnxt_filter.c     |  12 +-
 drivers/net/bnxt/bnxt_flow.c       |  14 +-
 drivers/net/bnxt/bnxt_hwrm.c       | 205 +++++++++---------
 drivers/net/bnxt/bnxt_rxq.c        |   4 +-
 drivers/net/bnxt/bnxt_rxr.c        |   4 +-
 drivers/net/bnxt/bnxt_stats.c      |  14 +-
 drivers/net/bnxt/rte_pmd_bnxt.c    |  98 ++++-----
 drivers/net/bnxt/tf_ulp/bnxt_ulp.c |  64 ++++--
 11 files changed, 492 insertions(+), 321 deletions(-)

-- 
2.21.1 (Apple Git-122.3)


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

end of thread, other threads:[~2020-05-16 15:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 18:45 [dpdk-dev] [PATCH v1 0/9] bug fixes for bnxt PMD Ajit Khaparde
2020-05-15 18:45 ` [dpdk-dev] [PATCH v1 1/9] net/bnxt: fix error log for command timeout Ajit Khaparde
2020-05-15 18:45 ` [dpdk-dev] [PATCH v1 2/9] net/bnxt: fix to alloc LED config info Ajit Khaparde
2020-05-15 18:45 ` [dpdk-dev] [PATCH v1 3/9] net/bnxt: fix to alloc COS queue info dynamically Ajit Khaparde
2020-05-15 18:45 ` [dpdk-dev] [PATCH v1 4/9] net/bnxt: fix to allocate flow stat related structs Ajit Khaparde
2020-05-15 18:45 ` [dpdk-dev] [PATCH v1 5/9] net/bnxt: fix to alloc link info struct Ajit Khaparde
2020-05-15 18:45 ` [dpdk-dev] [PATCH v1 6/9] net/bnxt: fix to alloc PF info structure Ajit Khaparde
2020-05-15 18:45 ` [dpdk-dev] [PATCH v1 7/9] net/bnxt: fix to use RSS config from eth dev struct Ajit Khaparde
2020-05-15 18:45 ` [dpdk-dev] [PATCH v1 8/9] net/bnxt: fix to remove unneeded structure variable Ajit Khaparde
2020-05-15 18:45 ` [dpdk-dev] [PATCH v1 9/9] net/bnxt: fix to allocate bnxt ulp context Ajit Khaparde
2020-05-16 15:12 ` [dpdk-dev] [PATCH v1 0/9] bug fixes for bnxt PMD 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).