Subject: Re: interprocessor communication
To: None <jerry@evasefor.com>
From: Gilbert Fernandes <gilbert.fernandes@spamcop.net>
List: tech-kern
Date: 09/24/2005 02:47:14
> after I'm done processing a packet on CPU1 how can I address it
> to CPU2?

Create two threads. First should only run on CPU1 and second
on CPU2. When work is given from one thread to another, you
will get your CPU1 then CPU2 work.

The problem now is : does NetBSD allow to lock one thread
and/or process to a specific CPU ?

--
unzip ; strip ; touch ; grep ; finger ; mount ; fsck ; more ; yes ;
fsck ; umount ; sleep