commit | 19010202285445372c281faca6a9757fd0ed466c | [log] [tgz] |
---|---|---|
author | Damjan Marion <damarion@cisco.com> | Thu Mar 24 17:17:47 2016 +0100 |
committer | Gerrit Code Review <gerrit@fd.io> | Fri Mar 25 20:55:15 2016 +0000 |
tree | f39784f25f08bc6097669d1a28bd0ac25aae2d6f | |
parent | 46040a513bc32b0f4e9993fbd7f0fc4bc4e1c42c [diff] [blame] |
Use rte_mempool private data for storing vlib_buffer_t Change-Id: If3fc88a35bc0b736376113a39667caea42802ea1 Signed-off-by: Damjan Marion <damarion@cisco.com>
diff --git a/dpdk/Makefile b/dpdk/Makefile index a07e861..dabbf6a 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile
@@ -16,7 +16,7 @@ DPDK_BUILD_DIR ?= $(CURDIR)/_build DPDK_INSTALL_DIR ?= $(CURDIR)/_install -DPDK_PKTMBUF_HEADROOM ?= 256 +DPDK_PKTMBUF_HEADROOM ?= 128 DPDK_DOWNLOAD_DIR ?= $(HOME)/Downloads DPDK_MARCH ?= native DPDK_DEBUG ?= n