From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: [PATCH v2 0/2] support mailbox interruption on ixgbe/igb VF Date: Wed, 1 Jun 2016 09:53:07 +0800 Message-ID: <1464745989-28280-1-git-send-email-wenzhuo.lu@intel.com> References: <1464069991-31051-1-git-send-email-wenzhuo.lu@intel.com> Cc: jingjing.wu@intel.com To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 343AA378E for ; Wed, 1 Jun 2016 03:53:16 +0200 (CEST) In-Reply-To: <1464069991-31051-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" 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 doc/guides/rel_notes/release_16_07.rst | 6 ++ drivers/net/e1000/igb_ethdev.c | 159 +++++++++++++++++++++++++++++++++ drivers/net/ixgbe/ixgbe_ethdev.c | 84 ++++++++++++++++- 3 files changed, 246 insertions(+), 3 deletions(-) -- 1.9.3