Re: [dpdk-dev] [PATCH v3] net/igc: fix memory illegal accesses

2020-05-11 Thread Ye Xiaolong
On 05/08, alvinx.zh...@intel.com wrote: >From: Alvin Zhang > >Fix some out-of-bounds memory issues, they may lead to wrong results >or affect application stability. > >Coverity issue: 357759, 357713 >Fixes: bd3fcf0d0fa1 (net/igc: support RSS) >Cc: sta...@dpdk.org > >Signed-off-by: Alvin Zhang >--

[dpdk-dev] [PATCH v3] net/igc: fix memory illegal accesses

2020-05-08 Thread alvinx . zhang
From: Alvin Zhang Fix some out-of-bounds memory issues, they may lead to wrong results or affect application stability. Coverity issue: 357759, 357713 Fixes: bd3fcf0d0fa1 (net/igc: support RSS) Cc: sta...@dpdk.org Signed-off-by: Alvin Zhang --- V2: update git log V3: update git log drivers/