Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-11 Thread Jason Wolfe
On Fri, Oct 7, 2011 at 2:14 PM, Jason Wolfe wrote: > Bumping rx/tx descriptors to 2048 was actually for performance reasons and > not to try to get around the issue. I did some fairly in depth testing and > found under heavy load it performed the best with those settings. > > As mentioned on the

Re: [urtw] Wifi link dying randomly. reboot required to reconnect.

2011-10-11 Thread Chuck Burns
On Tuesday, October 11, 2011 1:04:59 AM you wrote: > > Date: Thu, 6 Oct 2011 19:02:15 -0500 > > From: Chuck Burns > > Subject: Re: [urtw] Wifi link dying randomly. reboot required to > >reconnect. > > To: Gary Palmer > > Cc: freebsd-net@freebsd.org > > Message-ID: <201110061902.15838.brea

CARP - immediate INIT-MASTER transition when preempt enabled , bug from openbsd38

2011-10-11 Thread Damien Fleuriot
Hello -net, Just following up on these 2 PRs, respectively for 8.x and 9.0-BETA3: 8.x:http://www.freebsd.org/cgi/query-pr.cgi?pr=161123 9.0b3: http://www.freebsd.org/cgi/query-pr.cgi?pr=161483 There is a bug with CARP where a CARP interface will immediately transition from INIT to MASTER

strange ipv6 on 9.0-BETA3

2011-10-11 Thread dikshie
Hi, My host has two interfaces em0 and em1. Both interfaces are connected to different switches. I have been deleted all ipv6 entries in /etc/rc.conf and rebooted the host. why the ifconfig shows ipv6 address on em1 like this: --- em0: flags=8843 metric 0 mtu 1500 options=209b

Re: strange ipv6 on 9.0-BETA3

2011-10-11 Thread Mike Tancsa
On 10/11/2011 9:16 AM, dikshie wrote: > Hi, > My host has two interfaces em0 and em1. > Both interfaces are connected to different switches. > I have been deleted all ipv6 entries in /etc/rc.conf and rebooted the host. > > why the ifconfig shows ipv6 address on em1 like this: > - >

Re: strange ipv6 on 9.0-BETA3

2011-10-11 Thread dikshie
On Tue, Oct 11, 2011 at 11:21 PM, Mike Tancsa wrote: > Do you have any other routing daemons like quagga ? no, i dont have any routing daemon installed in this host. > Perhaps at boot up > time, try and put the switch port into monitor mode and see what is > going back and forth, and from who i

Re: RADIX_MPATH Documentation Feedback Request

2011-10-11 Thread Larry Baird
In article <111911.24641.10834@localhost> you wrote: > I am hoping to get the documentation, along with more enhancements completed > within a month. > > The main reason for this delay is because I am suspending RADIX_MPATH related > work at the moment, and focusing on fixing IPv6 code instead. >

if_msk.c link negotiation / packet drops

2011-10-11 Thread Karim
Hi List, Using a Marvell NIC plugged into a CISCO switch I see the auto-negotiation failing and even when forcing the device to full-duplex we sometimes see packet drops. Here is the device description from dmesg: mskc0: port 0xbe00-0xbeff mem 0xfdefc000-0xfdef irq 16 at device 0.0 on

Re: if_msk.c link negotiation / packet drops

2011-10-11 Thread YongHyeon PYUN
On Tue, Oct 11, 2011 at 11:40:42AM -0400, Karim wrote: > Hi List, > > Using a Marvell NIC plugged into a CISCO switch I see the > auto-negotiation failing and even when forcing the device to full-duplex > we sometimes see packet drops. > > Here is the device description from dmesg: > > mskc0:

Re: RADIX_MPATH Documentation Feedback Request

2011-10-11 Thread Qing Li
The failures are seen in basic Neighbor Discovery and Address Selection. The tests are not posted any where, but I can forward the report to you private once verified. --Qing On Tue, Oct 11, 2011 at 8:00 AM, Larry Baird wrote: > In article <111911.24641.10834@localhost> you wrote: >> I am hoping

Re: if_msk.c link negotiation / packet drops

2011-10-11 Thread Kevin Oberman
On Tue, Oct 11, 2011 at 10:10 AM, YongHyeon PYUN wrote: > On Tue, Oct 11, 2011 at 11:40:42AM -0400, Karim wrote: >> Hi List, >> >> Using a Marvell NIC plugged into a CISCO switch I see the >> auto-negotiation failing and even when forcing the device to full-duplex >> we sometimes see packet drops.

Re: kern/161483: [carp] [patch] when preemption is enabled carp interface assumes MASTERship immediately even with higher advbase/advskew

