rearrange txeof so it processes slots up to the index given in the
authorjmatthew <jmatthew@openbsd.org>
Thu, 23 Aug 2018 01:06:06 +0000 (01:06 +0000)
committerjmatthew <jmatthew@openbsd.org>
Thu, 23 Aug 2018 01:06:06 +0000 (01:06 +0000)
commit058d3950c9aa2ddc80b20bf011d15f811782c19c
tree9f10a211b4e24fdea5bfc0afb48701795fa0f959
parent16a1029878a81ae9948300a9d5c00118e7e5c565
rearrange txeof so it processes slots up to the index given in the
completion event, and only request completion events for the last packet
we place on the ring in bnxt_start, which doesn't do anything now but
will make tx faster when we get tx mitigation working.
sys/dev/pci/if_bnxt.c