From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 150017E75 for ; Fri, 14 Nov 2014 02:28:45 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 13 Nov 2014 17:36:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,382,1413270000"; d="scan'208";a="636726029" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by orsmga002.jf.intel.com with ESMTP; 13 Nov 2014 17:38:45 -0800 Received: from pgsmsx107.gar.corp.intel.com (10.221.44.105) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 14 Nov 2014 09:38:35 +0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by PGSMSX107.gar.corp.intel.com (10.221.44.105) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 14 Nov 2014 09:38: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; Fri, 14 Nov 2014 09:38:12 +0800 From: "Cao, Waterman" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 0/6] vmxnet3 pmd fixes/improvement Thread-Index: AQHP+JrqNqx4FiO68km6aGaTAkPfjpxepP4AgAC+tUA= Date: Fri, 14 Nov 2014 01:38:11 +0000 Message-ID: References: <1415152183-119796-1-git-send-email-yongwang@vmware.com> <4015166.50qm37CbQt@xps13> In-Reply-To: <4015166.50qm37CbQt@xps13> Accept-Language: en-GB, 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 0/6] vmxnet3 pmd fixes/improvement 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: Fri, 14 Nov 2014 01:28:47 -0000 Hi Thomas, I think that you can integrate this patch firstly. We will update our regression to cover new features. Currently, Xiaonan is checking with yong and try to understand how to veri= fy new features. Thanks Waterman=20 -----Original Message----- >From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]=20 >Sent: Friday, November 14, 2014 6:07 AM >To: Cao, Waterman >Cc: dev@dpdk.org; Yong Wang; Zhang, XiaonanX >Subject: Re: [dpdk-dev] [PATCH v2 0/6] vmxnet3 pmd fixes/improvement > >Hi Waterman, > >You wanted to update your regression tests: > http://dpdk.org/ml/archives/dev/2014-November/007598.html >Should I wait a test report before integrating these patches? > >Is there someone else reviewing these patches? > >--=20 >Thomas > > >2014-11-04 17:49, Yong Wang: >> This patch series include various fixes and improvement to the >> vmxnet3 pmd driver. >>=20 >> V2: >> - Add more commit descriptions >> - Add a new patch that improve tx performance for small packet >>=20 >> Yong Wang (6): >> vmxnet3: Fix VLAN Rx stripping >> vmxnet3: Add VLAN Tx offload >> vmxnet3: Fix dev stop/restart bug >> vmxnet3: Add rx pkt check offloads >> vmxnet3: Perf improvement on the rx path >> vmxnet3: Leverage data_ring on tx path