Re: [dpdk-dev] [PATCH] eal: remove exec-env directory

2019-04-02 Thread Ferruh Yigit
On 4/2/2019 10:39 AM, Bruce Richardson wrote: > On Tue, Apr 02, 2019 at 01:07:12AM +0200, Thomas Monjalon wrote: >> Only one header file (rte_kni_common.h) was in the sub-directory >> include/exec-env/ >> This file was installed in a sub-directory of the same name. >> Source and install direct

Re: [dpdk-dev] [PATCH] eal: remove exec-env directory

2019-04-02 Thread Thomas Monjalon
02/04/2019 11:57, David Marchand: > On Tue, Apr 2, 2019 at 1:07 AM Thomas Monjalon wrote: > > > Only one header file (rte_kni_common.h) was in the sub-directory > > include/exec-env/ > > This file was installed in a sub-directory of the same name. > > Source and install directories are mo

Re: [dpdk-dev] [PATCH] eal: remove exec-env directory

2019-04-02 Thread David Marchand
On Tue, Apr 2, 2019 at 1:07 AM Thomas Monjalon wrote: > Only one header file (rte_kni_common.h) was in the sub-directory > include/exec-env/ > This file was installed in a sub-directory of the same name. > Source and install directories are moved as below: > >lib/librte_eal/linux/eal/

Re: [dpdk-dev] [PATCH] eal: remove exec-env directory

2019-04-02 Thread Bruce Richardson
On Tue, Apr 02, 2019 at 01:07:12AM +0200, Thomas Monjalon wrote: > Only one header file (rte_kni_common.h) was in the sub-directory > include/exec-env/ > This file was installed in a sub-directory of the same name. > Source and install directories are moved as below: > >lib/librte_eal/li

[dpdk-dev] [PATCH] eal: remove exec-env directory

2019-04-01 Thread Thomas Monjalon
Only one header file (rte_kni_common.h) was in the sub-directory include/exec-env/ This file was installed in a sub-directory of the same name. Source and install directories are moved as below: lib/librte_eal/linux/eal/include/exec-env/ -> lib/librte_eal/linux/eal/include/ build/in