]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Don't set ip checksum if did not enable tso.
authorJoe Jin <joe.jin@oracle.com>
Mon, 21 May 2012 01:30:57 +0000 (09:30 +0800)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 21 May 2012 21:32:42 +0000 (14:32 -0700)
commitaa588ed464747c3a476afacf5adb8a03a529c9ee
tree4e23928c2a2af1de5e6fdd9195780debabaa5963
parent40b6666432dd02790eebbddef32b373b96543aa1
ixgbe: Don't set ip checksum if did not enable tso.

After apply commit c108d12 - "ixgbe: Modify setup of descriptor flags to
avoid conditional jumps", X540-AT2 did not worked properly, it caused by
inconsistent olinfo_status, when enable ip checksum, make sure tso be
supported.

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c