commit | 96bd6c94bdf9de38b0fa0ec679fe40013f1c4576 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Fri Aug 23 11:48:52 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 24 16:39:19 2019 -0700 |
tree | f6289212b6d30f3bce62270525d4037086913374 | |
parent | 85e537d8f1b6b1201ced628b124b3d08436f5a04 [diff] |
s390/qeth: add BQL support for IQD devices Each TX buffer may contain multiple skbs. So just accumulate the sent byte count in the buffer struct, and later use the same count when completing the buffer. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>