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

2020-05-08 Thread Ye Xiaolong
On 05/07, 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. > >Fixes: bd3fcf0d0fa1 (net/igc: support RSS) >Cc: sta...@dpdk.org Please append the coverity number, you can refer to other fixes i

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

2020-05-07 Thread Jeff Guo
On 5/7/2020 5:31 PM, 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. Fixes: bd3fcf0d0fa1 (net/igc: support RSS) Cc: sta...@dpdk.org Signed-off-by: Alvin Zhang --- V2: update git log dr

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

2020-05-07 Thread alvinx . zhang
From: Alvin Zhang Fix some out-of-bounds memory issues, they may lead to wrong results or affect application stability. Fixes: bd3fcf0d0fa1 (net/igc: support RSS) Cc: sta...@dpdk.org Signed-off-by: Alvin Zhang --- V2: update git log drivers/net/igc/igc_ethdev.c | 12 ++-- 1 file cha

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

2020-05-07 Thread alvinx . zhang
From: Alvin Zhang Fix some out-of-bounds memory issues, they may lead to wrong results or affect application stability. Fixes: bd3fcf0d0fa1 (net/igc: support RSS) Cc: sta...@dpdk.org Signed-off-by: Alvin Zhang V2: update git log --- drivers/net/igc/igc_ethdev.c | 12 ++-- 1 file cha