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 <rongw...@nvidia.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > Acked-by: Ori Kam <or...@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.