From 9f91d0ac53dd28852640912f012f70e288834e21 Mon Sep 17 00:00:00 2001 From: liuran2011 Date: Tue, 9 Jun 2015 20:51:07 +0800 Subject: [PATCH] Update common_linuxapp After adding mirror header, default mbuf header room is not enough. Then, mirror packet will be droped. Test with intel 10GB nic and it works. --- config/common_linuxapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common_linuxapp b/config/common_linuxapp index 0078dc9e0e..d471021211 100644 --- a/config/common_linuxapp +++ b/config/common_linuxapp @@ -293,7 +293,7 @@ CONFIG_RTE_LIBRTE_MEMPOOL_DEBUG=n CONFIG_RTE_LIBRTE_MBUF=y CONFIG_RTE_LIBRTE_MBUF_DEBUG=n CONFIG_RTE_MBUF_REFCNT_ATOMIC=y -CONFIG_RTE_PKTMBUF_HEADROOM=128 +CONFIG_RTE_PKTMBUF_HEADROOM=256 # # Compile librte_timer