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

2015-04-09 Thread Ravi Kerur
Thomas, Any additional tests i need to do on linux/bsd for v5 series please let me know. Thanks, Ravi On Tue, Mar 31, 2015 at 11:39 AM, Ravi Kerur wrote: > I will work on it and send out patches by next week. If you need it > earlier please let me know. > > Thanks, > Ravi > > On Mon, Mar 30,

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

2015-03-31 Thread Ravi Kerur
I will work on it and send out patches by next week. If you need it earlier please let me know. Thanks, Ravi On Mon, Mar 30, 2015 at 4:24 PM, Thomas Monjalon wrote: > 2015-03-30 16:15, Ravi Kerur: > > On Mon, Mar 30, 2015 at 2:29 PM, Thomas Monjalon < > thomas.monjalon at 6wind.com> wrote: > >

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

2015-03-31 Thread Thomas Monjalon
2015-03-30 16:15, Ravi Kerur: > On Mon, Mar 30, 2015 at 2:29 PM, Thomas Monjalon 6wind.com> wrote: > > Sorry for not integrating this big refactoring in release 2.0. > > It wasn't easy to merge it during development of some EAL features. > > And it's now too risky to rework it before the release.

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

2015-03-31 Thread Thomas Monjalon
Hi Ravi, 2015-01-06 12:24, Ravi Kerur: > Fix v3 PATCH review comments from Thomas. > eal_common.c is further split into eal_common_system.c and > eal_common_runtime.c files with appropriate functions. > eal_externs.h file is removed and _get_ and _set_ APIs are > used to access variables. >

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

2015-01-06 Thread Ravi Kerur
Fix v3 PATCH review comments from Thomas. eal_common.c is further split into eal_common_system.c and eal_common_runtime.c files with appropriate functions. eal_externs.h file is removed and _get_ and _set_ APIs are used to access variables. Functions with same signature in Linux and BSD but

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

2015-01-06 Thread Ravi Kerur
Fix v3 PATCH review comments from Thomas. eal_common.c is further split into eal_common_system.c and eal_common_runtime.c files with appropriate functions. eal_externs.h file is removed and _get_ and _set_ APIs are used to access variables. Functions with same signature in Linux and BSD but