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 D5F289A8F for ; Mon, 18 May 2015 04:52:03 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 17 May 2015 19:52:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,449,1427785200"; d="scan'208";a="727530046" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by fmsmga002.fm.intel.com with ESMTP; 17 May 2015 19:52:02 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 18 May 2015 10:52:01 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.120]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.180]) with mapi id 14.03.0224.002; Mon, 18 May 2015 10:51:59 +0800 From: "Liu, Jijiang" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 00/10] Add a VXLAN sample Thread-Index: AQHQjtW8icOrJkYd00ifPQWdYgQdGZ18K8yAgATfX1A= Date: Mon, 18 May 2015 02:52:00 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC05757FB2@SHSMSX101.ccr.corp.intel.com> References: <1431670141-7835-1-git-send-email-jijiang.liu@intel.com> In-Reply-To: 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 00/10] Add a VXLAN sample 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: Mon, 18 May 2015 02:52:04 -0000 Hi John, Though it is an example, I think we had better split these changes into mul= tiple patch so as to understand what I have changed here. It will be clear and easy if you can review these changes in the mail list http://dpdk.org/ml/archives/dev/2015-May/017693.html Thanks Jijiang Liu > -----Original Message----- > From: Mcnamara, John > Sent: Friday, May 15, 2015 4:19 PM > To: Liu, Jijiang; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH 00/10] Add a VXLAN sample >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu > > Sent: Friday, May 15, 2015 7:09 AM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH 00/10] Add a VXLAN sample >=20 > Hi, >=20 > There are multiple changes on the same (new) files within the patchset. T= hese > would be better rebased/squashed into one patch. That would make it easie= r to > review as well. >=20 > John