commit | fa3e93e86cc3d1809fba67cb138883ed4bb74a5f | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Mon Feb 06 16:55:41 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 07 13:30:59 2017 -0500 |
tree | 9d9309cf9489fda8e458d9e263323965c274e123 | |
parent | 5f4492493e75dafc5cbb96eabe0f146c2ffb1e3d [diff] |
bnxt_en: Refactor tx completion path. XDP_TX requires a different function to handle completion. Add a function pointer to handle tx completion logic. Regular TX rings will be assigned the current bnxt_tx_int() for the ->tx_int() function pointer. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>