diff options
author | Brian King <brking@linux.vnet.ibm.com> | 2007-08-17 10:16:31 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:50:43 -0400 |
commit | 5fc7e01cb77132f96e171a37f9f792270b1603f6 (patch) | |
tree | 44c4e1926a803ef1e53f5a1985f976ba6dd35171 /drivers/net/ibmveth.h | |
parent | f4ff28720f45354573dcf4e0eb5a2dc5452cb3e1 (diff) |
ibmveth: Implement ethtool hooks to enable/disable checksum offload
This patch adds the appropriate ethtool hooks to allow for enabling/disabling
of hypervisor assisted checksum offload for TCP.
Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/ibmveth.h')
-rw-r--r-- | drivers/net/ibmveth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ibmveth.h b/drivers/net/ibmveth.h index 3f10f0f4447a..43b068d9a558 100644 --- a/drivers/net/ibmveth.h +++ b/drivers/net/ibmveth.h | |||
@@ -138,6 +138,7 @@ struct ibmveth_adapter { | |||
138 | struct ibmveth_buff_pool rx_buff_pool[IbmVethNumBufferPools]; | 138 | struct ibmveth_buff_pool rx_buff_pool[IbmVethNumBufferPools]; |
139 | struct ibmveth_rx_q rx_queue; | 139 | struct ibmveth_rx_q rx_queue; |
140 | int pool_config; | 140 | int pool_config; |
141 | int rx_csum; | ||
141 | 142 | ||
142 | /* adapter specific stats */ | 143 | /* adapter specific stats */ |
143 | u64 replenish_task_cycles; | 144 | u64 replenish_task_cycles; |