summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk/dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/dpdk/dpdk/dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch')
-rw-r--r--recipes-extended/dpdk/dpdk/dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch16
1 files changed, 7 insertions, 9 deletions
diff --git a/recipes-extended/dpdk/dpdk/dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch b/recipes-extended/dpdk/dpdk/dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch
index 3719aa7..7a8b035 100644
--- a/recipes-extended/dpdk/dpdk/dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch
+++ b/recipes-extended/dpdk/dpdk/dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch
@@ -1,4 +1,4 @@
1From f7be643cc62860a986c9e0aec990c90bfc58a941 Mon Sep 17 00:00:00 2001 1From 916378ef5ae45e63d12cc5235b2b59f90514ba25 Mon Sep 17 00:00:00 2001
2From: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> 2From: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
3Date: Fri, 1 Apr 2016 17:31:55 +0800 3Date: Fri, 1 Apr 2016 17:31:55 +0800
4Subject: [PATCH] dpdk: enable ip_fragmentation in common_base config 4Subject: [PATCH] dpdk: enable ip_fragmentation in common_base config
@@ -8,26 +8,24 @@ Upstream-Status: Inappropriate [Configuration]
8This configuration need to set for ip_fragmentation application. 8This configuration need to set for ip_fragmentation application.
9 9
10Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> 10Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
11
11--- 12---
12 config/common_base | 5 +++++ 13 config/common_base | 5 +++++
13 1 file changed, 5 insertions(+) 14 1 file changed, 5 insertions(+)
14 15
15diff --git a/config/common_base b/config/common_base 16diff --git a/config/common_base b/config/common_base
16index abd6a64..90259f0 100644 17index ad03cf43392f..ba5794d6c402 100644
17--- a/config/common_base 18--- a/config/common_base
18+++ b/config/common_base 19+++ b/config/common_base
19@@ -442,6 +442,11 @@ CONFIG_RTE_LIBRTE_POWER_DEBUG=n 20@@ -691,6 +691,11 @@ CONFIG_RTE_LIBRTE_POWER=n
21 CONFIG_RTE_LIBRTE_POWER_DEBUG=n
20 CONFIG_RTE_MAX_LCORE_FREQS=64 22 CONFIG_RTE_MAX_LCORE_FREQS=64
21 23
22 # 24+#
23+# Compile ip_fragmentation 25+# Compile ip_fragmentation
24+# 26+#
25+CONFIG_RTE_IP_FRAG=y 27+CONFIG_RTE_IP_FRAG=y
26+ 28+
27+# 29 #
28 # Compile librte_net 30 # Compile librte_net
29 # 31 #
30 CONFIG_RTE_LIBRTE_NET=y
31--
321.9.1
33