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.