diff options
author | Damjan Marion <damarion@cisco.com> | 2016-03-24 17:17:47 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-03-25 20:55:15 +0000 |
commit | 19010202285445372c281faca6a9757fd0ed466c (patch) | |
tree | f39784f25f08bc6097669d1a28bd0ac25aae2d6f /dpdk/Makefile | |
parent | 46040a513bc32b0f4e9993fbd7f0fc4bc4e1c42c (diff) |
Use rte_mempool private data for storing vlib_buffer_t
Change-Id: If3fc88a35bc0b736376113a39667caea42802ea1
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r-- | dpdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index a07e86159b2..dabbf6adf48 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -16,7 +16,7 @@ SHELL := /bin/bash 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 |