Re: [PATCH 0/9] crypto: caam - Add RTA descriptor creation library

2014-07-21 Thread Kim Phillips
On Mon, 21 Jul 2014 10:47:49 +0300 Horia Geantă wrote: > On 7/19/2014 4:23 AM, Kim Phillips wrote: > > On Sat, 19 Jul 2014 02:51:30 +0300 > > Horia Geantă wrote: > > > >> On 7/19/2014 1:13 AM, Kim Phillips wrote: > >>> On Fri, 18 Jul 2014 19:37:17 +0300 > >>> Horia Geanta wrote: > >>> > Th

Re: [PATCH 0/9] crypto: caam - Add RTA descriptor creation library

2014-07-21 Thread Horia Geantă
On 7/19/2014 4:23 AM, Kim Phillips wrote: On Sat, 19 Jul 2014 02:51:30 +0300 Horia Geantă wrote: On 7/19/2014 1:13 AM, Kim Phillips wrote: On Fri, 18 Jul 2014 19:37:17 +0300 Horia Geanta wrote: This patch set adds Run Time Assembler (RTA) SEC descriptor library. The main reason of replaci

Re: [PATCH 0/9] crypto: caam - Add RTA descriptor creation library

2014-07-18 Thread Kim Phillips
On Sat, 19 Jul 2014 02:51:30 +0300 Horia Geantă wrote: > On 7/19/2014 1:13 AM, Kim Phillips wrote: > > On Fri, 18 Jul 2014 19:37:17 +0300 > > Horia Geanta wrote: > > > >> This patch set adds Run Time Assembler (RTA) SEC descriptor library. > >> > >> The main reason of replacing incumbent "inline

Re: [PATCH 0/9] crypto: caam - Add RTA descriptor creation library

2014-07-18 Thread Horia Geantă
On 7/19/2014 1:13 AM, Kim Phillips wrote: On Fri, 18 Jul 2014 19:37:17 +0300 Horia Geanta wrote: This patch set adds Run Time Assembler (RTA) SEC descriptor library. The main reason of replacing incumbent "inline append" is to have a single code base both for user space and kernel space. th

Re: [PATCH 0/9] crypto: caam - Add RTA descriptor creation library

2014-07-18 Thread Kim Phillips
On Fri, 18 Jul 2014 19:37:17 +0300 Horia Geanta wrote: > This patch set adds Run Time Assembler (RTA) SEC descriptor library. > > The main reason of replacing incumbent "inline append" is > to have a single code base both for user space and kernel space. that's orthogonal to what this patchseri

[PATCH 0/9] crypto: caam - Add RTA descriptor creation library

2014-07-18 Thread Horia Geanta
This patch set adds Run Time Assembler (RTA) SEC descriptor library. The main reason of replacing incumbent "inline append" is to have a single code base both for user space and kernel space. Patches are based on latest cryptodev, but with the following on top: [PATCH 00/10] CAAM - DMA API fixes