commit | aa9029479ef3fb88145cad3220e24a110c6ae723 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Wed Feb 21 18:21:10 2018 -0600 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 22 14:45:59 2018 -0500 |
tree | 13762cc06d2a39986031631b5572ce5b517d045b | |
parent | f4af1db48b20bb49152e19f1b6ed42e3275d8075 [diff] |
ibmvnic: Fix TX descriptor tracking With the recent change, transmissions that only needed one descriptor were being missed. The result is that such packets were tracked as outstanding transmissions but never removed when its completion notification was received. Fixes: ffc385b95adb ("ibmvnic: Keep track of supplementary TX descriptors") Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>