Hi Phil,
On Sat, Aug 06, 2016 at 12:24:28PM +0200, Phil Sutter wrote:
> > > > What is your take on supporting old kernel versions: Should I #ifdef for
> > > > < 4.3 or can I just drop ablkcipher like I've done now?
> > > Yes, sadly we have to support older kernels as well (see existing compat
> >
On Sat, Aug 06, 2016 at 01:22:01AM +0200, Michael Weiser wrote:
> Hi Phil,
>
> On Fri, Aug 05, 2016 at 10:09:08PM +0200, Phil Sutter wrote:
>
> > > I've done some groundwork, mostly research through a well known search
> > > engine and in the kernel code. What I've found is now at
> > > https://g
Hi Phil,
On Fri, Aug 05, 2016 at 10:09:08PM +0200, Phil Sutter wrote:
> > I've done some groundwork, mostly research through a well known search
> > engine and in the kernel code. What I've found is now at
> > https://github.com/michaelweiser/cryptodev-linux/commit/30e66ed072d34ad0ca93f7457a97725
Hi Michael,
On Fri, Aug 05, 2016 at 07:23:38PM +0200, Michael Weiser wrote:
> On Fri, Aug 05, 2016 at 01:13:44PM +0200, Michael Weiser wrote:
>
> > > If you care to provide a patch, I'd happily test/review it.
>
> > I'll give it a whirl and report back.
>
> I've done some groundwork, mostly res
Hi Phil,
On Fri, Aug 05, 2016 at 01:13:44PM +0200, Michael Weiser wrote:
> > If you care to provide a patch, I'd happily test/review it.
> I'll give it a whirl and report back.
I've done some groundwork, mostly research through a well known search
engine and in the kernel code. What I've found