Re: kern/156493: [msk] Marvell Yukon 2 device works only few seconds

2011-05-13 Thread David Xu
The following reply was made to PR kern/156493; it has been noted by GNATS. From: David Xu To: bug-follo...@freebsd.org, cy6erg...@gmail.com Cc: Subject: Re: kern/156493: [msk] Marvell Yukon 2 device works only few seconds Date: Fri, 13 May 2011 16:08:57 +0800 On CURRENT, I have same problem

ppp begin core dump

2002-06-30 Thread David Xu
in NgRecvData () #10 0x0804d1a5 in NgRecvData () #11 0x0806d7e7 in NgRecvData () #12 0x0806d700 in NgRecvData () #13 0x0804b5c9 in NgRecvData () (gdb) quit -David Xu __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworld

Re: HEADS-UP: net polling code now in STABLE.

2001-12-04 Thread David Xu
could you patch rl driver, we have 100 RealTek 8139 cards here. Regards, -- David Xu Luigi Rizzo wrote: >[Bcc to -stable because of relevance there] > >With the approval of the release engineer, a revised version of >the network polling code is now in STABLE. It would be great i

Re: Problem with Code Red II and HTTP Accept Filtering

2001-08-07 Thread David Xu
ch benifit. -- David Xu - Original Message - From: "Christopher Ellwood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 12:42 PM Subject: Problem with Code Red II and HTTP Accept Filtering > The Code Red II worm seems to have a negativ

Re: possible duplicated free in kernel

2001-08-07 Thread David Xu
Why don't you report it via PR? I suspect most patches will be lost in this mailling list. -- David Xu - Original Message - From: )> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 8:44 PM Subject: possible duplicated free in kernel > (Probably I

Re[2]: IPFilter new license

2001-05-28 Thread David Xu
from FreeBSD's source base? >> PS.: hope I've missed something. AL> Hmm, Darren Reed also maintains ipfilter in the FreeBSD tree, so I AL> think I know what he's doing, if he imports a new version. AL> Alex Hmm, It seems FreeBSD allow a non-compatible license mixed in

Re[2]: Linux Vs. FreeBSD Networking Performance

2001-03-22 Thread David Xu
, it's unfair, useless and waste time. please stop doing such a stupid thing! -- David Xu To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Linux Vs. FreeBSD Networking Performance

2001-03-22 Thread David Xu
fixed max TCP window set in SYSCTL. they have SACK and FACK, it is better in high speed line than FreeBSD, it is also multi-threaded, better on SMP, someone despise Linux should wakeup now, Linux is not so bad. -- David Xu To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re[2]: cvs commit: src/sys/netinet tcp_timer.c

2001-03-12 Thread David Xu
Hello Julian, Tuesday, March 13, 2001, 12:18:49 AM, you wrote: JE> Jonathan Lemon wrote: >> >> On Mon, Mar 12, 2001 at 02:12:56PM +0800, David Xu wrote: >> > Hello Jonathan, >> > >> > Friday, March 02, 2001, 6:11:14 AM, you wrote: >> > >&g

Re: sendfile()

2001-02-01 Thread David Xu
->t_flags |= opt; else { tp->t_flags &= ~opt; if (opt == TF_NOPUSH) error = tcp_output(tp); } -- Regards, David Xu - Original Message - From: "Tony Finch" <[EMAIL PROTECTED]> To: "David Xu" <[EMAIL P

Re: sendfile()

2001-02-01 Thread David Xu
USH is mainly used for TTCP, right? the idea behind TCP_CORK is it buffers any small data segment user program sending until these segments full fills a max TCP packet, then the packet is sent, web servers always send many very small HTTP headers, cause lots of small packets sent out, TCP_CORK