Re: Poor performance with natd/ipfw and TSO enabled on bce(4) card and 8.1-PRERELEASE

2010-07-01 Thread Garrett Cooper
On Thu, Jul 1, 2010 at 7:20 PM, Aleksandr A Babaylov <@babolo.ru> wrote: > On Thu, Jul 01, 2010 at 04:54:47PM -0700, Pyun YongHyeon wrote: >> On Wed, Jun 30, 2010 at 07:00:53PM -0700, Garrett Cooper wrote: >> > Hi, >> >     Just an observation I made while transferring a file: >> > >> > # time

Re: Poor performance with natd/ipfw and TSO enabled on bce(4) card and 8.1-PRERELEASE

2010-07-01 Thread Garrett Cooper
On Thu, Jul 1, 2010 at 9:19 PM, Ian Smith wrote: > On Thu, 1 Jul 2010, Garrett Cooper wrote: >  > On Thu, Jul 1, 2010 at 4:54 PM, Pyun YongHyeon wrote: >  > > On Wed, Jun 30, 2010 at 07:00:53PM -0700, Garrett Cooper wrote: >  > >> Hi, >  > >>     Just an observation I made while transferring a fi

Re: Poor performance with natd/ipfw and TSO enabled on bce(4) card and 8.1-PRERELEASE

2010-07-01 Thread Ian Smith
On Thu, 1 Jul 2010, Garrett Cooper wrote: > On Thu, Jul 1, 2010 at 4:54 PM, Pyun YongHyeon wrote: > > On Wed, Jun 30, 2010 at 07:00:53PM -0700, Garrett Cooper wrote: > >> Hi, > >>     Just an observation I made while transferring a file: > >> > >> # time scp floppy.img somehost: > >> Passwo

Re: Poor performance with natd/ipfw and TSO enabled on bce(4) card and 8.1-PRERELEASE

2010-07-01 Thread Aleksandr A Babaylov
On Thu, Jul 01, 2010 at 04:54:47PM -0700, Pyun YongHyeon wrote: > On Wed, Jun 30, 2010 at 07:00:53PM -0700, Garrett Cooper wrote: > > Hi, > > Just an observation I made while transferring a file: > > > > # time scp floppy.img somehost: > > Password: > > floppy.img

Re: Poor performance with natd/ipfw and TSO enabled on bce(4) card and 8.1-PRERELEASE

2010-07-01 Thread Garrett Cooper
On Thu, Jul 1, 2010 at 4:54 PM, Pyun YongHyeon wrote: > On Wed, Jun 30, 2010 at 07:00:53PM -0700, Garrett Cooper wrote: >> Hi, >>     Just an observation I made while transferring a file: >> >> # time scp floppy.img somehost: >> Password: >> floppy.img                                    100% 1440K

Re: Poor performance with natd/ipfw and TSO enabled on bce(4) card and 8.1-PRERELEASE

2010-07-01 Thread Pyun YongHyeon
On Wed, Jun 30, 2010 at 07:00:53PM -0700, Garrett Cooper wrote: > Hi, > Just an observation I made while transferring a file: > > # time scp floppy.img somehost: > Password: > floppy.img100% 1440KB 13.7KB/s 01:45 > > real 1m59.400s > user 0m0.031s > sy

Re: can't disable VLAN_MTU and VLAN_HWCSUM

2010-07-01 Thread Pyun YongHyeon
On Wed, Jun 23, 2010 at 02:30:03AM +0400, Michael Monashev wrote: > Hi > > FreeBSD 8.0-RELEASE-p3 > > $ ifconfig > em0: flags=8843 metric 0 mtu 9216 > options=18b > ether 00:15:17:35:1c:76 > media: Ethernet autoselect (1000baseT ) > status: active > em1: flags=8843

Re: Atheros ale problems

2010-07-01 Thread Pyun YongHyeon
On Tue, Jun 22, 2010 at 01:18:58PM +0200, Andrea Venturoli wrote: > Hello. > > I'm having problems with 8.0/amd64 with the following card: > > a...@pci0:1:0:0:class=0x02 card=0x83041043 chip=0x10261969 > rev=0xb0 hdr=0x00 > vendor = 'Attansic (Now owned by Atheros)' > dev

8.1-RC2: bug in ng_ipfw (ng_ipfw doesn't return a packet back to ipfw)

2010-07-01 Thread Alexander Zagrebin
After upgrading from RELENG_8_0 to RELENG_8_1 (8.1-RC2) I have noticed that ng_ipfw doesn't return a packet back to ipfw after `ipfw add ... netgraph ...` due to the bug in the sys/netgraph/ng_ipfw.c The attached patch solves the problem. -- Alexander patch-sys-netgraph-ng_ipfw.c Description: