summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/netdev-linux-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/netdev-linux-private.h b/lib/netdev-linux-private.h
index 143616ca8..be2d7b10b 100644
--- a/lib/netdev-linux-private.h
+++ b/lib/netdev-linux-private.h
@@ -38,7 +38,8 @@
struct netdev;
-#define LINUX_RXQ_TSO_MAX_LEN 65536
+/* The maximum packet length is 16 bits */
+#define LINUX_RXQ_TSO_MAX_LEN 65535
struct netdev_rxq_linux {
struct netdev_rxq up;