Re: [PATCH] pktgen: Convert thread lock to mutexes.

2006-03-01 Thread Luiz Fernando Capitulino
On Wed, 01 Mar 2006 16:05:55 -0800 (PST) "David S. Miller" <[EMAIL PROTECTED]> wrote: > From: "Arnaldo Carvalho de Melo" <[EMAIL PROTECTED]> > Date: Wed, 1 Mar 2006 11:22:25 -0300 > > > On 3/1/06, Luiz Fernando Capitulino <[EMAIL PROTECTED]> wrote: > > > > > > Hi! > > > > > > pktgen's thread se

Re: [PATCH] pktgen: Convert thread lock to mutexes.

2006-03-01 Thread David S. Miller
From: "Arnaldo Carvalho de Melo" <[EMAIL PROTECTED]> Date: Wed, 1 Mar 2006 11:22:25 -0300 > On 3/1/06, Luiz Fernando Capitulino <[EMAIL PROTECTED]> wrote: > > > > Hi! > > > > pktgen's thread semaphores are strict mutexes, convert them to the mutex > > implementation. > > > > Signed-off-by: Luiz

Re: [PATCH] pktgen: Convert thread lock to mutexes.

2006-03-01 Thread Arnaldo Carvalho de Melo
On 3/1/06, Luiz Fernando Capitulino <[EMAIL PROTECTED]> wrote: > > Hi! > > pktgen's thread semaphores are strict mutexes, convert them to the mutex > implementation. > > Signed-off-by: Luiz Capitulino <[EMAIL PROTECTED]> While you're at it I suggest removing the thread_[un]lock wrappers and use