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
--- 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
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
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
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
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
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]"
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
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
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
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
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
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
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
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
> 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
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
17 matches
Mail list logo