|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Mon, 10 Jul 2006
Netchannels.
Current code does not use sending optimisations mentioned earlier, so it is expected to be slower. After turning that optimisation on, I'm pleased to announce following numbers for small packets (80 bytes):
Actually it is not 100% correct to call that results correct, since it uses hacks which can lead to broken behaviour for non-bulk transfers or transfers over bad lines. There is another optimisation for netchannels userspace interface - currently each netchannel command requires to hash input values, lock hash table and run through the list of netchannels in the given bucket. All those things can be easily eliminated, if I decide to return file descriptor for each netchannel, so that optimisation should endup in some CPU usage decrease. /devel/networking :: Link / Comments ()
Acrypto.
With this release I drop support for old style tarballs and 2.6.15 combined patchsets. Currently supported kernel versions are 2.6.16 and 2.6.17. IXP4xx benchmark with OCF to acrypto bridge:
/devel/acrypto :: Link / Comments () |