[dpdk-dev] [PATCH 0/7] Move EAL common functions

2015-01-09 Thread Olivier MATZ
Hi, Sorry for the late answer. On 01/05/2015 01:24 PM, Bruce Richardson wrote: > Hopefully that means two directories, not three. I think the existing common > folder should stay as it is, with the same name, and possibly add one new > folder > for code that is common between BSD and Linux, but

[dpdk-dev] [PATCH 0/7] Move EAL common functions

2015-01-04 Thread Ravi Kerur
Hi, I plan to work on this and would like to know if I need consider anything else other than mentioned in the email by Olivier/Neil i.e.go with 2 directories common-os/generic-os common-posix under librte_eal directory and move relevant files accordingly. Thanks, Ravi On Mon, Dec 29, 2014 at

[dpdk-dev] [PATCH 0/7] Move EAL common functions

2014-12-29 Thread Olivier MATZ
Hi Neil, On 12/29/2014 01:47 PM, Neil Horman wrote: > On Mon, Dec 29, 2014 at 09:47:05AM +0100, Olivier MATZ wrote: >> Trying to factorize the common code goes in the good direction. >> >> However I'm wondering if "common" is the proper place. Initially, >> the common directory was for code

[dpdk-dev] [PATCH 0/7] Move EAL common functions

2014-12-29 Thread Neil Horman
On Mon, Dec 29, 2014 at 02:16:16PM +0100, Olivier MATZ wrote: > Hi Neil, > > On 12/29/2014 01:47 PM, Neil Horman wrote: > > On Mon, Dec 29, 2014 at 09:47:05AM +0100, Olivier MATZ wrote: > >> Trying to factorize the common code goes in the good direction. > >> > >> However I'm wondering if

[dpdk-dev] [PATCH 0/7] Move EAL common functions

2014-12-29 Thread Ravi Kerur
Thanks Olivier and Neil. I will make a note on this and will work on it after initial common code movement is completed. On Mon, Dec 29, 2014 at 5:16 AM, Olivier MATZ wrote: > Hi Neil, > > On 12/29/2014 01:47 PM, Neil Horman wrote: > > On Mon, Dec 29, 2014 at 09:47:05AM +0100, Olivier MATZ

[dpdk-dev] [PATCH 0/7] Move EAL common functions

2014-12-29 Thread Olivier MATZ
Hi Ravi, On 12/25/2014 04:33 PM, Ravi Kerur wrote: > Common functions in linuxapp and bsdapp are moved into > librte_eal/common directory. > New files added follow _common_ naming conventions. > Tested against ubuntu and FreeBSD. Trying to factorize the common code goes in the good direction.

[dpdk-dev] [PATCH 0/7] Move EAL common functions

2014-12-29 Thread Neil Horman
On Mon, Dec 29, 2014 at 09:47:05AM +0100, Olivier MATZ wrote: > Hi Ravi, > > On 12/25/2014 04:33 PM, Ravi Kerur wrote: > > Common functions in linuxapp and bsdapp are moved into > > librte_eal/common directory. > > New files added follow _common_ naming conventions. > > Tested against ubuntu and

[dpdk-dev] [PATCH 0/7] Move EAL common functions

2014-12-25 Thread Ravi Kerur
Common functions in linuxapp and bsdapp are moved into librte_eal/common directory. New files added follow _common_ naming conventions. Tested against ubuntu and FreeBSD. *** BLURB HERE *** Ravi Kerur (7): Fix rte_is_power_of_2 Move EAL common functions Move EAL common functions Move EAL