e1000: Fix multi-descriptor packet checksum offload
commit735e77ecb14355df35c9dbb727f3bc76d730b651
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 7 Mar 2011 20:04:07 +0000 (7 20:04 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 21 Mar 2011 20:43:24 +0000 (21 21:43 +0100)
tree96ce4fa5471c33249fd4957efbd3905276bcf2ab
parentaa315f95b7c3c5b032cbc6c78f434a871002f558
e1000: Fix multi-descriptor packet checksum offload

The PCI/PCI-X Family of Gigabit Ethernet Controllers Software
Developer’s Manual states the following about the POPTS field:

  Provides a number of options which control the handling of this
  packet.  This field is ignored except on the first data descriptor of
  a packet.

The current implementation always loads the field and its checksum
offload flags.  This patch uses only the first descriptor's POPTS field
in order to comply with the specification.

When Solaris sends multi-descriptor packets it fills in POPTS for the
first descriptor only.  Therefore this patch is necessary in order to
perform checksum offload correctly for multi-descriptor packets.

Reported-by: Daniel Pecka <dpecka@techniservit.cz>
Reported-by: Gabriele A. Trombetti <gabriele.trombetti@itb.cnr.it>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/e1000.c