Date: Tue, 17 Feb 2004 10:23:12 +0000 From: Bin Ren <br260@cam.ac.uk> To: Hackers FreeBSD <hackers@freebsd.org> Subject: pin a subsystem to a CPU Message-ID: <4A1C3989-6133-11D8-91F3-000A9576014E@cam.ac.uk>
next in thread | raw e-mail | index | archive | help
Hi, I'm thinking about whether it's possible and how to pin a subsystem of kernel, from a particular driver (such as software RAID) to TCP network stack, to a particular CPU. In other words, I have dual processors and how can I make one of the CPU JUST runs TCP stack so as to increase network throughput? Shall I turn the piece of codes into a kernel thread? Then how hard is it? Thanks a lot! -- Bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A1C3989-6133-11D8-91F3-000A9576014E>