[PATCH v3] net/mlx5: add test for live migration
Thomas Monjalon
thomas at monjalon.net
Mon Oct 16 10:19:54 CEST 2023
19/09/2023 10:12, Rongwei Liu:
> This patch adds testpmd app a runtime function to test the live
> migration API.
>
> testpmd> mlx5 set flow_engine <active|standby> [<flag>]
> Flag is optional.
>
> Signed-off-by: Rongwei Liu <rongweil at nvidia.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
> Acked-by: Ori Kam <orika at nvidia.com>
[...]
> +Set Flow Engine Mode
> +~~~~~~~~~~~~~~~~~~~~
> +
> +Set the flow engine to active(0) or standby(1) mode with specific flags::
Need space before brackets.
> +
> +.. code-block:: console
> +
> + testpmd> mlx5 set flow_engine <active|standby> [<flags>]
What are the 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.
Looks OK.
More information about the dev
mailing list