a question about flowtable

2012-01-27 Thread Weongyo Jeong
le is only applied when ro == NULL at ip_output(). Is it intentional one? Regards, Weongyo Jeong ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

[CFT] Early Retransmit for TCP (rfc5827) patch

2011-05-06 Thread Weongyo Jeong
Hello all, I'd like to send another patch to support RFC5827 in TCP stack which could be found at: http://people.freebsd.org/~weongyo/patch_20110506_rfc5827.diff This patch supports all Early Retransmit logics (Byte-Based Early Retransmit and Segment-Based Early Retransmit)

[CFT] Forward RTO recovery algorithm (rfc5682) patch

2011-04-29 Thread Weongyo Jeong
reebsd.org/~weongyo/rfc5682/ The above links include some graphs before and after applying RFC5682 patch and a patch I prepared. If no objections I'd like to commit it into HEAD and still welcomes your opinions and reviews. If you have any concerns and questions please let me know. regards

[CFR] Forward RTO recovery algorithm (rfc5682) patch

2011-02-05 Thread Weongyo Jeong
http://people.freebsd.org/~weongyo/patch_tcpfrto_20110205.diff regards, Weongyo Jeong Index: netinet/tcp_input.c === --- netinet/tcp_input.c (revision 218148) +++ netinet/tcp_input.c (working copy) @@ -161,6 +161,11 @@ &VNET

Re: CFT/CFR, possible fix for ifconfig scan hang

2011-01-18 Thread Weongyo Jeong
;s what I've got too. > > Really 81 seconds. Too late to response that I came back from vacation and today I reached this email on my mailbox queue. It seems I also need to test but taking long time to initialize the device is true. I also couldn't understand why the realtek vend

Re: kern/153454: [patch] [wlan] [urtw] Support ad-hoc and hostap modes in if_urtw(4)

2011-01-18 Thread Weongyo Jeong
The following reply was made to PR kern/153454; it has been noted by GNATS. From: Weongyo Jeong To: Eugene Grosbein Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: kern/153454: [patch] [wlan] [urtw] Support ad-hoc and hostap modes in if_urtw(4) Date: Tue, 18 Jan 2011 11:16:30 -0800 On Mon

Re: kern/144505: [bwn] [patch] Error in macro CALC_COEFF2.

2010-07-22 Thread weongyo
Synopsis: [bwn] [patch] Error in macro CALC_COEFF2. Responsible-Changed-From-To: freebsd-net->weongyo Responsible-Changed-By: weongyo Responsible-Changed-When: Thu Jul 22 20:02:51 UTC 2010 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=144

Re: kern/144724: [bwn] if_bwn does not pass traffic when in PIO mode

2010-07-10 Thread weongyo
Synopsis: [bwn] if_bwn does not pass traffic when in PIO mode State-Changed-From-To: open->feedback State-Changed-By: weongyo State-Changed-When: Sat Jul 10 21:59:44 UTC 2010 State-Changed-Why: Today a patch for LP PHY is committed into the tree. I think the issue was same with your dev

Re: net80211 ratectl proof of concept

2010-04-06 Thread Weongyo Jeong
> > impending argument. > > I've ported all the drivers but I can't test them all. You can read > the patch at the same URL. > > I would like to commit this soon, though. It looks it's what I really want to see. Please go forward. regards, Weongyo Jeong ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: uath under FreeBSD 8.0-STABLE

2010-01-18 Thread Weongyo Jeong
Please let me know if you still have problems. Thanks. regards, Weongyo Jeong ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: uath under FreeBSD 8.0-STABLE

