From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6607B530F for ; Thu, 28 Apr 2016 06:57:55 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 27 Apr 2016 21:57:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,545,1455004800"; d="scan'208";a="941836208" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 27 Apr 2016 21:57:54 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 27 Apr 2016 21:57:53 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 27 Apr 2016 21:57:53 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.229]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.136]) with mapi id 14.03.0248.002; Thu, 28 Apr 2016 12:57:51 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH V2] i40evf: add ops for rx queue and tx queue Thread-Index: AQHRoPyl++hLTvM7+UqFSyc56n9bpZ+e0q3Q Date: Thu, 28 Apr 2016 04:57:51 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8E27A7F@SHSMSX103.ccr.corp.intel.com> References: <1461410959-16983-1-git-send-email-beilei.xing@intel.com> <1461813499-24053-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1461813499-24053-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Thu, 28 Apr 2016 04:57:55 -0000 > -----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 >=20 > Add 3 vf ops: rx_queue_count, rxq_info_get and txq_info_get. They can > reuse corresponding pf APIs. >=20 > Signed-off-by: Beilei Xing Acked-by: Jingjing Wu