commit | 932dbf83ba18bdb871e0c03a4ffdd9785f7a9c07 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Tue Apr 04 18:14:16 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 05 06:24:26 2017 -0700 |
tree | 78b4c3fce896a3031908a169be6903032d432a46 | |
parent | 67fea463fd873492ab641459a6d1af0e9ea3c9ce [diff] |
bnxt_en: Use short TX BDs for the XDP TX ring. No offload is performed on the XDP_TX ring so we can use the short TX BDs. This has the effect of doubling the size of the XDP TX ring so that it now matches the size of the rx ring by default. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>