git: ifaddr: Cache align ifaddr_container

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Feb 12 05:30:38 PST 2013


commit 7d1c3473bcce5fb892ddca28b3536e7f5bf5697e
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Tue Feb 12 21:26:45 2013 +0800

    ifaddr: Cache align ifaddr_container
    
    ifaddr_container is per-cpu data struct; cache aligning it avoid possible
    cache pollution

Summary of changes:
 sys/net/if.c     | 5 +++--
 sys/net/if_var.h | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7d1c3473bcce5fb892ddca28b3536e7f5bf5697e


-- 
DragonFly BSD source repository



More information about the Commits mailing list