aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk/dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch
blob: 7a8b035ad9f584b44ef4c60e14ed403dea00427b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 916378ef5ae45e63d12cc5235b2b59f90514ba25 Mon Sep 17 00:00:00 2001
From: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
Date: Fri, 1 Apr 2016 17:31:55 +0800
Subject: [PATCH] dpdk: enable ip_fragmentation in common_base config

Upstream-Status: Inappropriate [Configuration]

This configuration need to set for ip_fragmentation application.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>

---
 config/common_base | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/config/common_base b/config/common_base
index ad03cf43392f..ba5794d6c402 100644
--- a/config/common_base
+++ b/config/common_base
@@ -691,6 +691,11 @@ CONFIG_RTE_LIBRTE_POWER=n
 CONFIG_RTE_LIBRTE_POWER_DEBUG=n
 CONFIG_RTE_MAX_LCORE_FREQS=64
 
+#
+# Compile ip_fragmentation
+#
+CONFIG_RTE_IP_FRAG=y
+
 #
 # Compile librte_net
 #