commit | ffc385b95adb0e601f6858b06401adabedf59f81 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Sun Feb 18 10:08:41 2018 -0600 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 20 13:16:55 2018 -0500 |
tree | 1556f5daa6639b443a351772d55da6c816a3404a | |
parent | f5c0c6f4299f870f074235fbf552ecf957fc249c [diff] |
ibmvnic: Keep track of supplementary TX descriptors Supplementary TX descriptors were not being accounted for, which was resulting in an overflow of the hardware device's transmit queue. Keep track of those descriptors now when determining how many entries remain on the TX queue. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>