a4bb194083a6f4f137718ecd701cb65b78841916
[deb_dpdk.git] / debian / patches / dpdk-dev-ppc-enable-6-7-config-enable-packet-framework-on-ppc64le.patch
1 From: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
2 Date: Thu, 8 Sep 2016 22:18:06 +0530
3 Subject: [PATCH 6/7] config: enable packet framework on ppc64le
4
5 This patch enables librte_port, librte_table, and librte_pipeline
6 in ppc64le.
7
8 Signed-off-by: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
9 Acked-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
10 Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
11
12 Origin: Upstream, commit:81f713ee7bac66221a11f07c8a437e40c1891f70
13 Author: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
14 Last-Update: 2016-09-21
15 ---
16  config/defconfig_ppc_64-power8-linuxapp-gcc | 4 ----
17  1 file changed, 4 deletions(-)
18
19 diff --git a/config/defconfig_ppc_64-power8-linuxapp-gcc b/config/defconfig_ppc_64-power8-linuxapp-gcc
20 index 45b6077..f953e61 100644
21 --- a/config/defconfig_ppc_64-power8-linuxapp-gcc
22 +++ b/config/defconfig_ppc_64-power8-linuxapp-gcc
23 @@ -56,7 +56,3 @@ CONFIG_RTE_LIBRTE_PMD_BOND=n
24  CONFIG_RTE_LIBRTE_ENIC_PMD=n
25  CONFIG_RTE_LIBRTE_FM10K_PMD=n
26  
27 -# This following libraries are not available on Power. So they're turned off.
28 -CONFIG_RTE_LIBRTE_PORT=n
29 -CONFIG_RTE_LIBRTE_TABLE=n
30 -CONFIG_RTE_LIBRTE_PIPELINE=n
31 -- 
32 1.9.1
33