commit | 97236cda3ae5a133f0c3b7295ddc746d1ea2c9c2 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Fri Jun 21 17:30:02 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 24 09:20:11 2019 -0700 |
tree | 681821ed2ec21ee711eaa85a8d544d4af40d2b2d | |
parent | 760a3c1aa173cafb6e8c12cc038fa8ef442625b0 [diff] |
net: macb: use GRO This patch updates the macb driver to use NAPI GRO helpers when receiving SKBs. This improves performances. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>