commit | ff1b68ab2daf292c0f0897f9c155a6ddc8484693 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Thu Apr 07 19:39:34 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 08 15:26:03 2016 -0400 |
tree | c611fdd9b24d80e20951b2b495782fb8e9548c84 | |
parent | 70f767d3afa9b2cd447b3dfc33c2751833dce931 [diff] |
nfp: correct RX buffer length calculation When calculating the RX buffer length we need to account for up to 2 VLAN tags. Rounding up to 1k is an relic of a distant past and can be removed. While at it also remove trivial print statement. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>