[dpdk-dev] [PATCH v4 2/5] app/test-flow-perf: add insertion rate calculation
Wisam Monther
wisamm at mellanox.com
Wed May 6 14:33:03 CEST 2020
We can use mark + rss in the same rule to check this,
Moreover this will not provide any ability to validate functionality other than creation,
And measure the performance stuff “insertion/deletion/memory consumption & pps”.
So I think rss functionality testing should be done using testpmd.
From: Ajit Khaparde <ajit.khaparde at broadcom.com>
Sent: Wednesday, May 6, 2020 7:00 AM
To: Wisam Monther <wisamm at mellanox.com>
Cc: dpdk-dev <dev at dpdk.org>; Jack Min <jackmin at mellanox.com>; Thomas Monjalon <thomas at monjalon.net>; Jerin Jacob <jerinjacobk at gmail.com>; gerlitz.or at gmail.com; l.yan at epfl.ch
Subject: Re: [dpdk-dev] [PATCH v4 2/5] app/test-flow-perf: add insertion rate calculation
::snip::
+
+Actions:
+
+* ``--port-id``
+ Add port redirection action to all flows actions.
+ Port redirection destination is defined in user_parameters.h
+ under PORT_ID_DST, default value = 1.
+
+* ``--rss``
+ Add RSS action to all flows actions,
+ The queues in RSS action will be all queues configured
+ in the app.
Maybe use a subset of the queues configured in the app.
We may want to make sure the RSS is happening because of a flow hit,
and not because of default port RSS?
::snip::
More information about the dev
mailing list