From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: [PATCH 0/2] support mailbox interruption on ixgbe/igb VF Date: Tue, 24 May 2016 14:06:29 +0800 Message-ID: <1464069991-31051-1-git-send-email-wenzhuo.lu@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 7EDED5963 for ; Tue, 24 May 2016 08:06:37 +0200 (CEST) Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u4O66Z1h000911 for ; Tue, 24 May 2016 14:06:35 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u4O66VQq031086 for ; Tue, 24 May 2016 14:06:33 +0800 Received: (from wenzhuol@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u4O66V1t031082 for dev@dpdk.org; Tue, 24 May 2016 14:06:31 +0800 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. PS: This patch set is splitted from a previous patch set, *automatic link recovery on ixgbe/igb VF*. 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 | 85 +++++++++++++++++- 3 files changed, 247 insertions(+), 3 deletions(-) -- 1.9.3