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

2018-07-05 Thread Akhil Goyal
On 7/5/2018 7:38 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 this flag: -

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

2018-07-05 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_