mbox

[v4,0/3] add API for live migration

Message ID 20230118154447.595231-1-rongweil@nvidia.com (mailing list archive)
Headers

Message

Rongwei Liu Jan. 18, 2023, 3:44 p.m. UTC
  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(-)