Re: ocf-linux-200506300 - Asynchronous Crypto support for linux

2005-07-15 Thread David McCullough
Jivin David Vrabel lays it down ... > David McCullough wrote: > > Jivin David Vrabel lays it down ... > > > >>The attached patch also fixes up a few other bits and pieces. > > > > At least some of the changes you have made to error returns are incorrect, > > BSD uses positive errno returns, and

Re: ocf-linux-200506300 - Asynchronous Crypto support for linux

2005-07-15 Thread David Vrabel
David McCullough wrote: > Jivin David Vrabel lays it down ... > >>The attached patch also fixes up a few other bits and pieces. > > At least some of the changes you have made to error returns are incorrect, > BSD uses positive errno returns, and since these drivers run under the > crypto framewo

Re: ocf-linux-200506300 - Asynchronous Crypto support for linux

2005-07-14 Thread David McCullough
Jivin David Vrabel lays it down ... > David McCullough wrote: > > > > * Lots of fixes for IXP driver > >- builds for 1.4 and 2.0 access libs > >- task queues to handle possible blocking calls > > You need to use work queues for 2.6. I think recent 2.4 kernels have a > linux/workqueue.h

Re: ocf-linux-200506300 - Asynchronous Crypto support for linux

2005-07-11 Thread David Vrabel
David McCullough wrote: > > * Lots of fixes for IXP driver >- builds for 1.4 and 2.0 access libs >- task queues to handle possible blocking calls You need to use work queues for 2.6. I think recent 2.4 kernels have a linux/workqueue.h compatibility header. The attached patch also fixes