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 <[email protected]> Sent: Wednesday, May 6, 2020 7:00 AM To: Wisam Monther <[email protected]> Cc: dpdk-dev <[email protected]>; Jack Min <[email protected]>; Thomas Monjalon <[email protected]>; Jerin Jacob <[email protected]>; [email protected]; [email protected] 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::

