From mboxrd@z Thu Jan 1 00:00:00 1970 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 orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 23 May 2016 23:06:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,359,1459839600"; d="scan'208";a="983391244" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 23 May 2016 23:06:35 -0700 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 From: Wenzhuo Lu To: dev@dpdk.org Date: Tue, 24 May 2016 14:06:29 +0800 Message-Id: <1464069991-31051-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 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: Tue, 24 May 2016 06:06:37 -0000 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