From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 230DD2BCF for ; Tue, 22 Mar 2016 16:19:37 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 22 Mar 2016 08:13:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,377,1455004800"; d="scan'208";a="916480481" Received: from fooyekan-mobl2.ger.corp.intel.com ([10.252.25.15]) by orsmga001.jf.intel.com with SMTP; 22 Mar 2016 08:13:30 -0700 Received: by (sSMTP sendmail emulation); Tue, 22 Mar 2016 15:13:28 +0025 Date: Tue, 22 Mar 2016 15:13:28 +0000 From: Bruce Richardson To: Jingjing Wu Cc: dev@dpdk.org, helin.zhang@intel.com Message-ID: <20160322151328.GA16568@bricha3-MOBL3> References: <1457581271-22871-1-git-send-email-jingjing.wu@intel.com> <1458007180-32580-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: <1458007180-32580-1-git-send-email-jingjing.wu@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v6 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, 22 Mar 2016 15:19:38 -0000 On Tue, Mar 15, 2016 at 09:59:38AM +0800, Jingjing Wu wrote: > v6 changes: > - rebase on latest dpdk-next-net/rel_16_04 branch (commit 94d8f4bf963a) > - fix complie issue > > v5 changes: > - doc rewording and format fixing. > > v4 changes: > - rebase on latest dpdk-next-net/rel_16_04 branch (commit 0f9564a0e4f2) > > 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 > Applied to dpdk-next-net/rel_16_04. /Bruce