Re: [dpdk-dev] [PATCH v3 0/4] Add RSS action support in the sample sub-actions list

2021-01-18 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Jiawei Wang > Sent: Thursday, January 14, 2021 9:25 AM > To: ferruh.yi...@intel.com; Slava Ovsiienko ; > Matan Azrad ; Ori Kam > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH v3 0/4] Add RSS action support in the sample sub-actions list > > Curren

[dpdk-dev] [PATCH v3 0/4] Add RSS action support in the sample sub-actions list

2021-01-13 Thread Jiawei Wang
Currently the sample flow only supports Queue action in NIC-Rx domain. This patchset adds the RSS action support in the sample sub-actions list. The examples for the sample flow with RSS action and result as below: set sample_actions 0 mark id 0x12 / rss queues 0 1 2 3 end / end flow cr