Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76c15c91 authored by Thomas Falcon's avatar Thomas Falcon Committed by David S. Miller
Browse files

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: default avatarThomas Falcon <tlfalcon@linux.vnet.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e9e1e978
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
};