Re: [dpdk-dev] [PATCH v7] kernel folder for Linux and BSD modules

2018-03-22 Thread Thomas Monjalon
22/02/2018 07:09, Hemant Agrawal: > This patch moves the kernel modules code from EAL to a common place. > - Separate the kernel module code from user space code. > > Signed-off-by: Hemant Agrawal > Tested-by: Bruce Richardson Applied, thanks

Re: [dpdk-dev] [PATCH v7] kernel folder for Linux and BSD modules

2018-03-22 Thread Thomas Monjalon
22/03/2018 11:27, Bruce Richardson: > On Wed, Mar 21, 2018 at 07:42:55PM +0100, Thomas Monjalon wrote: > > Hi, > > > > About the title, please start with a verb: > > move kernel modules directories > > > > 22/02/2018 07:09, Hemant Agrawal: > > > --- /dev/null > > > +++ b/kernel/freebsd/BSDmak

Re: [dpdk-dev] [PATCH v7] kernel folder for Linux and BSD modules

2018-03-22 Thread Bruce Richardson
On Wed, Mar 21, 2018 at 07:42:55PM +0100, Thomas Monjalon wrote: > Hi, > > About the title, please start with a verb: > move kernel modules directories > > 22/02/2018 07:09, Hemant Agrawal: > > --- /dev/null > > +++ b/kernel/freebsd/BSDmakefile.meson > > @@ -0,0 +1,43 @@ > > +# BSD LICENS

Re: [dpdk-dev] [PATCH v7] kernel folder for Linux and BSD modules

2018-03-21 Thread Thomas Monjalon
Hi, About the title, please start with a verb: move kernel modules directories 22/02/2018 07:09, Hemant Agrawal: > --- /dev/null > +++ b/kernel/freebsd/BSDmakefile.meson > @@ -0,0 +1,43 @@ > +# BSD LICENSE > +# > +# Copyright(c) 2017 Intel Corporation. All rights reserved. > +# All

[dpdk-dev] [PATCH v7] kernel folder for Linux and BSD modules

2018-02-21 Thread Hemant Agrawal
This patch moves the kernel modules code from EAL to a common place. - Separate the kernel module code from user space code. Signed-off-by: Hemant Agrawal Tested-by: Bruce Richardson --- v7: fix freebsd build support v6: added meson build support v5: rearrange kernel compliation as per Bruce's