patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] UP: config: Update MAX_FRAG to support jumbo packets
@ 2020-03-31 14:58 Apeksha Gupta
  0 siblings, 0 replies; 2+ messages in thread
From: Apeksha Gupta @ 2020-03-31 14:58 UTC (permalink / raw)
  To: akhil.goyal; +Cc: apeksha.gupta, stable

RTE_LIBRTE_IP_FRAG_MAX_FRAG flag value increased from 4 to 8. By this
pkt size greater than 6000 is supported in ip-fragmentation and
ip-reassembly.

Fixes: 9788b93b9d5 ("config: MAX_FRAG updated to support the jumbo
packets")
Cc: stable@dpdk.org

Signed-off-by: Apeksha Gupta <apeksha.gupta@nxp.com>
---
 config/common_base  | 2 +-
 config/rte_config.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/common_base b/config/common_base
index e231384e88..be4a6bafb5 100644
--- a/config/common_base
+++ b/config/common_base
@@ -950,7 +950,7 @@ CONFIG_RTE_LIBRTE_NET=y
 #
 CONFIG_RTE_LIBRTE_IP_FRAG=y
 CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
-CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
+CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=8
 CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT=n
 
 #
diff --git a/config/rte_config.h b/config/rte_config.h
index d30786bc08..f5cdc3ddbe 100644
--- a/config/rte_config.h
+++ b/config/rte_config.h
@@ -82,7 +82,7 @@
 #define RTE_RAWDEV_MAX_DEVS 64
 
 /* ip_fragmentation defines */
-#define RTE_LIBRTE_IP_FRAG_MAX_FRAG 4
+#define RTE_LIBRTE_IP_FRAG_MAX_FRAG 8
 #undef RTE_LIBRTE_IP_FRAG_TBL_STAT
 
 /* rte_power defines */
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-stable] [PATCH] UP: config: Update MAX_FRAG to support jumbo packets
@ 2020-03-31 14:53 Apeksha Gupta
  0 siblings, 0 replies; 2+ messages in thread
From: Apeksha Gupta @ 2020-03-31 14:53 UTC (permalink / raw)
  To: apeksha.gupta; +Cc: stable

RTE_LIBRTE_IP_FRAG_MAX_FRAG flag value increased from 4 to 8. By this
pkt size greater than 6000 is supported in ip-fragmentation and
ip-reassembly.

Fixes: 9788b93b9d5 ("config: MAX_FRAG updated to support the jumbo
packets ")
Cc: stable@dpdk.org

Signed-off-by: Apeksha Gupta <apeksha.gupta@nxp.com>
---
 config/common_base  | 2 +-
 config/rte_config.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/common_base b/config/common_base
index e231384e88..be4a6bafb5 100644
--- a/config/common_base
+++ b/config/common_base
@@ -950,7 +950,7 @@ CONFIG_RTE_LIBRTE_NET=y
 #
 CONFIG_RTE_LIBRTE_IP_FRAG=y
 CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
-CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
+CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=8
 CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT=n
 
 #
diff --git a/config/rte_config.h b/config/rte_config.h
index d30786bc08..f5cdc3ddbe 100644
--- a/config/rte_config.h
+++ b/config/rte_config.h
@@ -82,7 +82,7 @@
 #define RTE_RAWDEV_MAX_DEVS 64
 
 /* ip_fragmentation defines */
-#define RTE_LIBRTE_IP_FRAG_MAX_FRAG 4
+#define RTE_LIBRTE_IP_FRAG_MAX_FRAG 8
 #undef RTE_LIBRTE_IP_FRAG_TBL_STAT
 
 /* rte_power defines */
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-31 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31 14:58 [dpdk-stable] [PATCH] UP: config: Update MAX_FRAG to support jumbo packets Apeksha Gupta
  -- strict thread matches above, loose matches on Subject: below --
2020-03-31 14:53 Apeksha Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).