From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2017 22:06:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,426,1503385200"; d="scan'208";a="166755101" Received: from dpdk-xiao-1.sh.intel.com ([10.67.110.153]) by fmsmga006.fm.intel.com with ESMTP; 23 Oct 2017 22:06:50 -0700 From: Xiao Wang To: jingjing.wu@intel.com Cc: dev@dpdk.org, john.mcnamara@intel.com, qi.z.zhang@intel.com, Xiao Wang Date: Tue, 24 Oct 2017 06:45:48 -0700 Message-Id: <1508852752-127925-1-git-send-email-xiao.w.wang@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1508708240-69814-5-git-send-email-xiao.w.wang@intel.com> References: <1508708240-69814-5-git-send-email-xiao.w.wang@intel.com> Subject: [dpdk-dev] [PATCH v2 0/4] net/fm10k: support switch restart X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2017 05:06:54 -0000 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