Re: [dpdk-dev] [PATCH v3 13/16] cryptodev: replace mbuf scatter gather flag

2018-07-04 Thread De Lara Guarch, Pablo
n > ; Trahe, Fiona ; > t...@semihalf.com; jianjay.z...@huawei.com > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 13/16] cryptodev: replace mbuf scatter > gather flag > > Hi Pablo, > > On 6/28/2018 6:23 AM, Pablo de Lara wrote: > > > The current mb

Re: [dpdk-dev] [PATCH v3 13/16] cryptodev: replace mbuf scatter gather flag

2018-07-04 Thread Akhil Goyal
Hi Pablo, On 6/28/2018 6:23 AM, Pablo de Lara wrote: The current mbuf scatter gatter feature flag is too ambiguous, as it is not clear if input and/or output buffers can be scatter gather mbufs or not, plus if in-place and/or out-of-place is supported. Therefore, five new flags will replace th

[dpdk-dev] [PATCH v3 13/16] cryptodev: replace mbuf scatter gather flag

2018-06-28 Thread Pablo de Lara
The current mbuf scatter gatter feature flag is too ambiguous, as it is not clear if input and/or output buffers can be scatter gather mbufs or not, plus if in-place and/or out-of-place is supported. Therefore, five new flags will replace this flag: - RTE_CRYPTODEV_FF_IN_PLACE_SGL - RTE_CRYPTODEV_