From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Wang Subject: [PATCH v2 0/4] net/fm10k: support switch restart Date: Tue, 24 Oct 2017 06:45:48 -0700 Message-ID: <1508852752-127925-1-git-send-email-xiao.w.wang@intel.com> References: <1508708240-69814-5-git-send-email-xiao.w.wang@intel.com> Cc: dev@dpdk.org, john.mcnamara@intel.com, qi.z.zhang@intel.com, Xiao Wang To: jingjing.wu@intel.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8A1661B72A for ; Tue, 24 Oct 2017 07:06:53 +0200 (CEST) In-Reply-To: <1508708240-69814-5-git-send-email-xiao.w.wang@intel.com> 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. 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