2010-01-14 Thread Weongyo Jeong
On Thu, Jan 14, 2010 at 01:30:47PM -0500, Kim Culhan wrote: > > On Thursday 24 December 2009 05:09:42 pm Weongyo Jeong wrote: > > Yesterday I ordered `Netgear Wireless USB Adapter WG111T' which probably > > is same one with you so I could reproduce your problem and debug

Re: uath under FreeBSD 8.0-STABLE

2010-01-07 Thread Weongyo Jeong
On Thu, Jan 07, 2010 at 11:33:21AM -0500, Steven Friedrich wrote: > On Wednesday 06 January 2010 10:34:43 pm Weongyo Jeong wrote: > > On Wed, Jan 06, 2010 at 12:44:46PM -0500, Steven Friedrich wrote: > > > On Monday 04 January 2010 05:31:18 pm Weongyo Jeong wrote: > > >

Re: uath under FreeBSD 8.0-STABLE

2010-01-06 Thread Weongyo Jeong
On Wed, Jan 06, 2010 at 12:44:46PM -0500, Steven Friedrich wrote: > On Monday 04 January 2010 05:31:18 pm Weongyo Jeong wrote: > > On Mon, Jan 04, 2010 at 03:57:56PM -0500, Steven Friedrich wrote: > > > On Monday 04 January 2010 03:34:41 pm Weongyo Jeong wrote: > > > &

Re: uath under FreeBSD 8.0-STABLE

2010-01-06 Thread Weongyo Jeong
On Wed, Jan 06, 2010 at 12:44:46PM -0500, Steven Friedrich wrote: > On Monday 04 January 2010 05:31:18 pm Weongyo Jeong wrote: > > On Mon, Jan 04, 2010 at 03:57:56PM -0500, Steven Friedrich wrote: > > > On Monday 04 January 2010 03:34:41 pm Weongyo Jeong wrote: > > > &

Re: uath under FreeBSD 8.0-STABLE

2010-01-04 Thread Weongyo Jeong
On Sat, Dec 26, 2009 at 09:42:48AM -0500, Steven Friedrich wrote: > On Friday 25 December 2009 11:42:43 pm Weongyo Jeong wrote: > > On Fri, Dec 25, 2009 at 11:44:12AM -0800, Sam Leffler wrote: > > > Steven Friedrich wrote: > > > >On Thursday 24 December 2009 0

Re: uath under FreeBSD 8.0-STABLE

2010-01-04 Thread Weongyo Jeong
On Sat, Dec 26, 2009 at 09:42:48AM -0500, Steven Friedrich wrote: > On Friday 25 December 2009 11:42:43 pm Weongyo Jeong wrote: > > On Fri, Dec 25, 2009 at 11:44:12AM -0800, Sam Leffler wrote: > > > Steven Friedrich wrote: > > > >On Thursday 24 December 2009 0

Re: uath under FreeBSD 8.0-STABLE

2009-12-25 Thread Weongyo Jeong
On Fri, Dec 25, 2009 at 11:44:12AM -0800, Sam Leffler wrote: > Steven Friedrich wrote: > >On Thursday 24 December 2009 05:09:42 pm Weongyo Jeong wrote: > >>OK. It looks weird idProduct didn't be decreased 1 after loading the > >>firmware. > >> > >&g

Re: uath under FreeBSD 8.0-STABLE

2009-12-24 Thread Weongyo Jeong
On Tue, Dec 22, 2009 at 05:54:25PM -0500, Steven Friedrich wrote: > On Tuesday 22 December 2009 02:31:04 pm Weongyo Jeong wrote: > > On Tue, Dec 15, 2009 at 04:03:31PM -0500, Steven Friedrich wrote: > > > Ok, I am able to load firmware with: > > > uathload -d /dev/ugen4.

Re: uath under FreeBSD 8.0-STABLE

2009-12-22 Thread Weongyo Jeong
ut and the output of # usbconfig dump_device_desc ? regards, Weongyo Jeong ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: misc/140346: High bandwidth use causes loss of wlan connection

2009-11-08 Thread Weongyo Jeong
The following reply was made to PR misc/140346; it has been noted by GNATS. From: Weongyo Jeong To: Daniel Casner Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: misc/140346: High bandwidth use causes loss of wlan connection Date: Sun, 8 Nov 2009 02:46:04 -0800 On Fri, Nov 06, 2009 at 07:56

Re: LINKSYS WUSB600N, 802.11a/b/g

2009-11-07 Thread Weongyo Jeong
On Wed, Oct 28, 2009 at 10:09:59AM +0100, Ivor Prebeg wrote: > Does anyone know if this usb wifi adapter [LINKSYS WUSB600N, > 802.11a/b/g] works with -CURRENT or 8.0-RC? Maybe no but yes on STABLE_7. I asked Tango who is driver writer about porting run(4) to CURRENT. regards, Weongyo

Re: zyd & TEW-424UB

2009-10-02 Thread Weongyo Jeong
On Wed, Sep 30, 2009 at 10:38:13PM +0200, Albert Shih wrote: > Le 28/09/2009 ? 12:51:10-0700, Weongyo Jeong a ?crit > > On Sun, Sep 27, 2009 at 10:20:00AM +0200, Albert Shih wrote: > > > Le 27/09/2009 00:31, Weongyo Jeong a ?crit : > > > >>> > > > >

Re: zyd & TEW-424UB

2009-10-02 Thread Weongyo Jeong
apter don't work ? or better some > solution ? FWIW, according to OpenBSD's recent commit message, TRENDnet TEW-424UB has multiple revisions and different chipsets as follows: rev A ZD1211 V2 SiS163U V2.1R SiS163U V3.xR RTL8187B regards, Weon

Re: zyd & TEW-424UB

2009-09-28 Thread Weongyo Jeong
On Sun, Sep 27, 2009 at 10:20:00AM +0200, Albert Shih wrote: > Le 27/09/2009 00:31, Weongyo Jeong a ?crit : > >>> > >>> Controller /dev/usb6: > >>> addr 1: high speed, self powered, config 1, EHCI root hub(0x), > >>> Intel(0x), rev 1.00 &

Re: zyd & TEW-424UB

2009-09-26 Thread Weongyo Jeong
On Sat, Sep 26, 2009 at 06:18:57PM +0100, Rui Paulo wrote: > > On 25 Sep 2009, at 20:51, Albert Shih wrote: > > >Le 24/09/2009 ? 11:09:14-0700, Weongyo Jeong a ?crit > >>On Wed, Sep 23, 2009 at 12:17:50PM +0200, Albert Shih wrote: > >>>Hi all > >>&

Re: zyd & TEW-424UB

2009-09-24 Thread Weongyo Jeong
apter don't work ? or better some > solution ? Could you please show me the output of `usbdevs -v'? regards, Weongyo Jeong ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: kern/138292: [zyd] [usb8] "zyd0: device timeout" with ZyXEL G-202

