From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Wang Subject: [PATCH 0/4] net/fm10k: support switch restart Date: Sun, 22 Oct 2017 14:37:16 -0700 Message-ID: <1508708240-69814-1-git-send-email-xiao.w.wang@intel.com> Cc: jingjing.wu@intel.com, jing.d.chen@intel.com, Xiao Wang To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0379B1B34B for ; Sun, 22 Oct 2017 14:58:27 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. 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 | 10 ++++ drivers/net/fm10k/fm10k.h | 1 + drivers/net/fm10k/fm10k_ethdev.c | 106 ++++++++++++++++++++++++++++++++++++--- 3 files changed, 111 insertions(+), 6 deletions(-) -- 1.8.3.1