For fm10k multi host based design, DPDK app running in VM or host needs to get aware of the switch's state because switch may undergo a quit-restart. This patch series supports switch restart feature for DPDK app to be able to resume its packet processing without an app-level restart.
Changes in v2: - Improve function description wording in fm10k guide. - Fix checkpatch warnings. Xiao Wang (4): net/fm10k: redefine link status semantics net/fm10k: support switch restart on PF net/fm10k: support switch restart on VF doc: add switch restart support to fm10k guide doc/guides/nics/fm10k.rst | 11 ++++ drivers/net/fm10k/fm10k.h | 1 + drivers/net/fm10k/fm10k_ethdev.c | 106 ++++++++++++++++++++++++++++++++++++--- 3 files changed, 112 insertions(+), 6 deletions(-) -- 1.8.3.1