2009-09-08 Thread weongyo
Synopsis: [zyd] [usb8] "zyd0: device timeout" with ZyXEL G-202 Responsible-Changed-From-To: freebsd-net->weongyo Responsible-Changed-By: weongyo Responsible-Changed-When: Tue Sep 8 20:39:37 UTC 2009 Responsible-Changed-Why: grap. http://www.freebsd.org/cgi/query-pr.

Re: 8. Current and Intel 5100 AGN wifi

2009-08-14 Thread Weongyo Jeong
rd. AFAIK no one working on it. regards, Weongyo Jeong ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: ndis and USB wirelless ethernet

2009-07-08 Thread Weongyo Jeong
On Tue, Jul 07, 2009 at 12:51:16PM +0300, Nikos Vassiliadis wrote: > Weongyo Jeong wrote: > >I'm happy to see your device is successfully associated with AP. > >However it seems it's a bad news that you sometimes meet crashes. Does > >a random crash mean a OS han

Re: ndis and USB wirelless ethernet

2009-07-05 Thread Weongyo Jeong
On Fri, Jul 03, 2009 at 06:49:07PM +0300, Nikos Vassiliadis wrote: > Hello Weongyo & net, > > I did some tests with an AP. The bad news is that I am > getting random crashes. At least I cannot relate them > to something... It just stops responding, I cannot break > to the

Re: ndis and USB wirelless ethernet

