]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
For igb(4), when we are doing multiqueue, we are all setup to have full 32bit
authorHiren Panchasara <hiren@FreeBSD.org>
Tue, 21 Apr 2015 20:24:15 +0000 (20:24 +0000)
committerHiren Panchasara <hiren@FreeBSD.org>
Tue, 21 Apr 2015 20:24:15 +0000 (20:24 +0000)
commit270538b2b62de99574272d5da8e76fa88004a690
tree7cf488596791fee3d72c8fd13659a856a79f43e4
parentbf93ac7884ea3bb53b5c2d65f8d9df88fba6a6a2
For igb(4), when we are doing multiqueue, we are all setup to have full 32bit
RSS hash from the card. We do not need to hide that under "ifdef RSS" and should
expose that by default so others like lagg(4) can use that and avoid hashing the
traffic by themselves.
While here, improve comments and get rid of hidden/unimplemented RSS support
code for UDP.

Differential Revision: https://reviews.freebsd.org/D2296
Reviewed by: jfv, erj
Discussed with: adrian
Sponsored by: Limelight Networks
sys/dev/e1000/if_igb.c