ibmvnic: Remove unused TSO resources in TX pool structure
authorThomas Falcon <tlfalcon@linux.vnet.ibm.com>
Sat, 17 Mar 2018 01:00:31 +0000 (20:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Mar 2018 00:12:39 +0000 (20:12 -0400)
Finally, remove the TSO-specific fields in the TX pool
strcutures. These are no longer needed with the introduction
of separate buffer pools for TSO transmissions.

Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.h

index 566927e..89efe70 100644 (file)
@@ -919,8 +919,6 @@ struct ibmvnic_tx_pool {
        int consumer_index;
        int producer_index;
        struct ibmvnic_long_term_buff long_term_buff;
-       struct ibmvnic_long_term_buff tso_ltb;
-       int tso_index;
        int num_buffers;
        int buf_size;
 };