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.khapa...@broadcom.com> Sent: Wednesday, May 6, 2020 7:00 AM To: Wisam Monther <wis...@mellanox.com> Cc: dpdk-dev <dev@dpdk.org>; Jack Min <jack...@mellanox.com>; Thomas Monjalon <tho...@monjalon.net>; Jerin Jacob <jerinjac...@gmail.com>; gerlitz...@gmail.com; l....@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::