dpdk: drop no longer used config options 80/15280/2
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 12 Oct 2018 23:43:58 +0000 (16:43 -0700)
committerDamjan Marion <dmarion@me.com>
Mon, 15 Oct 2018 11:29:17 +0000 (11:29 +0000)
DPDK has switched to dynamic logging for initialization (since 18.05).
Don't generate config for unused options.

Change-Id: I3f1a5b3b8bee38abc9d0654737b59368646ed0fa
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
build/external/packages/dpdk.mk

index c5c2ab4..700a9dc 100644 (file)
@@ -182,12 +182,6 @@ $(B)/custom-config: $(B)/.patch.ok Makefile
        $(call set,RTE_PCI_CONFIG,y)
        $(call set,RTE_PCI_EXTENDED_TAG,"on")
        $(call set,RTE_PCI_MAX_READ_REQUEST_SIZE,4096)
-       @# enable debug init for device drivers
-       $(call set,RTE_LIBRTE_I40E_DEBUG_INIT,$(DPDK_DEBUG))
-       $(call set,RTE_LIBRTE_IXGBE_DEBUG_INIT,$(DPDK_DEBUG))
-       $(call set,RTE_LIBRTE_E1000_DEBUG_INIT,$(DPDK_DEBUG))
-       $(call set,RTE_LIBRTE_VIRTIO_DEBUG_INIT,$(DPDK_DEBUG))
-       $(call set,RTE_LIBRTE_VMXNET3_DEBUG_INIT,$(DPDK_DEBUG))
        $(call set,RTE_LIBRTE_PMD_BOND,y)
        $(call set,RTE_LIBRTE_IP_FRAG,y)
        $(call set,RTE_LIBRTE_PMD_QAT,y)