]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: increase maximum frame size to accomediate VLAN packets
authorStefan Agner <stefan@agner.ch>
Wed, 13 Apr 2016 23:38:02 +0000 (16:38 -0700)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 3 May 2016 22:52:12 +0000 (17:52 -0500)
commit700877a62bfa88ef6e0267749db49f4dc63e2ea2
treeb4f99fa652624258cc4a3246a77c8f6d1fe589ad
parent0299cee53014f12a60c5b7d317eb2e6ea97c530d
net: increase maximum frame size to accomediate VLAN packets

Ethernet packages with IEEE 802.1Q VLAN support may be up to 1522
bytes long. Increase the default size used to allocate packet
storage by 4 bytes. While at it, let git care about history and
rewrite the comment to represent the situation today only.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/net.h