Re: [dpdk-dev] [PATCH] event/dlb: fix accessing uninitialized variables

2021-03-07 Thread Jerin Jacob
On Tue, Feb 23, 2021 at 1:19 AM Timothy McDaniel wrote: > > This patch updates the PMD to initialize response fields > prior to calling into the PF layer. > > Coverity issue: 366187, 366186, 366184, 366166, 366159, > 366158, 366153, 366145, 366127, 366125, 366120 > Fixes: 8bb077f44

[dpdk-dev] [PATCH] event/dlb: fix accessing uninitialized variables

2021-02-22 Thread Timothy McDaniel
This patch updates the PMD to initialize response fields prior to calling into the PF layer. Coverity issue: 366187, 366186, 366184, 366166, 366159, 366158, 366153, 366145, 366127, 366125, 366120 Fixes: 8bb077f44ef2 ("event/dlb: add port unlink and unlinks in progress") Fixes: 6a89