Re: [PATCH] usertools/rss: fix byte order of the default i40e key

2023-07-22 Thread Thomas Monjalon
20/07/2023 10:15, Robin Jarry: > The key is represented as uint32 words in the driver source code but it > is actually stored as little endian in the NIC registers. Fix the byte > ordering in the python script. > > Fixes: 106a231ae528 ("usertools: add tool to generate balanced rss traffic > flows

[PATCH] usertools/rss: fix byte order of the default i40e key

2023-07-20 Thread Robin Jarry
The key is represented as uint32 words in the driver source code but it is actually stored as little endian in the NIC registers. Fix the byte ordering in the python script. Fixes: 106a231ae528 ("usertools: add tool to generate balanced rss traffic flows") Reported-by: Abhiram R N Signed-off-by