From c3470968fc7f44e63029fc27a1c26e63687cac2746a6d29c91ca04dfaf011a45 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 28 Feb 2018 09:23:26 +0000 Subject: [PATCH] wrap long line OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=73 --- dpdk.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dpdk.changes b/dpdk.changes index c6eeda1..75dffd2 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Wed Feb 28 07:02:13 UTC 2018 - marco.varlese@suse.de -- The vm_power example does not work for ppc64le since it uses the IXGBE PMD driver which is not available for that platform: +- The vm_power example does not work for ppc64le since it uses the + IXGBE PMD driver which is not available for that platform: * Disable CONFIG_RTE_LIBRTE_POWER for the sample application; * Disable CONFIG_RTE_LIBRTE_IXGBE_PMD for the actual PMD driver;