Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-30 Thread Thomas Monjalon
30/03/2018 12:15, Ferruh Yigit: > On 3/30/2018 9:32 AM, Thomas Monjalon wrote: > > 29/03/2018 20:43, Ferruh Yigit: > >> On 3/29/2018 7:21 PM, Ferruh Yigit wrote: > >>> On 3/29/2018 6:01 PM, Thomas Monjalon wrote: > 29/03/2018 18:50, Ferruh Yigit: > > On 3/29/2018 5:43 PM, Thomas Monjalon w

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-30 Thread Ferruh Yigit
On 3/30/2018 9:32 AM, Thomas Monjalon wrote: > 29/03/2018 20:43, Ferruh Yigit: >> On 3/29/2018 7:21 PM, Ferruh Yigit wrote: >>> On 3/29/2018 6:01 PM, Thomas Monjalon wrote: 29/03/2018 18:50, Ferruh Yigit: > On 3/29/2018 5:43 PM, Thomas Monjalon wrote: >> 29/03/2018 18:38, Ferruh Yigit:

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-30 Thread Thomas Monjalon
29/03/2018 20:43, Ferruh Yigit: > On 3/29/2018 7:21 PM, Ferruh Yigit wrote: > > On 3/29/2018 6:01 PM, Thomas Monjalon wrote: > >> 29/03/2018 18:50, Ferruh Yigit: > >>> On 3/29/2018 5:43 PM, Thomas Monjalon wrote: > 29/03/2018 18:38, Ferruh Yigit: > > On 3/29/2018 5:32 PM, Thomas Monjalon w

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-29 Thread Ferruh Yigit
On 3/29/2018 7:21 PM, Ferruh Yigit wrote: > On 3/29/2018 6:01 PM, Thomas Monjalon wrote: >> 29/03/2018 18:50, Ferruh Yigit: >>> On 3/29/2018 5:43 PM, Thomas Monjalon wrote: 29/03/2018 18:38, Ferruh Yigit: > On 3/29/2018 5:32 PM, Thomas Monjalon wrote: >> 29/03/2018 17:48, Ferruh Yigit:

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-29 Thread Ferruh Yigit
On 3/29/2018 7:12 PM, Hemant Agrawal wrote: >> -Original Message- >> From: Thomas Monjalon [mailto:tho...@monjalon.net] >> Sent: Thursday, March 29, 2018 10:31 PM >> To: Ferruh Yigit >> Cc: Hemant Agrawal ; dev@dpdk.org >> Subject: Re: [dpdk-dev]

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-29 Thread Ferruh Yigit
On 3/29/2018 6:01 PM, Thomas Monjalon wrote: > 29/03/2018 18:50, Ferruh Yigit: >> On 3/29/2018 5:43 PM, Thomas Monjalon wrote: >>> 29/03/2018 18:38, Ferruh Yigit: On 3/29/2018 5:32 PM, Thomas Monjalon wrote: > 29/03/2018 17:48, Ferruh Yigit: >> On 3/29/2018 4:39 PM, Thomas Monjalon wro

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-29 Thread Hemant Agrawal
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, March 29, 2018 10:31 PM > To: Ferruh Yigit > Cc: Hemant Agrawal ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency > Importance: High

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-29 Thread Thomas Monjalon
29/03/2018 18:50, Ferruh Yigit: > On 3/29/2018 5:43 PM, Thomas Monjalon wrote: > > 29/03/2018 18:38, Ferruh Yigit: > >> On 3/29/2018 5:32 PM, Thomas Monjalon wrote: > >>> 29/03/2018 17:48, Ferruh Yigit: > On 3/29/2018 4:39 PM, Thomas Monjalon wrote: > > Some kernel modules may need some he

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-29 Thread Ferruh Yigit
On 3/29/2018 5:43 PM, Thomas Monjalon wrote: > 29/03/2018 18:38, Ferruh Yigit: >> On 3/29/2018 5:32 PM, Thomas Monjalon wrote: >>> 29/03/2018 17:48, Ferruh Yigit: On 3/29/2018 4:39 PM, Thomas Monjalon wrote: > Some kernel modules may need some header files to be "installed" > in the bu

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-29 Thread Thomas Monjalon
29/03/2018 18:38, Ferruh Yigit: > On 3/29/2018 5:32 PM, Thomas Monjalon wrote: > > 29/03/2018 17:48, Ferruh Yigit: > >> On 3/29/2018 4:39 PM, Thomas Monjalon wrote: > >>> Some kernel modules may need some header files to be "installed" > >>> in the build directory. > >>> > >>> When running multiple

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-29 Thread Ferruh Yigit
On 3/29/2018 5:32 PM, Thomas Monjalon wrote: > 29/03/2018 17:48, Ferruh Yigit: >> On 3/29/2018 4:39 PM, Thomas Monjalon wrote: >>> Some kernel modules may need some header files to be "installed" >>> in the build directory. >>> >>> When running multiple threads of make, kernel modules can try to >>

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-29 Thread Thomas Monjalon
29/03/2018 17:48, Ferruh Yigit: > On 3/29/2018 4:39 PM, Thomas Monjalon wrote: > > Some kernel modules may need some header files to be "installed" > > in the build directory. > > > > When running multiple threads of make, kernel modules can try to > > be compiled before the lib headers are ready:

Re: [dpdk-dev] [PATCH] mk: fix kernel modules build dependency

2018-03-29 Thread Ferruh Yigit
On 3/29/2018 4:39 PM, Thomas Monjalon wrote: > Some kernel modules may need some header files to be "installed" > in the build directory. > > When running multiple threads of make, kernel modules can try to > be compiled before the lib headers are ready: > make -j3 > kernel/linux/kni/k