Re: [dpdk-dev] [PATCH] net/i40e: fix out of bounds read issue

2020-05-06 Thread Ye Xiaolong
On 05/07, Di, ChenxuX wrote: >Hi, xiaolong > >> -Original Message- >> From: Ye, Xiaolong >> Sent: Thursday, May 7, 2020 1:15 PM >> To: Di, ChenxuX >> Cc: dev@dpdk.org; Xing, Beilei >> Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix out of bounds r

Re: [dpdk-dev] [PATCH] net/i40e: fix out of bounds read issue

2020-05-06 Thread Di, ChenxuX
Hi, xiaolong > -Original Message- > From: Ye, Xiaolong > Sent: Thursday, May 7, 2020 1:15 PM > To: Di, ChenxuX > Cc: dev@dpdk.org; Xing, Beilei > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix out of bounds read issue > > On 05/07, Chenxu Di wrote: > >T

Re: [dpdk-dev] [PATCH] net/i40e: fix out of bounds read issue

2020-05-06 Thread Ye Xiaolong
On 05/07, Chenxu Di wrote: >This patch fixes (out-of-bounds read) coverity issue. > >Coverity issue: 357699 >Coverity issue: 357694 >Fixes: feaae285b342 ("net/i40e: support hash configuration in RSS flow") > >Signed-off-by: Chenxu Di >--- > drivers/net/i40e/i40e_ethdev.c | 4 ++-- > 1 file changed,

[dpdk-dev] [PATCH] net/i40e: fix out of bounds read issue

2020-05-06 Thread Chenxu Di
This patch fixes (out-of-bounds read) coverity issue. Coverity issue: 357699 Coverity issue: 357694 Fixes: feaae285b342 ("net/i40e: support hash configuration in RSS flow") Signed-off-by: Chenxu Di --- drivers/net/i40e/i40e_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) dif