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 > > RETA. > > > > Fixes: 66c594904ac ("ethdev: support multiple sizes of redirection table") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Adham Masarwah <ad...@nvidia.com> > > Acked-by: Aman Singh <aman.deep.si...@intel.com> > Acked-by: Tal Shnaiderman <tal...@nvidia.com>
Applied, thanks.