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 72EA62B9A for ; Tue, 8 Mar 2016 18:44:19 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 08 Mar 2016 09:44:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,557,1449561600"; d="scan'208";a="62252341" Received: from ipdaly-mobl3.ger.corp.intel.com ([10.252.0.87]) by fmsmga004.fm.intel.com with SMTP; 08 Mar 2016 09:44:15 -0800 Received: by (sSMTP sendmail emulation); Tue, 08 Mar 2016 17:44:14 +0025 Date: Tue, 8 Mar 2016 17:44:14 +0000 From: Bruce Richardson To: Jingjing Wu Message-ID: <20160308174413.GC6324@bricha3-MOBL3> References: <1453859378-23912-1-git-send-email-jingjing.wu@intel.com> <1456469514-9103-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456469514-9103-1-git-send-email-jingjing.wu@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/2] i40evf: pf reset event report 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, 08 Mar 2016 17:44:19 -0000 On Fri, Feb 26, 2016 at 02:51:52PM +0800, Jingjing Wu wrote: > v3 changes: > - commit log doc rewording. > - rebase on latest dpdk-next-net/rel_16_04 branch. > - remove few useless line > - adjust interval and increase times for waiting pf msg > > v2 changes: > - remove the change on vf reset status checking > - add pf event report support in release note > > When Linux PF and DPDK VF are used for i40e PMD, In case of PF reset, > interrupt request will go via adminq event, VF need be informed, a callback > mechanism is introduced by VF. This will allow VF to invoke callback when > reset happens. > Users can register a callback for this interrupt event like: > rte_eth_dev_callback_register(portid, > RTE_ETH_EVENT_INTR_RESET, > reset_event_callback, > arg); > > Jingjing Wu (2): > i40evf: allocate virtchnl cmd buffer for each vf > i40evf: support to report pf reset event > > doc/guides/rel_notes/release_16_04.rst | 1 + > drivers/net/i40e/i40e_ethdev.h | 2 + > drivers/net/i40e/i40e_ethdev_vf.c | 420 +++++++++++++++++++++++---------- > lib/librte_ether/rte_ethdev.h | 1 + > 4 files changed, 301 insertions(+), 123 deletions(-) Hi Jingjing, I'm planning on merging this patch set into dpdk-next-net, but it doesn't apply cleanly. Can you perhaps rebase it on top of dpdk-next-net/rel_16_04 branch, and do a V4 keeping Helin's ack on each patch. Thanks, /Bruce