[PATCH v5] net/mlx5: add test for live migration

Thomas Monjalon thomas at monjalon.net
Wed Oct 25 11:41:40 CEST 2023


25/10/2023 11:36, Rongwei Liu:
> +Set Flow Engine Mode
> +~~~~~~~~~~~~~~~~~~~~
> +
> +Set the flow engine to active or standby mode with specific flags (bitmap style)::

This sentence should end with a dot.

> +See MLX5_FLOW_ENGINE_FLAG_* for the detailed flags definitions.

MLX5_FLOW_ENGINE_FLAG_* should be between backquotes:
``MLX5_FLOW_ENGINE_FLAG_*``

No need "s" to "flags".
You can also remove "detailed": "flag definitions".

> +
> +.. code-block:: console
> +
> +   testpmd> mlx5 set flow_engine <active|standby> [<flags>]
> +
> +This command is used for testing live migration and works for
> +software steering only.
> +Default FDB jump should be disabled if switchdev is enabled.
> +The mode will propagate to all the probed ports.





More information about the dev mailing list