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 343AA378E for ; Wed, 1 Jun 2016 03:53:16 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 31 May 2016 18:53:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,398,1459839600"; d="scan'208";a="978324047" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 31 May 2016 18:53:14 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u511rBib009563; Wed, 1 Jun 2016 09:53:11 +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 u511r9re028314; Wed, 1 Jun 2016 09:53:11 +0800 Received: (from wenzhuol@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u511r93q028310; Wed, 1 Jun 2016 09:53:09 +0800 From: Wenzhuo Lu To: dev@dpdk.org Cc: jingjing.wu@intel.com Date: Wed, 1 Jun 2016 09:53:07 +0800 Message-Id: <1464745989-28280-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1464069991-31051-1-git-send-email-wenzhuo.lu@intel.com> References: <1464069991-31051-1-git-send-email-wenzhuo.lu@intel.com> Subject: [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, 01 Jun 2016 01:53:16 -0000 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