Re: [dpdk-dev] [PATCH v5] doc: document a limitation for a meter with RSS action

2021-10-27 Thread Li Zhang
Thanks! I will update it into patch v6 according to your comments. Please take a look. Regards, Li Zhang -Original Message- From: Thomas Monjalon Sent: Tuesday, October 26, 2021 8:28 PM To: Li Zhang ; Raslan Darawsheh Cc: Ori Kam ; Slava Ovsiienko ; Matan Azrad ; Shahaf Shuler ; Shun

[dpdk-dev] [PATCH v5] doc: document a limitation for a meter with RSS action

2021-10-26 Thread Li Zhang
A meter policy with RSS/Queue action is not supported when ``dv_xmeta_en`` enabled. When ``dv_xmeta_en`` enabled in legacy creating flow, it will split into two flows (one set_tag with jump flow and one RSS/queue action flow). For meter policy as termination table, it cannot split flow and cannot

Re: [dpdk-dev] [PATCH v5] doc: document a limitation for a meter with RSS action

2021-10-26 Thread Thomas Monjalon
The title should mention "mlx5 guide" as the scope. 26/10/2021 13:53, Li Zhang: > A meter policy with RSS/Queue action is not supported > when ``dv_xmeta_en`` enabled. The quotes are RST syntax. Raslan, while merging, you can remove the quotes from the commit log. > > When ``dv_xmeta_en`` enabl