Zbr's days.

About :: TODO :: Blog :: RSS :: Old blog :: Projects :: GIT :: Gallery :: Notes

Tue, 08 Aug 2006

Network tree allocator.


I've moved it into the kernel and made all network traffic to be allocated using it. It is not tuned for SMP performance yet (it requires some per-cpu-alike magic), NTA does not support cache grow when there is requirement for that and context allows and there are no interfaces for the zero-copy networking yet, but the most complex part has been implemented already, although there are some bugs there yet.

After I complete SMP tuning I will run some performance tests and start sending and receiving zero-copy network stack implementation.

/devel/networking/nta :: Link / Comments ()