Re: Problem with routes when configuring IPv6 addresses

2006-10-25 Thread Jan Mikael Melen
Hi, Just answering my own mail. Here is small patch that fixes this problem for us in 6.1. --- nd6_rtr.c.orig Mon Mar 20 18:23:08 2006 +++ nd6_rtr.c Thu Oct 26 09:48:59 2006 @@ -1409,12 +1409,20 @@ if (pr->ndpr_raf_onlink == 0) conti

6.1 STABLE Strangely Hangs when VLAN enabled.

2006-10-25 Thread ozkan
Hi, I have a HP DL380-G4 server. Single Xeon 3.0Ghz cpu, two onboard bge NICs and one dual em NIC. I am using vlan interfaces on bge0 (there is 9 vlan interface on bge0). But systems hangs at a random time without any logs/errors and even panic message! Before system hangs everything works norm

Re: em network issues

2006-10-25 Thread Scott Long
Jack Vogel wrote: On 10/25/06, Scott Long <[EMAIL PROTECTED]> wrote: Jack Vogel wrote: > On 10/25/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: > >> 3) In em_process_receive_interrupts/em_rxeof always decrement >> the count on every run through the loop. If you notice >> cou

Re: em network issues

2006-10-25 Thread Bruce Evans
On Wed, 25 Oct 2006, Doug Ambrisko wrote: John Polstra writes: | On 19-Oct-2006 Scott Long wrote: | > The performance measurements that Andre and I did early this year showed | > that the INTR_FAST handler provided a very large benefit. | | I'm trying to understand why that's the case. Is it bec

Re: em network issues

2006-10-25 Thread Jack Vogel
On 10/25/06, Scott Long <[EMAIL PROTECTED]> wrote: Jack Vogel wrote: > On 10/25/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: > >> 3) In em_process_receive_interrupts/em_rxeof always decrement >> the count on every run through the loop. If you notice >> count is an is an int

Re: Problems under test of IPv6 Ready Logo Program Phase-2

2006-10-25 Thread SUZUKI Shinsuke
Hi, > On Mon, 23 Oct 2006 09:41:57 -0700 > [EMAIL PROTECTED]("chenxiaochen") said: > > > 1. Section 5: RFC 2463 - ICMPv6 (snip) > In my opinion, rl1 should discard the packet and send a ICMP > packet-too-big message.But only discard ... That's not correct. ICMP packet-too-big is

Re: em network issues

2006-10-25 Thread Scott Long
Jack Vogel wrote: On 10/25/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: 3) In em_process_receive_interrupts/em_rxeof always decrement the count on every run through the loop. If you notice count is an is an int that starts at the passed in value of -1. It then cou

Re: em network issues

2006-10-25 Thread Jack Vogel
On 10/25/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: 3) In em_process_receive_interrupts/em_rxeof always decrement the count on every run through the loop. If you notice count is an is an int that starts at the passed in value of -1. It then count-- until count==0

Re: Gateway problem

2006-10-25 Thread Stefan Bethke
Am 20.10.2006 um 20:42 schrieb Brian Hawk: tun0 and ADSL is the default gateway. But the TCP packets are bound to 212.64.212.180 IP address which should send them out thru xl1. But it doesn't. That is correct. The routing table will only consider the destination address when deciding whi

Re: em network issues

2006-10-25 Thread Scott Long
Doug Ambrisko wrote: John Polstra writes: | On 19-Oct-2006 Scott Long wrote: | > The performance measurements that Andre and I did early this year showed | > that the INTR_FAST handler provided a very large benefit. | | I'm trying to understand why that's the case. Is it because an | INTR_FAST

Re: em network issues

2006-10-25 Thread Jack Vogel
On 10/25/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: John Polstra writes: | On 19-Oct-2006 Scott Long wrote: | > The performance measurements that Andre and I did early this year showed | > that the INTR_FAST handler provided a very large benefit. | | I'm trying to understand why that's the case

Re: em network issues

2006-10-25 Thread Doug Ambrisko
John Polstra writes: | On 19-Oct-2006 Scott Long wrote: | > The performance measurements that Andre and I did early this year showed | > that the INTR_FAST handler provided a very large benefit. | | I'm trying to understand why that's the case. Is it because an | INTR_FAST interrupt doesn't have