提交 83055d46 编写于 作者: J Jay Cliburn 提交者: Francois Romieu

via-velocity: allow MTU size less than 1500 bytes

Change the minimum allowable MTU size from 1500 bytes to 64 bytes.
Signed-off-by: NJay Cliburn <jacliburn@bellsouth.net>
上级 37185856
......@@ -307,7 +307,7 @@ enum velocity_owner {
#define TX_QUEUE_NO 4
#define MAX_HW_MIB_COUNTER 32
#define VELOCITY_MIN_MTU (1514-14)
#define VELOCITY_MIN_MTU (64)
#define VELOCITY_MAX_MTU (9000)
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册