Re: ixgbe CRITICAL: ECC ERROR!! Please Reboot!!

2014-09-04 Thread Marcelo Gondim
On 04/09/2014 20:48, Adrian Chadd wrote: Hi, The only time this has happened to me is because the card overheated. Can you check that? Hi Adrian, The room where the equipment is located is very cold but I'll check it out. Also seen at the time of the problem, a lot of dropped packets. # netst

Re: bridging VLAN interfaces and STP

2014-09-04 Thread Julian Elischer
On 9/2/14, 3:48 PM, Dustin J. Mitchell wrote: On Tue, Sep 2, 2014 at 6:34 PM, Marek Salwerowicz wrote: Does the bridge without STP work for you ? It bridges, yes. It doesn't run STP. What do you actually bridge? As I see, there are 2 physical interfaces and 1 vlan Correct. I am wondering

Re: ixgbe CRITICAL: ECC ERROR!! Please Reboot!!

2014-09-04 Thread Adrian Chadd
Hi, The only time this has happened to me is because the card overheated. Can you check that? -a On 4 September 2014 16:14, Marcelo Gondim wrote: > Hi All, > > I have an Intel X520-SR2and today was working when all traffic stopped. > I looked in the logs and found this message: > > Sep 4 18:

ixgbe CRITICAL: ECC ERROR!! Please Reboot!!

2014-09-04 Thread Marcelo Gondim
Hi All, I have an Intel X520-SR2and today was working when all traffic stopped. I looked in the logs and found this message: Sep 4 18:29:53 rt01 kernel: ix1: Sep 4 18:29:53 rt01 kernel: CRITICAL: ECC ERROR!! Please Reboot!! # uname -a FreeBSD rt01.x.com.br 10.0-STABLE FreeBSD 10.0-STABLE

[Bug 193246] Bug in IPv6 multicast join(), uncovered by Jenkins

2014-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193246 John Baldwin changed: What|Removed |Added Status|Needs Triage|In Discussion CC|

Re: [Bug 193246] Bug in IPv6 multicast join(), uncovered by Jenkins

2014-09-04 Thread 神明達哉
At Thu, 04 Sep 2014 10:42:59 -0400, John Baldwin wrote: > > It looks like on Solaris, they support IPv4-mapped multicast addresses for > > IPV6, and things work when they create an IPv6 socket, and then put an > > IPv4-mapped multicast address in it. For Linux, they have specific > > code paths

[Bug 193246] Bug in IPv6 multicast join(), uncovered by Jenkins

2014-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193246 --- Comment #7 from Craig Rodrigues --- In src/sys/netinet6, I see that there is usage of a IN6_IS_ADDR_V4MAPPED() macro in other places in the code, like in udp6 and sctp6, so V4 mapped addresses are supported for other things. -- You a

[Bug 193246] Bug in IPv6 multicast join(), uncovered by Jenkins

2014-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193246 --- Comment #6 from Craig Rodrigues --- I'm looking at this from the perspective that 3rd party multicast code written in Java "just works" under Linux and Solaris, but fails under FreeBSD. Sure, using an IPv4 socket from the beginning wou

Re: [Bug 193246] Bug in IPv6 multicast join(), uncovered by Jenkins

2014-09-04 Thread John Baldwin
On Wednesday, September 03, 2014 06:39:53 AM Craig Rodrigues wrote: > On Wed, Sep 3, 2014 at 5:19 AM, Andrey V. Elsukov wrote: > > On 03.09.2014 14:05, bugzilla-nore...@freebsd.org wrote: > > > > Hi, > > > > you said that this code works in linux. I looked in the linux kernel > > source, and I t

Re: netmap extra rings and buffers

2014-09-04 Thread Luigi Rizzo
On Thu, Sep 04, 2014 at 11:58:28AM +, Eggert, Lars wrote: > Hi Luigi, > > I'm allocating extra rings and/or extra buffers via the nr_arg1/nr_arg3 > parameters for NIOCREGIF. > > Once I've done that, how do I actually access those rings and buffers? > > For extra rings, the documentation and

[Bug 193246] Bug in IPv6 multicast join(), uncovered by Jenkins

2014-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193246 John Baldwin changed: What|Removed |Added CC||j...@freebsd.org --- Comment #5 fro

netmap extra rings and buffers

2014-09-04 Thread Eggert, Lars
Hi Luigi, I'm allocating extra rings and/or extra buffers via the nr_arg1/nr_arg3 parameters for NIOCREGIF. Once I've done that, how do I actually access those rings and buffers? For extra rings, the documentation and example code don't really say anything. For extra buffers, the documentation