On 05/09/2016, 09:40, "Alexander Graf" wrote:
>On 09/04/2016 05:47 PM, Ola Liljedahl wrote:
>>
>> On 02/09/2016, 16:05, "Alexander Graf" wrote:
>>
> There is a big problem that the control handle logic is
>synchronization,
> but the data queue
> handling logic is asynchronizati
>
>
> On 09/03/2016 05:18 AM, Gonglei (Arei) wrote:
> > Hi,
> >
> >> -Original Message-
> >> From: Alexander Graf [mailto:ag...@suse.de]
> >> Sent: Friday, September 02, 2016 10:05 PM
> >> Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
> specification
> >>
> >>
> >>
>
On 09/04/2016 05:47 PM, Ola Liljedahl wrote:
>
> On 02/09/2016, 16:05, "Alexander Graf" wrote:
>
There is a big problem that the control handle logic is synchronization,
but the data queue
handling logic is asynchronization. We can't combine them into one
queue.
It will de
On 09/03/2016 05:18 AM, Gonglei (Arei) wrote:
Hi,
-Original Message-
From: Alexander Graf [mailto:ag...@suse.de]
Sent: Friday, September 02, 2016 10:05 PM
Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
specification
On 02.09.16 14:16, Ola Liljedahl wrote:
On 0
On 02/09/2016, 16:05, "Alexander Graf" wrote:
>>>There is a big problem that the control handle logic is synchronization,
>>>but the data queue
>>>handling logic is asynchronization. We can't combine them into one
>>>queue.
>>>It will decrease the performance because you need indentify each pac
Hi Stefan,
> -Original Message-
> From: Stefan Hajnoczi [mailto:stefa...@redhat.com]
> Sent: Friday, September 02, 2016 8:07 PM
> Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
> specification
>
> On Tue, Aug 30, 2016 at 08:12:15PM +0800, Gonglei wrote:
>
> Hi,
> I
Hi,
> -Original Message-
> From: Alexander Graf [mailto:ag...@suse.de]
> Sent: Friday, September 02, 2016 10:05 PM
> Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
> specification
>
>
>
> On 02.09.16 14:16, Ola Liljedahl wrote:
> >
> >
> > On 02/09/2016, 12:26, "Go
Hi,
> -Original Message-
> From: Ma, Liang J [mailto:liang.j...@intel.com]
> Sent: Friday, September 02, 2016 9:47 PM
> Subject: RE: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
> specification
>
> Hi Lei,
> For wireless algorithm
> +#define VIRTIO_CRYPTO_MAC_CMAC_KA
Hi Alex,
> -Original Message-
> From: Alexander Graf [mailto:ag...@suse.de]
> Sent: Friday, September 02, 2016 9:53 PM
> Euler)
> Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
> specification
>
>
>
> On 02.09.16 12:26, Gonglei (Arei) wrote:
> >
> >> -Original
Hi Lei,
For wireless algorithm
+#define VIRTIO_CRYPTO_MAC_CMAC_KASUMI_F9 27
+#define VIRTIO_CRYPTO_MAC_CMAC_SNOW3G_UIA228
I suggest rename as
+#define VIRTIO_CRYPTO_MAC_KASUMI_F9 27
+#define VIRTIO_CRYPTO_MAC_SNOW3G_UIA228
On 02.09.16 14:16, Ola Liljedahl wrote:
>
>
> On 02/09/2016, 12:26, "Gonglei (Arei)" wrote:
>
>>
>>> -Original Message-
>>> From: Alexander Graf [mailto:ag...@suse.de]
>>> Sent: Friday, September 02, 2016 4:07 PM
>>> Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
On 02.09.16 12:26, Gonglei (Arei) wrote:
>
>> -Original Message-
>> From: Alexander Graf [mailto:ag...@suse.de]
>> Sent: Friday, September 02, 2016 4:07 PM
>> Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
>> specification
>>
>>
>>
>> On 02.09.16 05:08, Gonglei (Are
On Tue, Aug 30, 2016 at 08:12:15PM +0800, Gonglei wrote:
Hi,
I have read through part of the spec and suggest mostly grammar fixes
below.
> The virtio crypto device is a virtual crypto device (ie. hardware
> crypto accelerator card). The virtio crypto device can provide
> five crypto services: CI
On 02/09/2016, 12:26, "Gonglei (Arei)" wrote:
>
>> -Original Message-
>> From: Alexander Graf [mailto:ag...@suse.de]
>> Sent: Friday, September 02, 2016 4:07 PM
>> Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
>>specification
>>
>>
>>
>> On 02.09.16 05:08, Gonglei
> -Original Message-
> From: Alexander Graf [mailto:ag...@suse.de]
> Sent: Friday, September 02, 2016 4:07 PM
> Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
> specification
>
>
>
> On 02.09.16 05:08, Gonglei (Arei) wrote:
> > Hi Alex,
> >
> >
> >> -Original M
On 02.09.16 05:08, Gonglei (Arei) wrote:
> Hi Alex,
>
>
>> -Original Message-
>> From: Alexander Graf [mailto:ag...@suse.de]
>> Sent: Thursday, September 01, 2016 9:37 PM
>> Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
>> specification
>>
>> On 08/30/2016 02:12 P
Hi Alex,
> -Original Message-
> From: Alexander Graf [mailto:ag...@suse.de]
> Sent: Thursday, September 01, 2016 9:37 PM
> Subject: Re: [PATCH v8 1/2] virtio-crypto: Add virtio crypto device
> specification
>
> On 08/30/2016 02:12 PM, Gonglei wrote:
> > The virtio crypto device is a vir
On 08/30/2016 02:12 PM, Gonglei wrote:
The virtio crypto device is a virtual crypto device (ie. hardware
crypto accelerator card). The virtio crypto device can provide
five crypto services: CIPHER, MAC, HASH, AEAD, KDF, ASYM, PRIMITIVE.
In this patch, CIPHER, MAC, HASH, AEAD services are introdu
The virtio crypto device is a virtual crypto device (ie. hardware
crypto accelerator card). The virtio crypto device can provide
five crypto services: CIPHER, MAC, HASH, AEAD, KDF, ASYM, PRIMITIVE.
In this patch, CIPHER, MAC, HASH, AEAD services are introduced.
Signed-off-by: Gonglei
CC: Michael
19 matches
Mail list logo