From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com
 [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 4C2DF2A9
 for <dev@dpdk.org>; Wed, 26 Nov 2014 19:13:00 +0100 (CET)
Received: by mail-wi0-f179.google.com with SMTP id ex7so5892773wid.12
 for <dev@dpdk.org>; Wed, 26 Nov 2014 10:13:00 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=c1brCUfBR5ub91yrkx2VROWhLYMnah0A86naXAAcr/A=;
 b=VCWXcCaihzcpyML5rKvd1da21uex9PCdF6rm4iVvkYOzvbDu5JhciLtTKiKJDWe/+E
 HosUrjwbRE9Ke+b+ABWPr1D2SquHYkGLBbHjrGrJOdroGlczJCnG2Nl6tdbR5R7xYNpz
 DGG1LwDul0ow/8tUOgZZ3ovPji3rbZKgu/UXwArEeZp8PfBA0KywvWEBDSoLSkTZhTga
 tPGCsBezWHZqBvAzRhrc85a7tr7iNH1Fgb9RH6h0wW4M9KhChTFsLUuHknpyHBL2fW1y
 GFbppsAz3ZJ7r52sig3zDUfqyW422PEbiTXvM0NyazR6YfDohMylrD4zFfKScMjF8My1
 URHg==
X-Gm-Message-State: ALoCoQnDKFPFHPuc0ThhlqlrBmZujoTw08k92vFXpel1G+YILVGcdzrQMxjLIsT2UNMTrhYY9M4s
X-Received: by 10.194.119.99 with SMTP id kt3mr41096801wjb.14.1417025579947;
 Wed, 26 Nov 2014 10:12:59 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id fw4sm6491212wib.6.2014.11.26.10.12.58
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 26 Nov 2014 10:12:59 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
Date: Wed, 26 Nov 2014 19:12:33 +0100
Message-ID: <2336286.dWgCrzSpR6@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; )
In-Reply-To: <E115CCD9D858EF4F90C690B0DCB4D89726865B45@IRSMSX107.ger.corp.intel.com>
References: <E115CCD9D858EF4F90C690B0DCB4D89726865B45@IRSMSX107.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] maximum line size on patch
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 26 Nov 2014 18:13:00 -0000

2014-11-26 17:31, De Lara Guarch, Pablo:
> I am trying to send a patch for new sample app UG, but the patch cannot be sent because I am hitting the maximum line size on the patch.
> 
> fatal: /tmp/35JFqgAmCA/0001-doc-Added-new-sample-app-UG-for-VM-power-management.patch: 29: patch contains a line longer than 998 characters
> 
> This is due to the included svg files. Is there any way I can include them on the patch? Any other way?

Could you try --no-validate?

-- 
Thomas