From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 5BA1E1518 for ; Wed, 26 Nov 2014 17:15:40 +0100 (CET) Received: by mail-wi0-f182.google.com with SMTP id h11so5543277wiw.15 for ; Wed, 26 Nov 2014 08:26:37 -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=4zynYB5eHw2JKbfwfYmcD0qhH+L4xA0hw8yI45ifTfs=; b=RTtdICdQH/xFvx+QOezOsiEFXXgt8RWkzJVq8uLknBcm1Aw9gvaPpSKBeANQ165vWo ptOeFspNeNk+yYRHYIW0r3ldzzC5PSaQ7/19nQH4hDEUKue7NYfoMlPmRHW8QxUluSWk sfokQqnxGxbSy7u/cdRtrpHkLv/ryW2xEDs/OTNoRrcI8RYDpEuzmHFa2psUTat9hCyV gFn4MJbCqRjkhAqmgMUAcpGvdyj0oY7lfOl7k1I2go1kn8hUC1/5zFYqJ7DiXP7JoEk2 CoDWLDQptCaI7L3tlNMWE43fj2CmMAvRiExT0T74n60H3dZU8zLoeeBmjFuN1J+OYO+E at3A== X-Gm-Message-State: ALoCoQkBDfLFpV7+fKC1faa/0ZsZ4tF+2mq1/n7r4OT3Q2X55MGJ4w8wFHNUiAmkR+POJnmZAZny X-Received: by 10.180.8.193 with SMTP id t1mr44001669wia.15.1417019197772; Wed, 26 Nov 2014 08:26:37 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id pl6sm7877985wic.22.2014.11.26.08.26.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Nov 2014 08:26:36 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Wed, 26 Nov 2014 17:26:11 +0100 Message-ID: <2362518.LZ6qB1jZmO@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <20141126154911.GA8752@bricha3-MOBL3> References: <1415975510-24015-1-git-send-email-bruce.richardson@intel.com> <2056281.MtGIPzXE4p@xps13> <20141126154911.GA8752@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3] examples/skeleton: very simple code for packet forwarding 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: Wed, 26 Nov 2014 16:15:40 -0000 2014-11-26 15:49, Bruce Richardson: > On Wed, Nov 26, 2014 at 04:42:06PM +0100, Thomas Monjalon wrote: > > Bruce, > > > > I made some minor changes to the skeleton app. > > Could you confirm it's ok for you? > > Yes, they are fine for me, though the makefile diff looks messed up compared to > the original version. Any way to force git to recognise it as a completely new > file and not a copy of the higher level examples makefile? Yes, the default is to recognise similarity with at least 50%. The option -M80% raises the threshold to 80%. I don't know how to put this configuration in gitconfig. -- Thomas