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

2021-10-26 Thread Li Zhang
Thanks Thomas, I will update it in the new patch. Regards, Li Zhang -Original Message- From: Thomas Monjalon Sent: Tuesday, October 26, 2021 4:43 PM To: Li Zhang Cc: Ori Kam ; Slava Ovsiienko ; Matan Azrad ; Shahaf Shuler ; Shun Hao ; dev@dpdk.org; Raslan Darawsheh ; Roni Bar Yanai

[dpdk-dev] [PATCH] 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 is not zero. Fixes: 51ec04d ("net/mlx5: connect meter policy to created flows") Cc: sta...@dpdk.org Signed-off-by: Li Zhang Acked-by: Matan Azrad --- doc/guides/nics/mlx5.rst | 1 + 1 file changed, 1 insertion(+) diff --gi

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

2021-10-26 Thread Thomas Monjalon
26/10/2021 04:08, Li Zhang: > A meter policy with RSS/Queue action is not supported > when dv_xmeta_en != 0. You could say why. HW limitation? driver design? >- Policy actions of RSS for green and yellow should have the same > configuration except queues. > + - Policy with RSS/queue action

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

2021-10-25 Thread Li Zhang
A meter policy with RSS/Queue action is not supported when dv_xmeta_en != 0. Fixes: 51ec04d ("net/mlx5: connect meter policy to created flows") Cc: sta...@dpdk.org Signed-off-by: Li Zhang Acked-by: Matan Azrad --- doc/guides/nics/mlx5.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc