diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-10-12 16:43:58 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-10-15 11:29:17 +0000 |
commit | 1c98831bf0763548d9027f191854d3af275f3abc (patch) | |
tree | 98c9dbc6c5cd8e4281ff21bb5f71911979852bbe /build/external/packages | |
parent | 3901a038edf47a35665c57961e6620efdd01dbbd (diff) |
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>
Diffstat (limited to 'build/external/packages')
-rw-r--r-- | build/external/packages/dpdk.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/external/packages/dpdk.mk b/build/external/packages/dpdk.mk index c5c2ab407f6..700a9dc603f 100644 --- a/build/external/packages/dpdk.mk +++ b/build/external/packages/dpdk.mk @@ -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) |