regression in dc(4) from 7.2 to RELENG_8

2010-05-14 Thread Chris Buechler
one of our users has reported a regression in dc(4) on RELENG_8, the cards work fine on 7.2 and previous versions, but no longer function at all with RELENG_8 as of about a week ago. http://forum.pfsense.org/index.php/topic,24964.msg129488.html#msg129488 dmesg from it working, from 7.2: cbb0:

Re: kern/146534: [icmp6] wrong source address in echo reply

2010-05-14 Thread linimon
Old Synopsis: [icmpv6] wrong source address in echo reply New Synopsis: [icmp6] wrong source address in echo reply Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 14 08:54:45 UTC 2010 Responsible-Changed-Why: Over to maintai

Re:Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-14 Thread jiani1012
Yes, I use ndisgen(8) instead. Input the netathw.inf and athw.sys file, appears: segmentation fault (core dumped) CONVERSION FAILED 在2010-05-08 20:20:46,"Paul B Mahol" 写道: >On 5/7/10, jiani1012 wrote: >> Hi all, >> I am using xp3264-7.7.0.329-whql.zip file from Atheros. >> #cd /s

Re: regression in dc(4) from 7.2 to RELENG_8

2010-05-14 Thread Andriy Gapon
on 14/05/2010 09:42 Chris Buechler said the following: > one of our users has reported a regression in dc(4) on RELENG_8, the > cards work fine on 7.2 and previous versions, but no longer function at > all with RELENG_8 as of about a week ago. > http://forum.pfsense.org/index.php/topic,24964.msg129

Re: sockstat / netstat output 8.x vs 7.x

2010-05-14 Thread Mikolaj Golub
On Tue, 11 May 2010 13:24:02 -0700 Julian Elischer wrote: JE> On 5/11/10 12:20 PM, Wes Peters wrote: >> The output header is instructive: >> >> USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS >> www httpd 18423 3 tcp4 6 *:80 *:* >> www

Re: Intel 10Gb

2010-05-14 Thread Alexander Sack
On Tue, May 11, 2010 at 9:51 AM, Andrew Gallatin wrote: > Murat Balaban [mu...@enderunix.org] wrote: >> >> Much of the FreeBSD networking stack has been made parallel in order to >> cope with high packet rates at 10 Gig/sec operation. >> >> I've seen good numbers (near 10 Gig) in my tests involvin

Re: Intel 10Gb

2010-05-14 Thread Andrew Gallatin
Alexander Sack wrote: <...> >> Using this driver/firmware combo, we can receive minimal packets at >> line rate (14.8Mpps) to userspace. You can even access this using a >> libpcap interface. The trick is that the fast paths are OS-bypass, >> and don't suffer from OS overheads, like lock content

Re: Intel 10Gb

2010-05-14 Thread Alexander Sack
On Fri, May 14, 2010 at 10:07 AM, Andrew Gallatin wrote: > Alexander Sack wrote: > <...> >>> Using this driver/firmware combo, we can receive minimal packets at >>> line rate (14.8Mpps) to userspace.  You can even access this using a >>> libpcap interface.  The trick is that the fast paths are OS-

Re: Intel 10Gb

2010-05-14 Thread Andrew Gallatin
Alexander Sack wrote: > On Fri, May 14, 2010 at 10:07 AM, Andrew Gallatin wrote: >> Alexander Sack wrote: >> <...> Using this driver/firmware combo, we can receive minimal packets at line rate (14.8Mpps) to userspace. You can even access this using a libpcap interface. The tric

Re: Intel 10Gb

2010-05-14 Thread Alexander Sack
On Fri, May 14, 2010 at 11:41 AM, Andrew Gallatin wrote: > Alexander Sack wrote: >> On Fri, May 14, 2010 at 10:07 AM, Andrew Gallatin >> wrote: >>> Alexander Sack wrote: >>> <...> > Using this driver/firmware combo, we can receive minimal packets at > line rate (14.8Mpps) to userspace.  Y

Re: Intel 10Gb

2010-05-14 Thread Andrew Gallatin
Alexander Sack wrote: To use DCA you need: - A DCA driver to talk to the IOATDMA/DCA pcie device, and obtain the tag table - An interface that a client device (eg, NIC driver) can use to obtain either the tag table, or at least the correct tag for the CPU that the interrupt

