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 68490106B for ; Tue, 16 Jun 2015 14:49:16 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 16 Jun 2015 05:49:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,626,1427785200"; d="scan'208";a="744385874" Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87]) by fmsmga002.fm.intel.com with ESMTP; 16 Jun 2015 05:49:14 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 16 Jun 2015 20:49:13 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0224.002; Tue, 16 Jun 2015 20:49:12 +0800 From: "Liu, Jijiang" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v3 00/10] Add a VXLAN sample Thread-Index: AQHQoZelCA8OZKFIq0OonHUw2nLOnJ2hwoeAgAyaFYCAAMQL8A== Date: Tue, 16 Jun 2015 12:49:11 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC0576E316@SHSMSX101.ccr.corp.intel.com> References: <1433732508-32430-1-git-send-email-jijiang.liu@intel.com> <2132043.BppFOd6axc@xps13> In-Reply-To: <2132043.BppFOd6axc@xps13> 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3 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: Tue, 16 Jun 2015 12:49:16 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, June 16, 2015 5:01 PM > To: Liu, Jijiang > Cc: dev@dpdk.org; Zhang, Helin > Subject: Re: [dpdk-dev] [PATCH v3 00/10] Add a VXLAN sample >=20 > > Acked-by: Helin Zhang >=20 > Sorry, there are too many checkpatch errors to peacefully apply this seri= es. Dou you mean there are too many warnings or errors when using checkpatch.pl= ? If you meant warnings, yes, there are some warnings that I have not removed= from patches. If you meant errors, I will double check.