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

git: kernel - NFE - Align packet data payload


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 30 Jan 2010 21:58:42 -0800 (PST)

commit 0671590b0715ce9a09aa441e8ea2395b188ceac2
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Jan 30 21:49:59 2010 -0800

    kernel - NFE - Align packet data payload
    
    * Offset the RX ring DMA by 2 bytes so the IP header, TCP header, and
      payload is aligned after the 6-byte MAC header.
    
      EM does the same thing.
    
    * Reduces NFS overhead during bcopy()s and also avoids triggering
      nfs_realign.

Summary of changes:
 sys/dev/netif/nfe/if_nfe.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0671590b0715ce9a09aa441e8ea2395b188ceac2


-- 
DragonFly BSD source repository



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