Re: [dpdk-dev] [PATCH v2] net/softnic: fix out of bound access

2020-10-20 Thread Ferruh Yigit
On 10/19/2020 2:16 PM, Dumitrescu, Cristian wrote: -Original Message- From: Dharmappa, Savinay Sent: Monday, October 19, 2020 12:52 PM To: Dumitrescu, Cristian ; Singh, Jasvinder ; dev@dpdk.org Cc: Dharmappa, Savinay Subject: [PATCH v2] net/softnic: fix out of bound access This patc

Re: [dpdk-dev] [PATCH v2] net/softnic: fix out of bound access

2020-10-19 Thread Dumitrescu, Cristian
> -Original Message- > From: Dharmappa, Savinay > Sent: Monday, October 19, 2020 12:52 PM > To: Dumitrescu, Cristian ; Singh, Jasvinder > ; dev@dpdk.org > Cc: Dharmappa, Savinay > Subject: [PATCH v2] net/softnic: fix out of bound access > > This patch fixes out of bound access of an a

[dpdk-dev] [PATCH v2] net/softnic: fix out of bound access

2020-10-19 Thread Savinay Dharmappa
This patch fixes out of bound access of an array. Coverity issue: 363466, 363459 Fixes: b5dfa6703d49 ("net/softnic: update subport rate dynamically") Signed-off-by: Savinay Dharmappa --- v2: addressed review comments of v1 --- drivers/net/softnic/rte_eth_softnic_tm.c | 13 - 1 file