]> git.droids-corp.org - dpdk.git/commitdiff
doc: add metering limitation in mlx5 guide
authorLi Zhang <lizh@nvidia.com>
Wed, 27 Oct 2021 09:13:58 +0000 (12:13 +0300)
committerRaslan Darawsheh <rasland@nvidia.com>
Sun, 31 Oct 2021 13:27:24 +0000 (14:27 +0100)
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 when dv_xmeta_en enabled.

Fixes: 51ec04dc7bcf ("net/mlx5: connect meter policy to created flows")
Cc: stable@dpdk.org
Signed-off-by: Li Zhang <lizh@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
doc/guides/nics/mlx5.rst

index 45f44c97d7236926e431b06a28428a2382731ff7..bb92520dff4308d9db75a96f160753fc2b0b2975 100644 (file)
@@ -435,6 +435,7 @@ Limitations
      - yellow: QUEUE, RSS, PORT_ID, REPRESENTED_PORT, JUMP, DROP, MARK and SET_TAG.
      - RED: must be DROP.
   - 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`` enabled.
   - meter profile packet mode is supported.
   - meter profiles of RFC2697, RFC2698 and RFC4115 are supported.