Skip to content

Commit 76c15c9

Browse files
tlfalcondavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e9e1e97 commit 76c15c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/ethernet/ibm/ibmvnic.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,6 @@ struct ibmvnic_tx_pool {
919919
int consumer_index;
920920
int producer_index;
921921
struct ibmvnic_long_term_buff long_term_buff;
922-
struct ibmvnic_long_term_buff tso_ltb;
923-
int tso_index;
924922
int num_buffers;
925923
int buf_size;
926924
};

0 commit comments

Comments
 (0)