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 D42B66A95 for ; Thu, 11 Dec 2014 07:02:22 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 10 Dec 2014 22:02:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="427646996" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by FMSMGA003.fm.intel.com with ESMTP; 10 Dec 2014 21:51:36 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by pgsmsx105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 11 Dec 2014 14:01:35 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.240]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.110]) with mapi id 14.03.0195.001; Thu, 11 Dec 2014 14:01:34 +0800 From: "Cao, Min" To: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/2] examples/vmdq: support new VMDQ API Thread-Index: AQHP/H2Lan6mgvrodUqajiv1Q6DytJyKFgEw Date: Thu, 11 Dec 2014 06:01:34 +0000 Message-ID: References: <1415579379-2891-1-git-send-email-huawei.xie@intel.com> In-Reply-To: <1415579379-2891-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 v2 0/2] examples/vmdq: support new VMDQ API 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, 11 Dec 2014 06:02:23 -0000 Tested-by: Min Cao Patch name: examples/vmdq: support new VMDQ API Brief description: =09 Test Flag: Tested-by Tester name: min.cao@intel.com Result summary: total 1 cases, 1 passed, 0 failed Test Case 1: =09 Name: perf_vmdq_performance Environment: OS: Fedora20 3.11.10-301.fc20.x86_64 gcc (GCC) 4.8.2 CPU: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz NIC: Fortville eagle Test result: PASSED -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Huawei Xie Sent: Monday, November 10, 2014 8:30 AM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH v2 0/2] examples/vmdq: support new VMDQ API This patch supports new VMDQ API in vmdq example. v2 changes: * code rebase * allow app to specify num_pools different with max_nb_pools * fix serious cs issues Huawei Xie (2): support new VMDQ API in vmdq example fix cs issues in vmdq example examples/vmdq/main.c | 233 ++++++++++++++++++++++++++++++-----------------= ---- 1 file changed, 139 insertions(+), 94 deletions(-) --=20 1.8.1.4