8.0-REL lagg(4) + vlan(4) + em(4) problems

2009-12-12 Thread Jeff Blank
I've just upgraded a 7.1-REL server to 8.0-REL and have lost my ability to use vlan(4) on top of lagg(4) on top of em(4). (Not sure about other interface types, just encountered the problem tonight.) Using tcpdump, I see that I can receive 802.1q-tagged traffic (and on the correct VLAN interface),

Re: 8.0-REL lagg(4) + vlan(4) + em(4) problems

2009-12-12 Thread Jeff Blank
I wrote: > I've just upgraded a 7.1-REL server to 8.0-REL and have lost my > ability to use vlan(4) on top of lagg(4) on top of em(4). I should have mentioned that I'm using lagg failover. I can reproduce my problem in single-user as follows: # ifconfig em0 up # ifconfig em1 up # ifconfig lagg0

patch: ndisusb: show device description on attach

2009-12-12 Thread Paul B Mahol
--- /sys/dev/if_ndis/if_ndis_usb.c 2009-11-25 21:49:03.0 + +++ if_ndis_usb.c 2009-12-12 12:17:27.0 + @@ -165,6 +165,7 @@ driver_object *drv; int devidx = 0; + device_set_usb_desc(self); db = uaa->driver_

Re: kern/141376: [ndis] [patch] broken scan by passing ies and ies_len pointer to net80211

2009-12-12 Thread Paul B Mahol
On 12/11/09, lini...@freebsd.org wrote: > Old Synopsis: ndis: broken scan > New Synopsis: [ndis] [patch] broken scan by passing ies and ies_len pointer New Synopsis: [ndis] [patch] broken scan by _not_ passing ies and ies_len pointer > to net80211 > > Responsible-Changed-From-To: freebsd-bugs->f

Re: 10gigE link with FreeBSD hosts ?

2009-12-12 Thread George Sanders
>Can't get 10 gigabit thru a PCI-X slot, it doesnt have the bandwidth, you need >PCI Express, in >fact you will find that lots of factors will come into play and might keep you >from achieving >optimal thruput. > >>For a two port adapter you will need an 8x PCIE slot, preferably Gen 2, and >>

Re: kern/141414: [vge] vge(4) problem on 8.0-RELEASE

2009-12-12 Thread linimon
Synopsis: [vge] vge(4) problem on 8.0-RELEASE Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Dec 13 02:04:19 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=141414 __