From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E279CADEE for ; Wed, 15 Jun 2016 12:29:35 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 15 Jun 2016 03:29:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,475,1459839600"; d="scan'208";a="122256888" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.81]) by fmsmga004.fm.intel.com with SMTP; 15 Jun 2016 03:29:23 -0700 Received: by (sSMTP sendmail emulation); Wed, 15 Jun 2016 11:29:22 +0025 Date: Wed, 15 Jun 2016 11:29:22 +0100 From: Bruce Richardson To: Wenzhuo Lu Cc: dev@dpdk.org, jingjing.wu@intel.com Message-ID: <20160615102922.GD10172@bricha3-MOBL3> References: <1464069991-31051-1-git-send-email-wenzhuo.lu@intel.com> <1464745989-28280-1-git-send-email-wenzhuo.lu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464745989-28280-1-git-send-email-wenzhuo.lu@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 0/2] support mailbox interruption on ixgbe/igb VF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2016 10:29:36 -0000 On Wed, Jun 01, 2016 at 09:53:07AM +0800, Wenzhuo Lu wrote: > This patch set addes the support of the mailbox interruption on VF. > So, VF can receice the messges for physical link down/up. And > register a reset callback in the handler. > > PS: This patch set is splitted from a previous patch set, *automatic > link recovery on ixgbe/igb VF*. > > v2: > - Reword the commit log and add more details. > - Rebase the patches on the latest code. > > Wenzhuo Lu (2): > ixgbe: VF supports mailbox interruption for PF link up/down > igb: VF supports mailbox interruption for PF link up/down s/interruptions/interrupt/ Patchset applied with some commit message and doc rewording to dpdk-next-net/rel_16_07 /Bruce