Re: [PATCH v3] app/testpmd: fix show RSS RETA on Windows

2022-03-14 Thread Thomas Monjalon
13/03/2022 14:21, Tal Shnaiderman: > > Subject: [PATCH v3] app/testpmd: fix show RSS RETA on Windows > > > > 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

RE: [PATCH v3] app/testpmd: fix show RSS RETA on Windows

2022-03-13 Thread Tal Shnaiderman
> Subject: [PATCH v3] app/testpmd: fix show RSS RETA on Windows > > 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:

[PATCH v3] app/testpmd: fix show RSS RETA on Windows

2022-03-13 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 Acked-by: Aman