commit | bee5a188b71657092dc9eb1a529b4e502fe51444 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Mon Jul 29 06:10:23 2019 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 29 14:19:09 2019 -0700 |
tree | fc1df37e6a6174411162eb6a38041afdcadcbc87 | |
parent | 8fe88ce7ab3181a11989eb7a8bb00c42a2b7b3b0 [diff] |
bnxt_en: Refactor tunneled hardware GRO logic. The 2 GRO functions to set up the hardware GRO SKB fields for 2 different hardware chips have practically identical logic for tunneled packets. Refactor the logic into a separate bnxt_gro_tunnel() function that can be used by both functions. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>