Re: [PATCH] app/testpmd: fixed using strtoull with 64-bit variables

2022-03-14 Thread Thomas Monjalon
> > Replaced using strtoul with strtoull when converting to > > 64-bit mask field. > > In Windows strtoul returns 32-bit values which cause an > > issue with show RSS reta. > > > > Fixes: 66c594904ac ("ethdev: support multiple sizes of redirection table") > > Cc:sta...@dpdk.org > > > > Signed-off-b

Re: [PATCH] app/testpmd: fixed using strtoull with 64-bit variables

2022-03-11 Thread Singh, Aman Deep
On 3/10/2022 11:20 PM, Adham Masarwah wrote: Replaced using strtoul with strtoull when converting to 64-bit mask field. In Windows strtoul returns 32-bit values which cause an issue with show RSS reta. Fixes: 66c594904ac ("ethdev: support multiple sizes of redirection table") Cc:sta...@dpdk.org

[PATCH] app/testpmd: fixed using strtoull with 64-bit variables

2022-03-10 Thread Adham Masarwah
Replaced using strtoul with strtoull when converting to 64-bit mask field. In Windows strtoul returns 32-bit values which cause an issue with show RSS reta. Fixes: 66c594904ac ("ethdev: support multiple sizes of redirection table") Cc: sta...@dpdk.org Signed-off-by: Adham Masarwah --- app/test-

[PATCH] app/testpmd: fixed using strtoull with 64-bit variables

2022-03-10 Thread Adham Masarwah
Replaced using strtoul with strtoull when converting to 64-bit mask field. In Windows strtoul returns 32-bit values which cause an issue with show RSS reta. Fixes: 66c594904ac ("ethdev: support multiple sizes of redirection table") Cc: sta...@dpdk.org Signed-off-by: Adham Masarwah --- app/test-