]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bnxt_en: Refactor TPA code path.
authorMichael Chan <michael.chan@broadcom.com>
Thu, 29 Dec 2016 17:13:35 +0000 (12:13 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Dec 2016 19:37:23 +0000 (14:37 -0500)
commit5910906ca9ee32943f67db24917f78a9ad1087db
tree854e6f5c17dbfd71bc1c06e83ef2cd12755b6d76
parent68515a186cf8a8f97956eaea5829277752399f58
bnxt_en: Refactor TPA code path.

Call tcp_gro_complete() in the common code path instead of the chip-
specific method.  The newer 5731x method is missing the call.

Signed-off-by: Michael Chan <michael.chan@broadcmo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c