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 compatibility header.

Thanks,  I'll get that in and actually test it on both kernels before the
next release :-)

> 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 framework,  they need to return positive errno's.  I double check
them when I merge the patch in.  You can check in crypto.c to see how the
return values are used.

Has this version helped with your previous issues ?

Thanks,
Davidm

-- 
David McCullough, [EMAIL PROTECTED]  Ph:+61 7 34352815 http://www.SnapGear.com
Custom Embedded Solutions + Security   Fx:+61 7 38913630 http://www.uCdot.org
-
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to