Re: [dpdk-dev] [PATCH] config: add default MPIPE PMD config to common base

2017-02-07 Thread Thomas Monjalon
2017-01-30 17:00, Ferruh Yigit: > On 1/30/2017 10:46 AM, Thomas Monjalon wrote: > > 2017-01-30 10:40, Ferruh Yigit: > >> --- a/config/common_base > >> +++ b/config/common_base > >> @@ -219,6 +219,12 @@ CONFIG_RTE_LIBRTE_MLX5_DEBUG=n > >> CONFIG_RTE_LIBRTE_MLX5_TX_MP_CACHE=8 > >> > >> # > >> +#

Re: [dpdk-dev] [PATCH] config: add default MPIPE PMD config to common base

2017-01-30 Thread Ferruh Yigit
On 1/30/2017 10:46 AM, Thomas Monjalon wrote: > 2017-01-30 10:40, Ferruh Yigit: >> --- a/config/common_base >> +++ b/config/common_base >> @@ -219,6 +219,12 @@ CONFIG_RTE_LIBRTE_MLX5_DEBUG=n >> CONFIG_RTE_LIBRTE_MLX5_TX_MP_CACHE=8 >> >> # >> +# MPIPE PMD >> +# >> +CONFIG_RTE_LIBRTE_MPIPE_PMD=n

Re: [dpdk-dev] [PATCH] config: add default MPIPE PMD config to common base

2017-01-30 Thread Thomas Monjalon
2017-01-30 10:40, Ferruh Yigit: > --- a/config/common_base > +++ b/config/common_base > @@ -219,6 +219,12 @@ CONFIG_RTE_LIBRTE_MLX5_DEBUG=n > CONFIG_RTE_LIBRTE_MLX5_TX_MP_CACHE=8 > > # > +# MPIPE PMD > +# > +CONFIG_RTE_LIBRTE_MPIPE_PMD=n > +CONFIG_RTE_LIBRTE_MPIPE_PMD_DEBUG=n NACK I think the

[dpdk-dev] [PATCH] config: add default MPIPE PMD config to common base

2017-01-30 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- config/common_base | 6 ++ 1 file changed, 6 insertions(+) diff --git a/config/common_base b/config/common_base index 00a91b9..f44d4e4 100644 --- a/config/common_base +++ b/config/common_base @@ -219,6 +219,12 @@ CONFIG_RTE_LIBRTE_MLX5_DEBUG=n CONFIG_RTE_LIBR