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 305325A74 for ; Tue, 11 Aug 2015 10:12:12 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 11 Aug 2015 01:12:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,651,1432623600"; d="scan'208";a="781070674" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga002.fm.intel.com with ESMTP; 11 Aug 2015 01:12:10 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.149]) by IRSMSX109.ger.corp.intel.com ([169.254.13.130]) with mapi id 14.03.0224.002; Tue, 11 Aug 2015 09:12:09 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "Dumitrescu, Cristian" Thread-Topic: [dpdk-dev] [PATCH] doc: ip_pipeline app user guide Thread-Index: AQHQ0E7RJPTliIy3rkeoMNnekXoc2Z4FuigAgAC/CoA= Date: Tue, 11 Aug 2015 08:12:08 +0000 Message-ID: References: <1438868898-12669-1-git-send-email-cristian.dumitrescu@intel.com> <2174685.JxsPPVaeJl@xps13> In-Reply-To: <2174685.JxsPPVaeJl@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] 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] doc: ip_pipeline app user guide 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, 11 Aug 2015 08:12:12 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, August 10, 2015 10:45 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: ip_pipeline app user guide >=20 > 2015-08-06 14:48, Cristian Dumitrescu: > > Signed-off-by: Cristian Dumitrescu > ... >=20 > The patch is corrupted. > Checkpatch reports: > ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) Git > reports: > fatal: corrupt patch at line 191 Hi, I think the problem is that the svg files had lines over 1000 chars that go= t truncated by git-send-patch or the mailer daemon. We'll resubmit the patchset. John=20