Re: [dpdk-dev] [PATCH] Create kern folder for Linux kernel modules

2017-12-22 Thread Hemant Agrawal
On 12/22/2017 8:21 PM, Wiles, Keith wrote: On Dec 22, 2017, at 8:17 AM, Thomas Monjalon wrote: 22/12/2017 14:59, Wiles, Keith: On Dec 22, 2017, at 5:38 AM, Thomas Monjalon wrote: 22/12/2017 11:04, Hemant Agrawal: On 12/22/2017 2:13 PM, Thomas Monjalon wrote: These modules are Linux mo

Re: [dpdk-dev] [PATCH] Create kern folder for Linux kernel modules

2017-12-22 Thread Wiles, Keith
> On Dec 22, 2017, at 8:17 AM, Thomas Monjalon wrote: > > 22/12/2017 14:59, Wiles, Keith: >> >>> On Dec 22, 2017, at 5:38 AM, Thomas Monjalon wrote: >>> >>> 22/12/2017 11:04, Hemant Agrawal: On 12/22/2017 2:13 PM, Thomas Monjalon wrote: > These modules are Linux modules, so they sho

Re: [dpdk-dev] [PATCH] Create kern folder for Linux kernel modules

2017-12-22 Thread Van Haaren, Harry
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Friday, December 22, 2017 11:38 AM > To: Hemant Agrawal > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH] Create kern folder for Linux kernel modules > > 22/12/2017 11:04, Hema

Re: [dpdk-dev] [PATCH] Create kern folder for Linux kernel modules

2017-12-22 Thread Thomas Monjalon
22/12/2017 14:59, Wiles, Keith: > > > On Dec 22, 2017, at 5:38 AM, Thomas Monjalon wrote: > > > > 22/12/2017 11:04, Hemant Agrawal: > >> On 12/22/2017 2:13 PM, Thomas Monjalon wrote: > >>> These modules are Linux modules, so they should be in the linuxapp dir. > >> > >> > >> This is a cleaner

Re: [dpdk-dev] [PATCH] Create kern folder for Linux kernel modules

2017-12-22 Thread Wiles, Keith
> On Dec 22, 2017, at 5:38 AM, Thomas Monjalon wrote: > > 22/12/2017 11:04, Hemant Agrawal: >> On 12/22/2017 2:13 PM, Thomas Monjalon wrote: >>> Hi, >>> >>> 22/12/2017 06:57, Hemant Agrawal: This patch moves the Linux kernel modules code to a common place. - Separate the kernel modul

Re: [dpdk-dev] [PATCH] Create kern folder for Linux kernel modules

2017-12-22 Thread Burakov, Anatoly
On 22-Dec-17 10:04 AM, Hemant Agrawal wrote: On 12/22/2017 2:13 PM, Thomas Monjalon wrote: Hi, 22/12/2017 06:57, Hemant Agrawal: This patch moves the Linux kernel modules code to a common place.  - Separate the kernel module code from user space code.  - The GPL-2.0 licensed code is separated

Re: [dpdk-dev] [PATCH] Create kern folder for Linux kernel modules

2017-12-22 Thread Thomas Monjalon
22/12/2017 11:04, Hemant Agrawal: > On 12/22/2017 2:13 PM, Thomas Monjalon wrote: > > Hi, > > > > 22/12/2017 06:57, Hemant Agrawal: > >> This patch moves the Linux kernel modules code to a common place. > >> - Separate the kernel module code from user space code. > >> - The GPL-2.0 licensed code

Re: [dpdk-dev] [PATCH] Create kern folder for Linux kernel modules

2017-12-22 Thread Hemant Agrawal
On 12/22/2017 2:13 PM, Thomas Monjalon wrote: Hi, 22/12/2017 06:57, Hemant Agrawal: This patch moves the Linux kernel modules code to a common place. - Separate the kernel module code from user space code. - The GPL-2.0 licensed code is separated from the BSD-3 licensed userspace code Wh

Re: [dpdk-dev] [PATCH] Create kern folder for Linux kernel modules

2017-12-22 Thread Thomas Monjalon
Hi, 22/12/2017 06:57, Hemant Agrawal: > This patch moves the Linux kernel modules code to a common place. > - Separate the kernel module code from user space code. > - The GPL-2.0 licensed code is separated from the BSD-3 licensed userspace >code What is the benefit of separate things by li

[dpdk-dev] [PATCH] Create kern folder for Linux kernel modules

2017-12-21 Thread Hemant Agrawal
This patch moves the Linux kernel modules code to a common place. - Separate the kernel module code from user space code. - The GPL-2.0 licensed code is separated from the BSD-3 licensed userspace code Signed-off-by: Hemant Agrawal --- GNUmakefile