[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-04 Thread Thomas Monjalon
2016-03-04 14:44, Wiles, Keith: > >>> > >>>--- a/config/defconfig_x86_64-native-bsdapp-clang > >>>+++ b/config/defconfig_x86_64-native-bsdapp-clang > >>>@@ -37,6 +37,7 @@ CONFIG_RTE_MACHINE="native" > >>> CONFIG_RTE_ARCH="x86_64" > >>> CONFIG_RTE_ARCH_X86_64=y > >>> CONFIG_RTE_ARCH_X86=y >

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-04 Thread Wiles, Keith
>>> >>>--- a/config/defconfig_x86_64-native-bsdapp-clang >>>+++ b/config/defconfig_x86_64-native-bsdapp-clang >>>@@ -37,6 +37,7 @@ CONFIG_RTE_MACHINE="native" >>> CONFIG_RTE_ARCH="x86_64" >>> CONFIG_RTE_ARCH_X86_64=y >>> CONFIG_RTE_ARCH_X86=y >>>+CONFIG_RTE_ARCH_64=y >>> >>>

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-04 Thread Wiles, Keith
>On 03/03/2016 08:37 PM, Thomas Monjalon wrote: >>> --- a/config/defconfig_x86_64-native-bsdapp-clang >>> +++ b/config/defconfig_x86_64-native-bsdapp-clang >>> @@ -37,6 +37,7 @@ CONFIG_RTE_MACHINE="native" >>> CONFIG_RTE_ARCH="x86_64" >>> CONFIG_RTE_ARCH_X86_64=y >>> CONFIG_RTE_ARCH_X86=y

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-04 Thread Wiles, Keith
> >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon >> Sent: Thursday, March 3, 2016 6:38 PM >> To: Wiles, Keith >> Cc: dev at dpdk.org >> Subject: Re: [dpdk-dev] [PATCH] config: remove duplicate configu

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-04 Thread Panu Matilainen
On 03/03/2016 08:37 PM, Thomas Monjalon wrote: >> --- a/config/defconfig_x86_64-native-bsdapp-clang >> +++ b/config/defconfig_x86_64-native-bsdapp-clang >> @@ -37,6 +37,7 @@ CONFIG_RTE_MACHINE="native" >> CONFIG_RTE_ARCH="x86_64" >> CONFIG_RTE_ARCH_X86_64=y >> CONFIG_RTE_ARCH_X86=y >>

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-04 Thread Panu Matilainen
On 03/04/2016 11:28 AM, Traynor, Kevin wrote: > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon >> Sent: Thursday, March 3, 2016 6:38 PM >> To: Wiles, Keith >> Cc: dev at dpdk.org >> Subject: Re: [dpd

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-04 Thread Panu Matilainen
On 03/03/2016 08:37 PM, Thomas Monjalon wrote: > 2016-02-22 07:53, Keith Wiles: >> --- /dev/null >> +++ b/config/common_base >> +CONFIG_RTE_EAL_IGB_UIO=y >> +CONFIG_RTE_EAL_VFIO=y > > These options should be disabled in the base file > and enabled in Linux. > >> +CONFIG_RTE_LIBRTE_PMD_AF_PACKET=y

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-04 Thread Thomas Monjalon
2016-03-04 09:58, Traynor, Kevin: > From: Panu Matilainen [mailto:pmatilai at redhat.com] > > On 03/04/2016 11:28 AM, Traynor, Kevin wrote: > > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > > >> 2016-02-22 07:53, Keith Wiles: > > >>> +CONFIG_RTE_LIBRTE_VHOST=y > > >>

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-04 Thread Traynor, Kevin
> -Original Message- > From: Panu Matilainen [mailto:pmatilai at redhat.com] > Sent: Friday, March 4, 2016 9:39 AM > To: Traynor, Kevin ; Thomas Monjalon > ; Wiles, Keith > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] config: remove duplicate config

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-04 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, March 3, 2016 6:38 PM > To: Wiles, Keith > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] config: remove duplicate configuration > information

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-03 Thread Thomas Monjalon
2016-02-22 07:53, Keith Wiles: > --- /dev/null > +++ b/config/common_base > +CONFIG_RTE_EAL_IGB_UIO=y > +CONFIG_RTE_EAL_VFIO=y These options should be disabled in the base file and enabled in Linux. > +CONFIG_RTE_LIBRTE_PMD_AF_PACKET=y Idem, it should be disabled. > +CONFIG_RTE_LIBRTE_POWER=y

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-03 Thread Wiles, Keith
>2016-02-22 07:53, Keith Wiles: >> --- /dev/null >> +++ b/config/common_base >> +CONFIG_RTE_EAL_IGB_UIO=y >> +CONFIG_RTE_EAL_VFIO=y > >These options should be disabled in the base file >and enabled in Linux. > >> +CONFIG_RTE_LIBRTE_PMD_AF_PACKET=y > >Idem, it should be disabled. > >>

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-03-03 Thread Wiles, Keith
>In order to cleanup the configuration files some and reduce >the number of duplicate configuration information. Add a new >file called common_base which contains just about all of the >configuration lines in one place. Then have the common_bsdapp, >common_linuxapp files include this one file.

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-02-24 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wiles, Keith > Sent: Wednesday, February 24, 2016 1:58 PM > To: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] config: remove duplicate configuration > information > &

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-02-22 Thread Panu Matilainen
On 02/22/2016 06:02 PM, Wiles, Keith wrote: >> Hi Keith, >> >> What makes a param common? >> >> e.g. cryptodev QAT PMD is supported in linux, but currently not supported >> in bsd. >> So typically I disable it in the bsd file and enable it in the linux file. >> >> Couldn't the same apply to any

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-02-22 Thread Wiles, Keith
t;> Sent: Monday, February 22, 2016 1:54 PM >> To: dev at dpdk.org >> Subject: [dpdk-dev] [PATCH] config: remove duplicate configuration >> information >> >> In order to cleanup the configuration files some and reduce the number of >> duplicate configuration informat

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-02-22 Thread Trahe, Fiona
ject: [dpdk-dev] [PATCH] config: remove duplicate configuration information > > In order to cleanup the configuration files some and reduce the number of > duplicate configuration information. Add a new file called common_base which > contains just about all of the configuration li

[dpdk-dev] [PATCH] config: remove duplicate configuration information

2016-02-22 Thread Keith Wiles
In order to cleanup the configuration files some and reduce the number of duplicate configuration information. Add a new file called common_base which contains just about all of the configuration lines in one place. Then have the common_bsdapp, common_linuxapp files include this one file. Then in