From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3E86558D6 for ; Wed, 4 May 2016 12:46:35 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 04 May 2016 03:46:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,576,1455004800"; d="scan'208";a="96970478" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.86]) by fmsmga004.fm.intel.com with SMTP; 04 May 2016 03:46:31 -0700 Received: by (sSMTP sendmail emulation); Wed, 04 May 2016 11:46:31 +0025 Date: Wed, 4 May 2016 11:46:31 +0100 From: Bruce Richardson To: "Wu, Jingjing" Cc: "Xing, Beilei" , "dev@dpdk.org" Message-ID: <20160504104630.GA25492@bricha3-MOBL3> References: <1461410959-16983-1-git-send-email-beilei.xing@intel.com> <1461813499-24053-1-git-send-email-beilei.xing@intel.com> <9BB6961774997848B5B42BEC655768F8E27A7F@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F8E27A7F@SHSMSX103.ccr.corp.intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH V2] i40evf: add ops for rx queue and tx queue 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, 04 May 2016 10:46:35 -0000 On Thu, Apr 28, 2016 at 04:57:51AM +0000, Wu, Jingjing wrote: > > > > -----Original Message----- > > From: Xing, Beilei > > Sent: Thursday, April 28, 2016 11:18 AM > > To: Wu, Jingjing > > Cc: dev@dpdk.org; Xing, Beilei > > Subject: [PATCH V2] i40evf: add ops for rx queue and tx queue > > > > Add 3 vf ops: rx_queue_count, rxq_info_get and txq_info_get. They can > > reuse corresponding pf APIs. > > > > Signed-off-by: Beilei Xing > > Acked-by: Jingjing Wu > Applied to dpdk-next-net/rel_16_07 /Bruce