]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Directly initialize nxge's ifaddrp pointer to ifnetp->if_addr rather
authorRobert Watson <rwatson@FreeBSD.org>
Thu, 12 Jul 2007 10:03:29 +0000 (10:03 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Thu, 12 Jul 2007 10:03:29 +0000 (10:03 +0000)
commit07cb08fd48a311822c49bda492b2e22ca1149728
tree1a27d467884ba91729af8242995d3f2f2ee65ed8
parent73f37bf31a947d54e7ea8bde2ae3398f62b42a96
Directly initialize nxge's ifaddrp pointer to ifnetp->if_addr rather
than indirecting through ifaddr_byindex, which makes things easier with
respect to virtualized network stacks.

Submitted by: Marko Zec <zec at icir dot org>
Reviewed by: Leonid Grossman <Leonid dot Grossman at neterion dot com>
Approved by: re (kensmith)
sys/dev/nxge/if_nxge.c