]> git.baikalelectronics.ru Git - kernel.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)
commit33768f7cad761a54a50265cb67eefa58d1fcc8d4
tree854e6f5c17dbfd71bc1c06e83ef2cd12755b6d76
parent70f7d30046861de2a0467764a82600f3f624b224
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