ibmveth: Add support for TSO
Add support for TSO. TSO is turned off by default and must be enabled and configured by the user. The driver version number is increased so that users can be sure that they are using ibmveth with TSO support. Cc: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
cd7c7ec368
commit
8641dd8579
@@ -161,6 +161,7 @@ struct ibmveth_adapter {
|
||||
u64 rx_no_buffer;
|
||||
u64 tx_map_failed;
|
||||
u64 tx_send_failed;
|
||||
u64 tx_large_packets;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user