Re: [dpdk-dev] [PATCH] net/softnic: fix integer overflow

2017-10-23 Thread Ferruh Yigit
On 10/23/2017 11:54 AM, Ferruh Yigit wrote: > On 10/19/2017 2:39 AM, Jasvinder Singh wrote: >> Fixed integer overflow by casting hard_rate to uint64_t type. > > Coverity Issue: 195020 >> Fixes: 8316b9816b79 ("net/softnic: support traffic management") >> >> Signed-off-by: Jasvinder Singh > > Revi

Re: [dpdk-dev] [PATCH] net/softnic: fix integer overflow

2017-10-23 Thread Ferruh Yigit
On 10/19/2017 2:39 AM, Jasvinder Singh wrote: > Fixed integer overflow by casting hard_rate to uint64_t type. Coverity Issue: 195020 > Fixes: 8316b9816b79 ("net/softnic: support traffic management") > > Signed-off-by: Jasvinder Singh Reviewed-by: Ferruh Yigit