diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-05-19 12:59:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-22 14:57:16 -0400 |
commit | 84411f73b8849c494fc6dd3bb6b5f10ee6e58a5b (patch) | |
tree | 4604fc6d67cbe7d63e93c474be8d6024646b50a8 /drivers/net/ethernet/aeroflex | |
parent | 0a8fa93310779ee5334e64635f98f9c72781e643 (diff) |
net: mv643xx_eth: Avoid setting the initial TCP checksum
As specified in the datasheet, the driver can set the "L4Chk_Mode" flag
(bit 10) in the Tx descriptor command/status to specify that a frame is not
IP fragmented and that the controller is in charge of generating the TCP/IP
checksum. This must be used together with the "GL4chk" flag (bit 17).
These two flags allow to avoid setting the initial TCP checksum in the l4i_chk
field of the Tx descriptor, which is needed to support software TSO.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/aeroflex')
0 files changed, 0 insertions, 0 deletions