From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] examples/skeleton: very simple code for packet forwarding Date: Wed, 26 Nov 2014 17:26:11 +0100 Message-ID: <2362518.LZ6qB1jZmO@xps13> References: <1415975510-24015-1-git-send-email-bruce.richardson@intel.com> <2056281.MtGIPzXE4p@xps13> <20141126154911.GA8752@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Bruce Richardson Return-path: In-Reply-To: <20141126154911.GA8752@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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