DragonFly kernel List (threaded) for 2005-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: FreeBSD TCP/IP Cleanup and Optimizations
:
:Simon 'corecode' Schubert wrote:
:> and we need to lock down pfil or start parallelizing them (probably only
:> pf, with newest version imported)
:Route cache too? (Remembering where packet came in so replies can go back via same path)
:Multiple gateways?
:
:Toma¾
Jeff has a patch set to replicate/parallelize the route table, so I
expect that part of it is not going to be difficult. I think the only
outstanding issue with it was to reorder the routing operations to
chain messages through the cpus deterministically rather then sending
parallel messages (to update the route tables).
pfil is a bit harder, but that can just be wrapped in the BGL temporarily
and then dealt with last.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]