From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id B6BFB1B2A3 for ; Tue, 24 Oct 2017 21:29:26 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 24 Oct 2017 12:29:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,429,1503385200"; d="scan'208";a="166575317" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.60]) ([10.241.225.60]) by fmsmga005.fm.intel.com with ESMTP; 24 Oct 2017 12:29:24 -0700 To: Xiao Wang , jingjing.wu@intel.com Cc: dev@dpdk.org, john.mcnamara@intel.com, qi.z.zhang@intel.com References: <1508708240-69814-5-git-send-email-xiao.w.wang@intel.com> <1508852752-127925-1-git-send-email-xiao.w.wang@intel.com> From: Ferruh Yigit Message-ID: Date: Tue, 24 Oct 2017 12:29:24 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1508852752-127925-1-git-send-email-xiao.w.wang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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 19:29:28 -0000 On 10/24/2017 6:45 AM, Xiao Wang wrote: > 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 Series Reviewed-by: Ferruh Yigit