From: Thomas Falcon Date: Sat, 17 Mar 2018 01:00:31 +0000 (-0500) Subject: ibmvnic: Remove unused TSO resources in TX pool structure X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=76c15c911b8115e565bfe3a5161a8d58b0be2d28;p=openwrt%2Fstaging%2Fblogic.git ibmvnic: Remove unused TSO resources in TX pool structure 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/ibm/ibmvnic.h b/drivers/net/ethernet/ibm/ibmvnic.h index 566927e2974a..89efe700eafe 100644 --- a/drivers/net/ethernet/ibm/ibmvnic.h +++ b/drivers/net/ethernet/ibm/ibmvnic.h @@ -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; };