commit | bfcd8d791ec18496772d117774398e336917f56e | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Mon Jul 29 06:10:25 2019 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 29 14:19:09 2019 -0700 |
tree | ce39756e85dd4909e0815ea05e54afd10b82ac72 | |
parent | f45b7b78c619cd73c7ca25b68c6ba9653b8e4a0a [diff] |
bnxt_en: Add fast path logic for TPA on 57500 chips. With all the previous refactoring, the TPA fast path can now be modified slightly to support TPA on the new chips. The main difference is that the agg completions are retrieved differently using the bnxt_get_tpa_agg_p5() function on the new chips. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>