mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
meta-isg: dpdk v2.0.0: add patch to handle ip_fragmentation application
dpdk v2.0.0 required "CONFIG_RTE_IP_FRAG=y" in order to build ip_fragmentation application. Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
d48ca52bbe
commit
ca1e771363
|
|
@ -0,0 +1,31 @@
|
|||
From ebf07e9708c96aa1e655127175c39ad6ae3fc5ae Mon Sep 17 00:00:00 2001
|
||||
From: WU CHIA CHUAN <chia.chuan.wu@intel.com>
|
||||
Date: Tue, 28 Jul 2015 13:12:21 +0800
|
||||
Subject: [PATCH] dpdk enable ip_fragmentation in common_linuxapp config
|
||||
|
||||
Upstream-Status: Inappropriate [Configuration]
|
||||
|
||||
Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com>
|
||||
---
|
||||
config/common_linuxapp | 5 +++++
|
||||
1 file changed, 5 insertions(+)
|
||||
|
||||
diff --git a/config/common_linuxapp b/config/common_linuxapp
|
||||
index 0b25f34..8cd97d7 100644
|
||||
--- a/config/common_linuxapp
|
||||
+++ b/config/common_linuxapp
|
||||
@@ -354,6 +354,11 @@ CONFIG_RTE_MAX_LCORE_FREQS=64
|
||||
CONFIG_RTE_LIBRTE_NET=y
|
||||
|
||||
#
|
||||
+# Compile ip_fragmentation
|
||||
+#
|
||||
+CONFIG_RTE_IP_FRAG=y
|
||||
+
|
||||
+#
|
||||
# Compile librte_ip_frag
|
||||
#
|
||||
CONFIG_RTE_LIBRTE_IP_FRAG=y
|
||||
--
|
||||
1.9.1
|
||||
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
include dpdk.inc
|
||||
|
||||
SRC_URI += "file://dpdk-2.0.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch \
|
||||
"
|
||||
|
||||
SRC_URI[dpdk.md5sum] = "e9e7935c9eec920841ad373949514934"
|
||||
SRC_URI[dpdk.sha256sum] = "643789a3be5ba44dd84d6b248cdf5471b260f8736dada177dadf076aebfbff3f"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user