Re: [dpdk-dev] [PATCH v2 1/2] net/liquidio/base: fix mbox command initialization

2017-04-10 Thread Ferruh Yigit
On 4/10/2017 8:18 AM, Shijith Thotton wrote: > Initialize mail box command to request VF FLR. Data field was > uninitialized before as it was not required and caused the following > error during scan. > > Reported by Coverity scan: > 1384518 Uninitialized scalar variable > > Fixes: cdb166963cae (

[dpdk-dev] [PATCH v2 1/2] net/liquidio/base: fix mbox command initialization

2017-04-10 Thread Shijith Thotton
Initialize mail box command to request VF FLR. Data field was uninitialized before as it was not required and caused the following error during scan. Reported by Coverity scan: 1384518 Uninitialized scalar variable Fixes: cdb166963cae ("net/liquidio: add API for VF FLR") Signed-off-by: Shijith T