mbox series

[v3,0/5] DLB2 Bug Fixes

Message ID 20220702162239.1646548-1-timothy.mcdaniel@intel.com (mailing list archive)
Headers
Series DLB2 Bug Fixes |

Message

Timothy McDaniel July 2, 2022, 4:22 p.m. UTC
  Changes since V2
================
- Correct typos in commit message of patch 0005

Changes since V1
================
- No changes to patches 0001 and 0002
- Added 3 new bug fix patches to address issues found in final QA
0003 fix cq depth override 
0004 fix cq depth override credit deadlock
0005 fix port COS initialization

Original Patchset
=================
0001 fix port_cos array sizin
- Fixes a segfault

0002 fix initialization of cos bandwidth args
- Fixes a coverity warning

Timothy McDaniel (5):
  event/dlb2: fix port_cos array sizing
  event/dlb2: fix initialization of cos bandwidth args
  event/dlb2: fix cq depth override
  event/dlb2: fix cq depth override credit deadlock
  event/dlb2: fix port COS initialization

 drivers/event/dlb2/dlb2.c                  | 125 ++++++++++++++++-----
 drivers/event/dlb2/dlb2_priv.h             |  10 +-
 drivers/event/dlb2/pf/base/dlb2_resource.c |   3 -
 drivers/event/dlb2/pf/dlb2_pf.c            |   7 +-
 4 files changed, 109 insertions(+), 36 deletions(-)