commit | 4bd95a51b6e32c3267b8beb097bd719380147d36 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Fri Mar 16 20:00:24 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 17 20:12:39 2018 -0400 |
tree | 7878660c2f5f0364378a2782005a1aac49bca9af | |
parent | d47d08c8ca052df3d9fde7cfff518660335b16e7 [diff] |
ibmvnic: Generalize TX pool structure Remove some unused fields in the structure and include values describing the individual buffer size and number of buffers in a TX pool. This allows us to use these fields for TX pool buffer accounting as opposed to using hard coded values. Include a new pool array for TSO transmissions. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>