mbox

[RFC,0/2] add API to set process to primary or secondary

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

Message

Rongwei Liu Dec. 1, 2022, 8:20 a.m. UTC
  Set the rte_eth process to the primary or secondary role which affects
the flow rules offloading which is userful when switching DPDK to a
different version.

Targeted version is 23.03.

Rongwei Liu (2):
  ethdev: add group description
  ethdev: add API to set process to primary or secondary

 doc/guides/nics/mlx5.rst   | 10 ++++++
 lib/ethdev/ethdev_driver.h | 63 ++++++++++++++++++++++++++++++++++++++
 lib/ethdev/rte_ethdev.c    | 20 ++++++++++++
 lib/ethdev/rte_flow.h      | 14 +++++++++
 lib/ethdev/version.map     |  3 ++
 5 files changed, 110 insertions(+)