Re: [dpdk-dev] [PATCH v2] crypto/aesni_gcm: support in-place chained mbufs

2019-11-05 Thread Akhil Goyal
> IPSec Multi buffer library supports encryption on multiple segments. > When dealing with chained buffers (multiple segments), as long as > the operation is in-place, the destination buffer does not have to > be contiguous (unlike in the case of out-of-place operation). > Therefore, the limitati

[dpdk-dev] [PATCH v2] crypto/aesni_gcm: support in-place chained mbufs

2019-11-01 Thread Pablo de Lara
IPSec Multi buffer library supports encryption on multiple segments. When dealing with chained buffers (multiple segments), as long as the operation is in-place, the destination buffer does not have to be contiguous (unlike in the case of out-of-place operation). Therefore, the limitation of not su