DragonFly BSD
DragonFly commits List (threaded) for 2013-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: jme: Correct RSS key registers configuration order


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 9 Mar 2013 06:27:19 -0800 (PST)

commit 894ff5e1b99e6de8cfbff4f35190843f12601f51
Author: Sepherosa Ziehau <sephe@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]