From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH 3/7] Move EAL common functions Date: Fri, 26 Dec 2014 09:40:27 -0500 Message-ID: <20141226144027.GD5567@localhost.localdomain> References: <1419521597-31978-1-git-send-email-rkerur@gmail.com> <1419521597-31978-4-git-send-email-rkerur@gmail.com> <20141225174146.GE3199@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Ravi Kerur Return-path: Content-Disposition: inline In-Reply-To: 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" On Thu, Dec 25, 2014 at 11:13:09AM -0800, Ravi Kerur wrote: > Inline > > On Thu, Dec 25, 2014 at 9:41 AM, Neil Horman wrote: > > > On Thu, Dec 25, 2014 at 10:33:13AM -0500, Ravi Kerur wrote: > > > eal_thread.c has minor difference between Linux and BSD, move > > > into common directory. > > > Use RTE_EXEC_ENV_BSDAPP to differentiate minor difference. > > > Rename eal_thread.c to eal_common_thread.c > > > Makefile changes to reflect file move and name change. > > > Fix checkpatch warnings. > > > > > Don't you want to add RTE_EXEC_ENV_BSDAPP=y to config/common_bsdapp? > > > > Its already defined in common/common_bsdapp. > Ah, my bad. > > > > Neil > > > >