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 F3B6A7E7A for ; Tue, 21 Oct 2014 05:23:49 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 20 Oct 2014 20:32:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,760,1406617200"; d="scan'208";a="608469354" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by fmsmga001.fm.intel.com with ESMTP; 20 Oct 2014 20:31:31 -0700 Received: from pgsmsx106.gar.corp.intel.com (10.221.44.98) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 21 Oct 2014 11:30:18 +0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by pgsmsx106.gar.corp.intel.com (10.221.44.98) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 21 Oct 2014 11:30:18 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.207]) by shsmsx102.ccr.corp.intel.com ([169.254.2.156]) with mapi id 14.03.0195.001; Tue, 21 Oct 2014 11:30:17 +0800 From: "Cao, Min" To: "Xie, Huawei" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] examples/vmdq: support i40e in vmdq example Thread-Index: AQHP1+XotoU0JmsuQkKGDefOp0rQAZw6DnCg Date: Tue, 21 Oct 2014 03:30:15 +0000 Message-ID: References: <1411556015-27518-1-git-send-email-huawei.xie@intel.com> In-Reply-To: <1411556015-27518-1-git-send-email-huawei.xie@intel.com> Accept-Language: zh-CN, 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] examples/vmdq: support i40e in vmdq example 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, 21 Oct 2014 03:23:50 -0000 Tested-by: Min Cao This patch has been verified on fortville and it is ready to be integrated = to dpdk.org. -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Huawei Xie Sent: Wednesday, September 24, 2014 6:54 PM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH] examples/vmdq: support i40e in vmdq example With i40e, the queue index of VMDQ pools doesn't always start from zero, an= d the queues aren't all occupied by VMDQ. These information are retrieved t= hrough rte_eth_dev_info_get, and used to initialise VMDQ. Huawei Xie (1): support i40e in vmdq example examples/vmdq/main.c | 162 ++++++++++++++++++++++++++++++-----------------= ---- 1 file changed, 97 insertions(+), 65 deletions(-) --=20 1.8.1.4