[dpdk-dev] [PATCH] examples/vhost_crypto: fix zero copy
>
> On 2018-10-30 15:48, Fan Zhang wrote:
> > This patch fixes the zero copy enable problem for vhost crypto sample
> > application.
> rte_mempool_free() already does a NULL-check (as per libc free()
> convention), and if
Hi Fan,
Could you please have a look at Mattias comments and reply?
Thanks in advance,
Maxime
On 10/30/18 8:38 PM, Mattias Rönnblom wrote:
On 2018-10-30 15:48, Fan Zhang wrote:
This patch fixes the zero copy enable problem for vhost crypto
sample application.
For some Crypto PMDs such as AES
On 2018-10-30 15:48, Fan Zhang wrote:
This patch fixes the zero copy enable problem for vhost crypto
sample application.
For some Crypto PMDs such as AESNI-MB and AESNI-GCM the data to
be processed will be made a copy in the same buffer but next to the
data. For example, to encrypt 64 bytes data
This patch fixes the zero copy enable problem for vhost crypto
sample application.
For some Crypto PMDs such as AESNI-MB and AESNI-GCM the data to
be processed will be made a copy in the same buffer but next to the
data. For example, to encrypt 64 bytes data the PMD will copy this
data from offset
4 matches
Mail list logo