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

2017-12-26 Thread Hemant Agrawal
On 12/26/2017 1:40 PM, Tiwei Bie wrote: On Tue, Dec 26, 2017 at 12:16:53PM +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 --- [...] diff --git a/lib/librt

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

2017-12-26 Thread Tiwei Bie
On Tue, Dec 26, 2017 at 12:16:53PM +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 > --- [...] > diff --git a/lib/librte_eal/bsdapp/Makefile b/lib/librt

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

2017-12-25 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 --- GNUmakefile | 2 +- MAINTAINERS