Re: bge driver and MSI

2009-12-08 Thread Julian H. Stacey
> As a more general question, what would be the right medium to > document such device errata as it relates to a driver? Is the > man page the best location or would it be better to add a > table near the top of the driver file which summarizes the > bugs and the workarounds? Is there a general

Re: bge driver and MSI

2009-12-08 Thread Julian Elischer
David Christensen wrote: MSI is broken on this device (actually all PCI/PCI-X devices in the 57XX family). The interrupt will be asserted as expected but masking the interrupt does not work. For those newer 1Gb PCIe devices that do work correctly with MSI, only a single message is actually

RE: bge driver and MSI

2009-12-08 Thread David Christensen
> > MSI is broken on this device (actually all PCI/PCI-X devices in the > > 57XX family). The interrupt will be asserted as expected > but masking > > the interrupt does not work. For those newer 1Gb PCIe > devices that do > > work correctly with MSI, only a single message is actually > sup

Re: ifconfig: BRDGADD tun0: Invalid argument

2009-12-08 Thread Boris Kochergin
Got it. Thanks. -Boris ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: hw.bge.forced_collapse

2009-12-08 Thread Pyun YongHyeon
On Fri, Dec 04, 2009 at 12:22:13PM -0800, Pyun YongHyeon wrote: > On Fri, Dec 04, 2009 at 11:13:03PM +0300, Igor Sysoev wrote: > > On Fri, Dec 04, 2009 at 11:51:40AM -0800, Pyun YongHyeon wrote: > > > > > On Fri, Dec 04, 2009 at 10:11:14PM +0300, Igor Sysoev wrote: > > > > On Fri, Dec 04, 2009 at

Re: kern/141285: [em] hangs down/up intel nic during creating vlan

2009-12-08 Thread linimon
Synopsis: [em] hangs down/up intel nic during creating vlan Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Dec 8 17:32:07 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=1412

Re: ifconfig: BRDGADD tun0: Invalid argument

2009-12-08 Thread Tom Judge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Boris Kochergin wrote: > Ahoy. I have an 8.0-RELEASE/i386 machine (installed clean from the CD, > so no kernel/world mismatches are possible) on which I am trying to add > a tun device to a bridge: > > # ifconfig tun0 create > # ifconfig bridge0 creat

Re: kern/138666: [multicast] [panic] not working multicast through igmpproxy

2009-12-08 Thread Andriy Syrovenko
2009/12/8 Bruce Simpson : > The only other thing I can think of is: is this an igmpproxy issue, ie. is > the IGMP traffic which is causing problems, coming from igmpproxy itself? That's possible. > The kernel never generates IGMP control traffic related to routing. Any IGMP > traffic generated by

Re: kern/138666: [multicast] [panic] not working multicast through igmpproxy

2009-12-08 Thread Bruce Simpson
Andriy Syrovenko wrote: Perhaps Florian can shed some light on your IGMP issue? igmpproxy only understands IGMPv2, afaik. Yep, it is igmp v2 only indeed. The only other thing I can think of is: is this an igmpproxy issue, ie. is the IGMP traffic which is causing problems, coming from

Re: kern/138666: [multicast] [panic] not working multicast through igmpproxy

2009-12-08 Thread Andriy Syrovenko
2009/12/8 Bruce Simpson : > Andriy Syrovenko wrote: >> >> I have switched to 8-STABLE. Kernel does not seem to crash anymore, >> however IGMP still does not work. tcpdump complains that outgoing IGMP >> report and leave packets have incorrect checksum- it is always 0. >> Though I'm not sure weather

Re: kern/138666: [multicast] [panic] not working multicast through igmpproxy

2009-12-08 Thread Bruce Simpson
Andriy Syrovenko wrote: I have switched to 8-STABLE. Kernel does not seem to crash anymore, however IGMP still does not work. tcpdump complains that outgoing IGMP report and leave packets have incorrect checksum- it is always 0. Though I'm not sure weather it is IGMP checksum or IP checksum that

Re: ifconfig_lo0_alias0 does not work any more on 9-CURRENT - solved

2009-12-08 Thread Vladimir Grebenschikov
Hi Looks like now it is required to add 'inet ' prefix to ifconfig lines, for os <= 8.0 it was not required, although corrected line: ifconfig_lo0_alias0="inet 127.0.0.2/32" > After upgrade RELENG_8 -> 9-CURRENT following line in rc.con does not > work any more for me. (after boot no alias a

Re: kern/138666: [multicast] [panic] not working multicast through igmpproxy

2009-12-08 Thread Andriy Syrovenko
I have switched to 8-STABLE. Kernel does not seem to crash anymore, however IGMP still does not work. tcpdump complains that outgoing IGMP report and leave packets have incorrect checksum- it is always 0. Though I'm not sure weather it is IGMP checksum or IP checksum that is incorrect. 2009/12/7 B