dpdk: disable unused rxtx callbacks in ethdev
Save a few cycles on every rx and tx burst call by not compiling in support for DPDK Rx and Tx callbacks. This feature is optional and unused by current VPP code. Change-Id: I1916bc8822e2bd405c1ac3909e85467a01023862 Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger
committed by
Damjan Marion
parent
7d645f771c
commit
a35fc46c0a
1
build/external/packages/dpdk.mk
vendored
1
build/external/packages/dpdk.mk
vendored
@ -196,6 +196,7 @@ $(B)/custom-config: $(B)/.patch.ok Makefile
|
||||
$(call set,RTE_LIBRTE_PMD_TAP,$(DPDK_TAP_PMD))
|
||||
$(call set,RTE_LIBRTE_PMD_FAILSAFE,$(DPDK_FAILSAFE_PMD))
|
||||
@# not needed
|
||||
$(call set,RTE_ETHDEV_RXTX_CALLBACKS,n)
|
||||
$(call set,RTE_LIBRTE_CFGFILE,n)
|
||||
$(call set,RTE_LIBRTE_LPM,n)
|
||||
$(call set,RTE_LIBRTE_ACL,n)
|
||||
|
Reference in New Issue
Block a user