RE: Intel 10Gb

2010-05-14 Thread Leonid Grossman
Neterion/Exar x3100 is one of generic 10GbE NICs that supports timestamping in hardware, along with some other packet capturing/monitoring featiures; here is a relevant paragraph from programming manual: "Receive Frame Timestamp Feature The x3100 has the ability to label each incoming frame with a

Re: Intel 10Gb

2010-05-14 Thread Jack Vogel
On Fri, May 14, 2010 at 8:18 AM, Alexander Sack wrote: > On Fri, May 14, 2010 at 10:07 AM, Andrew Gallatin > wrote: > > Alexander Sack wrote: > > <...> > >>> Using this driver/firmware combo, we can receive minimal packets at > >>> line rate (14.8Mpps) to userspace. You can even access this usi

Re: Intel 10Gb

2010-05-14 Thread Alexander Sack
On Fri, May 14, 2010 at 1:01 PM, Jack Vogel wrote: > > > On Fri, May 14, 2010 at 8:18 AM, Alexander Sack wrote: >> >> On Fri, May 14, 2010 at 10:07 AM, Andrew Gallatin >> wrote: >> > Alexander Sack wrote: >> > <...> >> >>> Using this driver/firmware combo, we can receive minimal packets at >> >>

Re: Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-14 Thread Paul B Mahol
On 5/14/10, jiani1012 wrote: > Yes, I use ndisgen(8) instead. Input the netathw.inf and athw.sys file, > appears: > segmentation fault (core dumped) > CONVERSION FAILED inf file have missing end of line at end, open file in text editor and add empty line at and, and try again. ___

Packet Loss on FW1 but not FW2 (CARP + PF on FBSD8)

2010-05-14 Thread list
Hello, I recently just purchased 2 Soekris5501 with identical 120gb 2.5" WD Scorpio HDDs. I'm using them for network failover, using CARP, PF and pfSync on FreeBSD 8-STABLE. The short version of my problem: I setup FW2 first, imaged its hard drive to FW1. I changed the necessary config

Re: Packet Loss on FW1 but not FW2 (CARP + PF on FBSD8)

2010-05-14 Thread Pyun YongHyeon
On Fri, May 14, 2010 at 02:56:12PM -0400, l...@cykotix.com wrote: > Hello, > > I recently just purchased 2 Soekris5501 with identical 120gb 2.5" WD > Scorpio HDDs. I'm using them for network failover, using CARP, PF and > pfSync on FreeBSD 8-STABLE. > > The short version of my problem: > >

Re: Packet Loss on FW1 but not FW2 (CARP + PF on FBSD8)

2010-05-14 Thread list
Quoting Pyun YongHyeon : On Fri, May 14, 2010 at 02:56:12PM -0400, l...@cykotix.com wrote: Hello, I recently just purchased 2 Soekris5501 with identical 120gb 2.5" WD Scorpio HDDs. I'm using them for network failover, using CARP, PF and pfSync on FreeBSD 8-STABLE. The short version of my pro

Re: Packet Loss on FW1 but not FW2 (CARP + PF on FBSD8)

2010-05-14 Thread Pyun YongHyeon
On Fri, May 14, 2010 at 03:56:38PM -0400, l...@cykotix.com wrote: > Quoting Pyun YongHyeon : > > >On Fri, May 14, 2010 at 02:56:12PM -0400, l...@cykotix.com wrote: > >>Hello, > >> > >>I recently just purchased 2 Soekris5501 with identical 120gb 2.5" WD > >>Scorpio HDDs. I'm using them for network

Re: Packet Loss on FW1 but not FW2 (CARP + PF on FBSD8)

2010-05-14 Thread list
Quoting Pyun YongHyeon : >Show me the output of "sysctl dev.vr.0.stats=1" and "netstat -ndI vr0". soekris1# sysctl dev.vr.0.stats=1 dev.vr.0.stats: -1 -> -1 Please check the output of console. It would have printed some MAC counters maintained in driver. soekris1# netstat -ndI vr0 Name