From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 0/2] support mailbox interruption on ixgbe/igb VF Date: Wed, 15 Jun 2016 11:29:22 +0100 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 Cc: dev@dpdk.org, jingjing.wu@intel.com To: Wenzhuo Lu 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) Content-Disposition: inline In-Reply-To: <1464745989-28280-1-git-send-email-wenzhuo.lu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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