From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH V2] i40evf: add ops for rx queue and tx queue Date: Wed, 4 May 2016 11:46:31 +0100 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 Cc: "Xing, Beilei" , "dev@dpdk.org" To: "Wu, Jingjing" 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) Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F8E27A7F@SHSMSX103.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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