Re: [dpdk-dev] [PATCH v3] app/flow-perf: added option to support flow priority

2021-11-08 Thread Thomas Monjalon
> > Added support to create flows with priority attribute set randomly between > > 0 and a user supplied maximum value. This is useful to measure performance > > on NICs which may have to rearrange flows to honor flow priority. > > > > Removed the lower limit of 10 flows per batch. > > > > Si

[dpdk-dev] [PATCH v3] app/flow-perf: added option to support flow priority

2021-11-02 Thread psatheesh
From: Satheesh Paul Added support to create flows with priority attribute set randomly between 0 and a user supplied maximum value. This is useful to measure performance on NICs which may have to rearrange flows to honor flow priority. Removed the lower limit of 10 flows per batch. Signed-o