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 8813C2E81 for ; Wed, 26 Nov 2014 16:38:18 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 26 Nov 2014 07:46:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,462,1413270000"; d="scan'208";a="643932985" Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.37]) by orsmga002.jf.intel.com with SMTP; 26 Nov 2014 07:49:12 -0800 Received: by (sSMTP sendmail emulation); Wed, 26 Nov 2014 15:49:12 +0025 Date: Wed, 26 Nov 2014 15:49:12 +0000 From: Bruce Richardson To: Thomas Monjalon Message-ID: <20141126154911.GA8752@bricha3-MOBL3> References: <1415975510-24015-1-git-send-email-bruce.richardson@intel.com> <1417012687-18812-1-git-send-email-thomas.monjalon@6wind.com> <2056281.MtGIPzXE4p@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2056281.MtGIPzXE4p@xps13> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) 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 15:38:19 -0000 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? /Bruce > > 2014-11-26 15:38, Thomas Monjalon: > > v3 changes: > > - rename skeleton_app/ to skeleton/ > > - add in examples Makefile > > - fix default target to native > > - reword header guard > > - rename rxRings to rx_rings and txRings to tx_rings >