2011-10-11 Thread linimon
Old Synopsis: net / [carp] [patch] when preemption is enabled carp interface assumes MASTERship immediately even with higher advbase/advskew New Synopsis: [carp] [patch] when preemption is enabled carp interface assumes MASTERship immediately even with higher advbase/advskew Responsible-Changed-

RE: bce(4) with IPMI

2011-10-11 Thread Sean Bruno
On Mon, 2011-10-10 at 17:46 -0700, David Christensen wrote: > > > I attempted to disable IPMI via the Dell BIOS tool (DRAC) and I > > couldn't > > > see any driver detection of this status. So, when I add this: > > > > > > > if ((ifp->if_flags & IFF_UP) == 0 && > > > >(sc->bce_fl

Re: bce(4) with IPMI

2011-10-11 Thread YongHyeon PYUN
On Tue, Oct 11, 2011 at 11:00:30AM -0700, Sean Bruno wrote: > On Mon, 2011-10-10 at 17:46 -0700, David Christensen wrote: > > > > I attempted to disable IPMI via the Dell BIOS tool (DRAC) and I > > > couldn't > > > > see any driver detection of this status. So, when I add this: > > > > > > > > >

Re: bce(4) with IPMI

2011-10-11 Thread Sean Bruno
> > > The Broadcom MFW is configured to load/not load through an NVRAM > > > option that is likely not affected by the iDRAC BIOS settings. > > > To disable MFW you'd need to run the user diagnostic utility > > > (UXDIAG.EXE) with the following command line: > > > > > > C:\>uxdiag -mfw 0 > > >

Re: Question about GPIO bitbang MII

2011-10-11 Thread Marius Strobl
On Mon, Oct 10, 2011 at 12:22:38PM -0700, YongHyeon PYUN wrote: > On Sun, Oct 09, 2011 at 06:58:38PM +0200, Marius Strobl wrote: > > On Fri, Oct 07, 2011 at 10:34:58AM +0800, dave jones wrote: > > > Hi, > > > > > > Does FreeBSD have gpio bitbang api for MII? If not, any driver in tree > > > using

Re: bce(4) with IPMI

2011-10-11 Thread YongHyeon PYUN
On Tue, Oct 11, 2011 at 12:52:25PM -0700, Sean Bruno wrote: > > > > > The Broadcom MFW is configured to load/not load through an NVRAM > > > > option that is likely not affected by the iDRAC BIOS settings. > > > > To disable MFW you'd need to run the user diagnostic utility > > > > (UXDIAG.EXE) w

Re: Question about GPIO bitbang MII

2011-10-11 Thread YongHyeon PYUN
On Tue, Oct 11, 2011 at 11:23:18PM +0200, Marius Strobl wrote: > On Mon, Oct 10, 2011 at 12:22:38PM -0700, YongHyeon PYUN wrote: > > On Sun, Oct 09, 2011 at 06:58:38PM +0200, Marius Strobl wrote: > > > On Fri, Oct 07, 2011 at 10:34:58AM +0800, dave jones wrote: > > > > Hi, > > > > > > > > Does Fre

Re: [urtw] Wifi link dying randomly. reboot required to reconnect.

2011-10-11 Thread Chuck Burns
On Sunday, October 09, 2011 12:38:11 AM Chuck Burns wrote: > www.thesouthernlibertarian.com/kernel-urtw.tar.gz > > This has 4 files: > /boot/kernel/kernel[.symbols] > /boot/kernel/if_urtw.ko[.symbols] > > Thanks > Arnaud, Just following up to see if you grabbed the files yet, so I can remove th

Re: Kernel panic on FreeBSD 9.0-beta2

2011-10-11 Thread dave jones
On Fri, Oct 7, 2011 at 9:12 AM, dave jones wrote: > 2011/10/4 Mikolaj Golub : >> >> On Sat, 1 Oct 2011 14:15:45 +0800 dave jones wrote: >> >>  dj> On Fri, Sep 30, 2011 at 9:41 PM, Robert Watson wrote: >>  >> >>  >> On Wed, 28 Sep 2011, Mikolaj Golub wrote: >>  >> >>  >>> On Mon, 26 Sep 2011 16:12:

Re: Kernel panic on FreeBSD 9.0-beta2

2011-10-11 Thread Mikolaj Golub
On Wed, 12 Oct 2011 09:53:34 +0800 dave jones wrote: dj> On Fri, Oct 7, 2011 at 9:12 AM, dave jones wrote: >> 2011/10/4 Mikolaj Golub : >>> >>> On Sat, 1 Oct 2011 14:15:45 +0800 dave jones wrote: >>> >>>  dj> On Fri, Sep 30, 2011 at 9:41 PM, Robert Watson wrote: >>>  >> >>>  >> On Wed, 2