Joseph,
I would recommend that you start with PMCStat and figure where the
bottleneck is,
Given that you have a two threads and your CPU is at 100%,
my a apriori guess would be a contention for a spinlock,
so I might also try to use LOCK_PROFILING to handle on this.
Regards
Ray Kinsella
On Fri
Hi all,
I have been hitting some barrier with FreeBSD 7.1 network performance. I
have written an application which contains two kernel threads that takes
mbufs directly from a network interface and forwards to another network
interface. This idea is to simulate different network environment.
I