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

2018-02-21 Thread Bruce Richardson
On Wed, Feb 21, 2018 at 01:39:31PM +0530, Hemant Agrawal wrote: > 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 > --- > v6: added meson build support

[dpdk-dev] [PATCH v6] 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 --- v6: added meson build support v5: rearrange kernel compliation as per Bruce's suggestion v4: update the path