aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_config_internal.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-01-08 09:31:27 +0200
committerMatias Elo <matias.elo@nokia.com>2021-01-15 15:15:12 +0200
commitdd9dc51b107bcf9ea6afb2d4fafd7c453f5cc240 (patch)
tree40ab2cb2b6f1847383380e7939c485a204d6f784 /platform/linux-generic/include/odp_config_internal.h
parent870b49483ce2ea973eff6e554ac0c98f5267dfb2 (diff)
linux-gen: pool: add maximum packet length config option
Add configuration file option for the maximum packet data length in bytes. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com>
Diffstat (limited to 'platform/linux-generic/include/odp_config_internal.h')
-rw-r--r--platform/linux-generic/include/odp_config_internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/linux-generic/include/odp_config_internal.h b/platform/linux-generic/include/odp_config_internal.h
index bd7f710d2..35f1c9142 100644
--- a/platform/linux-generic/include/odp_config_internal.h
+++ b/platform/linux-generic/include/odp_config_internal.h
@@ -92,11 +92,6 @@ extern "C" {
#define CONFIG_PACKET_TAILROOM 0
/*
- * Maximum packet data length in bytes
- */
-#define CONFIG_PACKET_MAX_LEN (64 * 1024)
-
-/*
* Maximum packet segment size including head- and tailrooms
*/
#define CONFIG_PACKET_SEG_SIZE (60 * 1024)