Introduce a new API to set eth_dev process to different roles: active or standby. This API should be used when switching DPDK application to a different version and it should be simple and easy to use.
v4: add more descriptions and one user example. v3: add rollback and device capability. Rongwei Liu (3): ethdev: add flow rule group description ethdev: add standby state for live migration ethdev: add standby flags for live migration doc/guides/rel_notes/release_23_03.rst | 7 +++ lib/ethdev/ethdev_driver.h | 20 +++++++ lib/ethdev/rte_ethdev.c | 42 ++++++++++++++ lib/ethdev/rte_ethdev.h | 77 ++++++++++++++++++++++++++ lib/ethdev/rte_flow.h | 13 ++++- lib/ethdev/version.map | 3 + 6 files changed, 161 insertions(+), 1 deletion(-) -- 2.27.0