From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH 3/7] Move EAL common functions Date: Thu, 25 Dec 2014 12:41:46 -0500 Message-ID: <20141225174146.GE3199@localhost.localdomain> References: <1419521597-31978-1-git-send-email-rkerur@gmail.com> <1419521597-31978-4-git-send-email-rkerur@gmail.com> 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: <1419521597-31978-4-git-send-email-rkerur-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 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? Neil