Re: [dpdk-dev] [PATCH 1/3] lib: fix shifting 32 bits signed variable 31 times

2018-11-05 Thread Thomas Monjalon
28/10/2018 02:08, Ferruh Yigit: > Fix cppcheck warning by marking variable as unsigned. > > Fixes: dc276b5780c2 ("acl: new library") > Fixes: 986ff526fb84 ("net: add CRC computation API") > Cc: sta...@dpdk.org > > Signed-off-by: Ferruh Yigit Series applied, thanks

[dpdk-dev] [PATCH 1/3] lib: fix shifting 32 bits signed variable 31 times

2018-10-27 Thread Ferruh Yigit
Fix cppcheck warning by marking variable as unsigned. Fixes: dc276b5780c2 ("acl: new library") Fixes: 986ff526fb84 ("net: add CRC computation API") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- lib/librte_acl/acl_gen.c | 2 +- lib/librte_net/rte_net_crc.c | 4 ++-- 2 files changed, 3