From 19010202285445372c281faca6a9757fd0ed466c Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 24 Mar 2016 17:17:47 +0100 Subject: Use rte_mempool private data for storing vlib_buffer_t Change-Id: If3fc88a35bc0b736376113a39667caea42802ea1 Signed-off-by: Damjan Marion --- build-data/platforms/virl.mk | 2 -- build-data/platforms/vpp.mk | 2 -- 2 files changed, 4 deletions(-) (limited to 'build-data') diff --git a/build-data/platforms/virl.mk b/build-data/platforms/virl.mk index 29b47dad..f47f3691 100644 --- a/build-data/platforms/virl.mk +++ b/build-data/platforms/virl.mk @@ -24,8 +24,6 @@ vpp_configure_args_virl = --with-dpdk vnet_configure_args_virl = --with-dpdk --with-virl # Set these parameters carefully. The vlib_buffer_t is 128 bytes, i.e. -# dpdk_headroom = uiotarball_headroom = vlib_pre_data + 128 -dpdk_configure_args_virl = --with-headroom=256 vlib_configure_args_virl = --with-pre-data=128 # Override default -march and CONFIG_RTE_MACHINE settings diff --git a/build-data/platforms/vpp.mk b/build-data/platforms/vpp.mk index 6b1ba82f..50c85dcc 100644 --- a/build-data/platforms/vpp.mk +++ b/build-data/platforms/vpp.mk @@ -24,8 +24,6 @@ vpp_configure_args_vpp = --with-dpdk vnet_configure_args_vpp = --with-dpdk # Set these parameters carefully. The vlib_buffer_t is 128 bytes, i.e. -# dpdk_headroom = uiotarball_headroom = vlib_pre_data + 128 -dpdk_configure_args_vpp = --with-headroom=256 vlib_configure_args_vpp = --with-pre-data=128 -- cgit 1.2.3-korg