git: jme: Correct RSS key registers configuration order
    Sepherosa Ziehau 
    sephe at crater.dragonflybsd.org
       
    Sat Mar  9 06:27:19 PST 2013
    
    
  
commit 894ff5e1b99e6de8cfbff4f35190843f12601f51
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sat Mar 9 22:22:06 2013 +0800
    jme: Correct RSS key registers configuration order
    
    Low bytes of RSS key should go into high RSS key registers.  However,
    original way does not affect DragonFly's RSS implementation; since
    DragonFly's RSS key is duplicated from 2 bytes, all values written
    to the RSS key registers are actually same.
Summary of changes:
 sys/dev/netif/jme/if_jme.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/894ff5e1b99e6de8cfbff4f35190843f12601f51
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list