]> www.infradead.org Git - users/jedix/linux-maple.git/commit
e1000e: disable rxhash when try to enable jumbo frame also rxhash and rxcsum have...
authorJoe Jin <joe.jin@oracle.com>
Tue, 28 Aug 2012 13:05:09 +0000 (21:05 +0800)
committerJoe Jin <joe.jin@oracle.com>
Wed, 29 Aug 2012 00:22:24 +0000 (08:22 +0800)
commitde8f15a6d6d0bb823a23e9539ff1d1da658f1e37
treedcec4d1b8425e862b1c3a7b89009f835555bfe97
parent6f484ad3057e91c5829f126d74f3eb4ff0f5aae6
e1000e: disable rxhash when try to enable jumbo frame also rxhash and rxcsum have enabled

commit ffd3d6 check if both rxhash and rxcsum enabled when enable jumbo
frames and disallowed all of them enabled at the same time.
Since jumbo frame widely be used in real world, and el5 did not supported
enable/disable rxhash, so we changed default behavior to disable rxhash
when try to enable jumbo frames also rxhash and rxcsum have enabled.

Signed-off-by: Joe Jin <joe.jin@oracle.com>
Signed-off-by: Guru Anbalagane <guru.anbalagane@oracle.com>
Acked-by: Adnan Misherfi <adnan.misherfi@oracle.com>
drivers/net/e1000e/netdev.c