Re: [PATCH v2] usertools: add tool to generate balanced rss traffic flows

2023-07-20 Thread Thomas Monjalon
20/07/2023 10:00, Robin Jarry: > Hi Thomas, > > Thomas Monjalon, Jul 20, 2023 at 06:50: > > Applied, thanks. > > Thanks! I think there's a byte order issue with the i40e rss key. If > I submit a fix today, can it make it for GA? Yes you can. > > You have great skills for user tools in Python, >

Re: [PATCH v2] usertools: add tool to generate balanced rss traffic flows

2023-07-20 Thread Robin Jarry
Hi Thomas, Thomas Monjalon, Jul 20, 2023 at 06:50: > Applied, thanks. Thanks! I think there's a byte order issue with the i40e rss key. If I submit a fix today, can it make it for GA? > You have great skills for user tools in Python, > and this file as other ones have no official maintainer: >

Re: [PATCH v2] usertools: add tool to generate balanced rss traffic flows

2023-07-19 Thread Thomas Monjalon
28/06/2023 15:47, Robin Jarry: > usage: dpdk-rss-flows.py [-h] [-s SPORT_RANGE] [-d DPORT_RANGE] [-r] > [-k RSS_KEY] [-t RETA_SIZE] [-a] [-j] > RX_QUEUES SRC DST > > Craft IP{v6}/{TCP/UDP} traffic flows that will evenly spread over a > given number

[PATCH v2] usertools: add tool to generate balanced rss traffic flows

2023-06-28 Thread Robin Jarry
usage: dpdk-rss-flows.py [-h] [-s SPORT_RANGE] [-d DPORT_RANGE] [-r] [-k RSS_KEY] [-t RETA_SIZE] [-a] [-j] RX_QUEUES SRC DST Craft IP{v6}/{TCP/UDP} traffic flows that will evenly spread over a given number of RX queues according to the RSS algorith