Skip to content

Commit

Permalink
enic: Change min MTU
Browse files Browse the repository at this point in the history
Change min MTU to 68.

Signed-off-by: Vasanthy Kolluri <vkolluri@cisco.com>
Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
Signed-off-by: David Wang <dwang2@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Vasanthy Kolluri authored and David S. Miller committed Oct 21, 2010
1 parent 2db77e0 commit d058590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/enic/enic_res.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define ENIC_MIN_RQ_DESCS 64
#define ENIC_MAX_RQ_DESCS 4096

#define ENIC_MIN_MTU 576 /* minimum for IPv4 */
#define ENIC_MIN_MTU 68
#define ENIC_MAX_MTU 9000

#define ENIC_MULTICAST_PERFECT_FILTERS 32
Expand Down

0 comments on commit d058590

Please sign in to comment.