]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
bnxt_en: Use short TX BDs for the XDP TX ring.
authorMichael Chan <michael.chan@broadcom.com>
Tue, 4 Apr 2017 22:14:16 +0000 (18:14 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Apr 2017 13:24:26 +0000 (06:24 -0700)
commit932dbf83ba18bdb871e0c03a4ffdd9785f7a9c07
tree78b4c3fce896a3031908a169be6903032d432a46
parent67fea463fd873492ab641459a6d1af0e9ea3c9ce
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>
drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c