diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-09-02 09:41:31 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-09-12 12:23:42 +0200 |
commit | c8d650a3535d38e3ef9012616e137dbd30d60d78 (patch) | |
tree | 69a972b4c06218185a39aafa2bb793e6dfdb6726 | |
parent | d73565150d125bf96fd7123a650cd5327e53e913 (diff) |
config: fix power8 default conf
Latest dpdk FTBFS for power8 default config.
This (re-)enables a config symbol as recommended by IBM
(gowrishankar.m@in.ibm.com)
Change-Id: I926546c4ff666d00fa9565afad72cd77e3af99e3
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r-- | debian/patches/fix-power-default-config.patch | 21 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/fix-power-default-config.patch b/debian/patches/fix-power-default-config.patch new file mode 100644 index 00000000..c6e8e5db --- /dev/null +++ b/debian/patches/fix-power-default-config.patch @@ -0,0 +1,21 @@ +Description: config: fix power8 default conf + +Latest dpdk FTBFS for power8 default config. +This (re-)enables a config symbol as recommended by IBM +(gowrishankar.m@in.ibm.com) + +Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> + +Origin: No, will be pushed by IBM +Author: Christian Ehrhardt <christian.ehrhardt@canonical.com> +Last-Update: 2016-09-02 +--- a/config/defconfig_ppc_64-power8-linuxapp-gcc ++++ b/config/defconfig_ppc_64-power8-linuxapp-gcc +@@ -52,7 +52,6 @@ + CONFIG_RTE_LIBRTE_I40E_PMD=n + CONFIG_RTE_LIBRTE_VIRTIO_PMD=y + CONFIG_RTE_LIBRTE_VMXNET3_PMD=n +-CONFIG_RTE_LIBRTE_PMD_BOND=n + CONFIG_RTE_LIBRTE_ENIC_PMD=n + CONFIG_RTE_LIBRTE_FM10K_PMD=n + diff --git a/debian/patches/series b/debian/patches/series index 5f583d54..6e239429 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ fix-unusual-interpreter.patch dpdk-dev-doc-fix-old-dpdk-nic-bind.py-references.patch make-load-devel-config-not-to-appear-as-executable.patch rte-compile-pre-cppflags.patch +fix-power-default-config.patch |