Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Petri Helenius
popsong old wrote: Ah, my fault. I didn't read your patch carefully and assumed that ip fastforward do flow caching as ip_flow does. However, I think ip flow caching is a good thing and maybe implementing it in ip fastforward is a good idea. Caching flows has mixed results, it works for you if

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread popsong old
--- Andre Oppermann <[EMAIL PROTECTED]> wrote: > > BTW, we'll get even better performance if we keep both > > interfaces' MAC addresses in cache (and call > > ifp->if_start directly). This requires to keep > > ethernet header in mbuf untouched and is only relevant > > in ethernet though. I implemen

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Andre Oppermann
we have to free the allocated route. It was trying to free a null > oppermann> pointer route which obviously doesn't work. :-^ > > oppermann> The updated patch is here: > > oppermann> http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-2003.patch > > opper

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Andre Oppermann
Ken Menzel wrote: > > Hi Andre, >Your patch applies just fine for me now on Oct 10th current > sources. Everything seems to be working fine on dual processor Dell > 2500 with SMP kernel. This is a network backup machine. I don't see > any problems, just as fast as always and seems to be sol

locking issues in em_watchdog

2003-11-11 Thread Brooks Davis
em_watchdog() currently does not lock around the call to em_stop which means that if the lock is not held, it panics. I recently ran into this problem when the ACPI/SMP commits broke one of my machines. The following patch keeps the watchdog timer from being an instant panic on this system. It d

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Hajimu UMEMOTO
ann> pointer route which obviously doesn't work. :-^ oppermann> The updated patch is here: oppermann> http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-2003.patch oppermann> If you could try again please? It panics at another point on boot. panic: page fault panic m

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Andre Oppermann
ork. :-^ The updated patch is here: http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-2003.patch If you could try again please? -- Andre ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Hajimu UMEMOTO
Hi, > On Tue, 11 Nov 2003 18:06:05 +0100 > Andre Oppermann <[EMAIL PROTECTED]> said: oppermann> However there is a problem in netkey/key.c with the static variable oppermann> ipsec_esp_auth which is unused if IPSEC_ESP is not defined. Thanks. I've just committed to define ipsec_esp_auth

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Andre Oppermann
Hajimu UMEMOTO wrote: > > Hi, > > > On Sun, 09 Nov 2003 17:19:07 +0100 > > Andre Oppermann <[EMAIL PROTECTED]> said: > > oppermann> The patch is here (relative to -CURRENT as of 2003-11-09): > oppermann> http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-20031109.patch > > The pat

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Hajimu UMEMOTO
Hi, > On Sun, 09 Nov 2003 17:19:07 +0100 > Andre Oppermann <[EMAIL PROTECTED]> said: oppermann> The patch is here (relative to -CURRENT as of 2003-11-09): oppermann> http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-20031109.patch It panics at boot around invoking rtsol(8): Fata

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Ken Menzel
Hi Andre, Your patch applies just fine for me now on Oct 10th current sources. Everything seems to be working fine on dual processor Dell 2500 with SMP kernel. This is a network backup machine. I don't see any problems, just as fast as always and seems to be solid so far, it has only been run

PPPoE Daemon Problems

2003-11-11 Thread Company 2210
Hi, I have a Windows XP computer connecting to a FreeBSD 4.8 Stable box running PPPoE Daemon. The connection, disconnection works perfectly - however if I yank out the cable of 'live' PPPoE connection (or terminate it via a windows crash) on the Windows XP PC, the tunnel interface fails to be pl

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Hajimu UMEMOTO
Hi, > On Sun, 09 Nov 2003 17:19:07 +0100 > Andre Oppermann <[EMAIL PROTECTED]> said: oppermann> The patch is here (relative to -CURRENT as of 2003-11-09): oppermann> http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-20031109.patch The patch cannot be compiled: cc -c -O -pipe -mar

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Andre Oppermann
popsong old wrote: > > > ip_fastforward > > > - removes ip_flow forwarding code > > - adds full direct process-to-completion IPv4 > forwarding code > > - handles ip fragmentation incl. hw support > (ip_flow did not) > > - supports ipfw and ipfilter (ip_flow did not) > > - supports divert and

Re: Viewing multicast group membership?

2003-11-11 Thread Harti Brandt
On Mon, 10 Nov 2003, Bruce M Simpson wrote: BMS>On Mon, Nov 10, 2003 at 08:49:40PM +0100, Harti Brandt wrote: BMS>> I have a patch that creates a sysctl that returns the per-interface BMS>> multicast address lists that mimics the sysctl that returns the interface BMS>> address lists. If you can wa

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread popsong old
> ip_fastforward > - removes ip_flow forwarding code > - adds full direct process-to-completion IPv4 forwarding code > - handles ip fragmentation incl. hw support (ip_flow did not) > - supports ipfw and ipfilter (ip_flow did not) > - supports divert and ipfw fwd (ip_flow did not) > - drops a

Wifi discovery for FreeBSD/aironet

2003-11-11 Thread paul van den bergen
Hi all, I'm setting up a wifi network testbed atm with both prism II and aironet cards. It'd be real nice if there was a utility similar to bsd-airtools dstumbler for the aironet cards (an0) for FreeBSD... any suggestions? OR is it that the aironet cards do not have XXXYYYZZZ functionali