commit | 700877a62bfa88ef6e0267749db49f4dc63e2ea2 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Wed Apr 13 16:38:02 2016 -0700 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Tue May 03 17:52:12 2016 -0500 |
tree | b4f99fa652624258cc4a3246a77c8f6d1fe589ad | |
parent | 0299cee53014f12a60c5b7d317eb2e6ea97c530d [diff] |
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>