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

Li Zhang lizh at nvidia.com
Tue Oct 26 12:12:06 CEST 2021


Thanks Thomas.
Will update the following commit-log in patch v4

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 support
dv_xmeta_en enabled.


Regards,
Li Zhang

-----Original Message-----
From: Thomas Monjalon <thomas at monjalon.net> 
Sent: Tuesday, October 26, 2021 5:51 PM
To: Li Zhang <lizh at nvidia.com>
Cc: Ori Kam <orika at nvidia.com>; Slava Ovsiienko <viacheslavo at nvidia.com>; Matan Azrad <matan at nvidia.com>; Shahaf Shuler <shahafs at nvidia.com>; Shun Hao <shunh at nvidia.com>; dev at dpdk.org; Raslan Darawsheh <rasland at nvidia.com>; Roni Bar Yanai <roniba at nvidia.com>; stable at dpdk.org
Subject: Re: [PATCH v3] doc: document a limitation for a meter with RSS action

External email: Use caution opening links or attachments


26/10/2021 11:31, Li Zhang:
> A meter policy with RSS/Queue action is not supported when dv_xmeta_en 
> is not zero.

It is still not explaining why.

>
> Fixes: 51ec04d ("net/mlx5: connect meter policy to created flows")
> Cc: stable at dpdk.org
>
> Signed-off-by: Li Zhang <lizh at nvidia.com>
> Acked-by: Matan Azrad <matan at nvidia.com>
> ---
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
>    - Policy actions of RSS for green and yellow should have the same configuration except queues.
> +  - Policy with RSS/queue action is not supported when dv_xmeta_en is not zero.

It is still not enclosed like this: ``dv_xmeta_en``

Don't you think "enabled" is better than "not zero"?





More information about the stable mailing list