2009-06-28 Thread Weongyo Jeong
On Sat, Jun 27, 2009 at 04:13:29PM +0300, Nikos Vassiliadis wrote: > Weongyo Jeong wrote: > >Could you show me the *full* result after enabling `sysctl debug.ndis=1'? > >Maybe steps would be as follows: > > > > # kldload ndis if_ndis NDIS_module > > #

Re: ndis and USB wirelless ethernet

2009-06-25 Thread Weongyo Jeong
On Thu, Jun 25, 2009 at 03:16:10PM +0300, Nikos Vassiliadis wrote: > Weongyo Jeong wrote: > >Could you please test with attached patch and show me the result? > > The repeating warning message went away and the ndis0 interface > appeared. Now, when I try to 'up'

Re: ndis and USB wirelless ethernet

2009-06-25 Thread Weongyo Jeong
--- > ndis0: warning: not enough write buffer space (1). > ndis0: warning: not enough write buffer space (1). > ndis0: warning: not enough write buffer space (1). > ndis0: warning: not enough write buffer space (1). > ndis0: warning: not enough write buffer space (1). > >

Re: Wireless, Realtek RTL8185L-based PCI adapter.

2009-06-21 Thread Weongyo Jeong
> or maybe I should try to write a driver myself? As far as I know, there's no one to work on it. regards, Weongyo Jeong ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: NDIS - True OR False

2009-03-24 Thread Weongyo Jeong
with 32-bit drivers and wont work on amd64. > > False, unless someone has broken it recently. Project Evil has worked > on 64-bit systems (and *requires* 64-bit drivers on such systems) > since I bought my current laptop ~three years ago. Yes it should work on amd64. If not it's a

Re: kern/130189: [ndis] [patch] if_ndis typo 802.11 mode test

2009-01-08 Thread weongyo
Synopsis: [ndis] [patch] if_ndis typo 802.11 mode test Responsible-Changed-From-To: freebsd-net->weongyo Responsible-Changed-By: weongyo Responsible-Changed-When: Fri Jan 9 01:19:18 UTC 2009 Responsible-Changed-Why: Grab it. http://www.freebsd.org/cgi/query-pr.cgi?pr=130

Re: kern/129580: [ndis] Netgear WG311v3 (ndis) causes kenel trap at boot.

2008-12-11 Thread Weongyo Jeong
lated with ndis(4); AFAIK Netgear WG311v3 uses Marvell 88W8335 which is supported by malo(4) shipped with RELENG 7.1. regards, Weongyo Jeong ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: driver support for Belkin F5D7050 v 5xxx ?

2008-11-16 Thread Weongyo Jeong
On Sun, Nov 16, 2008 at 12:35:23PM +0100, Paul B. Mahol wrote: > On 11/16/08, Kayven Riese <[EMAIL PROTECTED]> wrote: > > I just purchased a wireless connection device that connects to my ASUS > > M6800N laptop dual > > booting Vista and > > > > KV_BSD# uname -a > > FreeBSD KV_BSD 7.0-RELEASE FreeB

Re: kern/127644: [ndis] [panic] NDIS panic

2008-09-28 Thread weongyo
Synopsis: [ndis] [panic] NDIS panic Responsible-Changed-From-To: freebsd-net->weongyo Responsible-Changed-By: weongyo Responsible-Changed-When: Sun Sep 28 09:47:01 UTC 2008 Responsible-Changed-Why: grab it. http://www.freebsd.org/cgi/query-pr.cgi?pr=127

Re: kern/121608: zyd(4) monitor mode returns mangled data

2008-03-11 Thread weongyo
Synopsis: zyd(4) monitor mode returns mangled data Responsible-Changed-From-To: freebsd-net->weongyo Responsible-Changed-By: weongyo Responsible-Changed-When: Wed Mar 12 04:02:50 UTC 2008 Responsible-Changed-Why: Grab this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=121

Re: if_ral regression

2008-01-03 Thread Weongyo Jeong
On Wed, Jan 02, 2008 at 09:28:30PM +0800, Sepherosa Ziehau wrote: > On Jan 2, 2008 10:38 AM, Weongyo Jeong <[EMAIL PROTECTED]> wrote: > > > > > Even with these in place in dfly, I still have strange TX performance > > > regression in sta mode (drop fro

Re: if_ral regression

2008-01-01 Thread Weongyo Jeong
/* * Cancel any background scan. */ if (ic->ic_flags & IEEE80211_F_SCAN) ieee80211_cancel_scan(ic); and (optionally) if (m->m_flags &