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

2021-02-04 Thread Jerin Jacob
On Wed, Feb 3, 2021 at 11:42 PM Timothy McDaniel wrote: > > This patch updates the PMD to initialize response fields > prior to calling into the PF layer. > > Fixes the following coverity issues: > > Fixes: eb14a3421afd ("event/dlb: add eventdev start") > Coverity issue: 366205 > > Fixes: f0073621

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

2021-02-03 Thread Timothy McDaniel
This patch updates the PMD to initialize response fields prior to calling into the PF layer. Fixes the following coverity issues: Fixes: eb14a3421afd ("event/dlb: add eventdev start") Coverity issue: 366205 Fixes: f0073621940c ("event/dlb: add eventdev stop and close") Coverity issue: 366202 Fi