dpdk: disable unused rxtx callbacks in ethdev 88/15488/3
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 23 Oct 2018 23:15:58 +0000 (16:15 -0700)
committerDamjan Marion <dmarion@me.com>
Wed, 24 Oct 2018 12:13:18 +0000 (12:13 +0000)
commita35fc46c0ae6e6d21b35413bdc993171265fd4e5
tree785f29c8f7c3ecbf4c51c5fd8b598aaf00053de1
parent7d645f771cea143eab834e7f3383e36cef565786
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>
build/external/packages/dpdk.mk