> > > >Each CPU has its own data structure here. This means no >other CPU will touch this queue (they have their own) >so there is nobody we could ever race against. > We would still require locking or interrupt disabling if this data is used from an interrupt context (due to re-enterency issues), wouldn't we Rik? Regards, Balbir > > >regards, > >Rik >