]> git.baikalelectronics.ru Git - kernel.git/commit
IPoIB: Remove LRO support
authorOr Gerlitz <ogerlitz@voltaire.com>
Tue, 11 Jan 2011 01:41:54 +0000 (17:41 -0800)
committerRoland Dreier <rolandd@cisco.com>
Tue, 11 Jan 2011 01:41:54 +0000 (17:41 -0800)
commit4a5df8e3ca0d8b8cfc454307d74530a66b2dec79
treeba2d39f4f449e9b1e911e6d5cbc39e08e54410c3
parentb1d6256ab80481c7e660520326c38f375686235c
IPoIB: Remove LRO support

As a first step in moving from LRO to GRO, revert commit 2152e7439dd
("IPoIB: add LRO support").  Also eliminate the ethtool set_flags
callback which isn't needed anymore.  Finally, we need to include
<linux/sched.h> directly to get the declaration of restart_syscall()
(which used to be included implicitly through <linux/inet_lro.h>).

Cc: Ben Hutchings <bhutchings@solarflare.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Vladimir Sokolovsky <vlad@mellanox.co.il>
Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/Kconfig
drivers/infiniband/ulp/ipoib/ipoib.h
drivers/infiniband/ulp/ipoib/ipoib_ethtool.c
drivers/infiniband/ulp/ipoib/ipoib_ib.c
drivers/infiniband/ulp/ipoib/ipoib_main.c