dpdk: drop no longer used config options
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>
This commit is contained in:
Stephen Hemminger
committed by
Damjan Marion
parent
3901a038ed
commit
1c98831bf0
6
build/external/packages/dpdk.mk
vendored
6
build/external/packages/dpdk.mk
vendored
@ -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)
|
||||
|
Reference in New Issue
Block a user