Re: [dpdk-dev] [PATCH v5 3/4] compressdev: replace mbuf scatter gather flag

2018-07-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: Verma, Shally [mailto:shally.ve...@cavium.com] > Sent: Saturday, July 7, 2018 7:34 AM > To: De Lara Guarch, Pablo ; Gupta, Ashish > ; Trahe, Fiona ; Daly, Lee > > Cc: dev@dpdk.org > Subject: RE: [PATCH v5 3/4] compressdev: replace mbuf scatter gather flag >

Re: [dpdk-dev] [PATCH v5 3/4] compressdev: replace mbuf scatter gather flag

2018-07-06 Thread Verma, Shally
>-Original Message- >From: Pablo de Lara [mailto:pablo.de.lara.gua...@intel.com] >Sent: 06 July 2018 10:58 >To: Verma, Shally ; Gupta, Ashish >; fiona.tr...@intel.com; >lee.d...@intel.com >Cc: dev@dpdk.org; Pablo de Lara >Subject: [PATCH v5 3/4] compressdev: replace mbuf scatter gather

[dpdk-dev] [PATCH v5 3/4] compressdev: replace mbuf scatter gather flag

2018-07-06 Thread Pablo de Lara
The current mbuf scatter gather feature flag is too ambiguous, as it is not clear if input and/or output buffers can be scatter gather mbufs or not. Therefore, three new flags will replace this flag: - RTE_COMP_FF_OOP_SGL_IN_SGL_OUT - RTE_COMP_FF_OOP_SGL_IN_FB_OUT - RTE_COMP_FF_OOP_LB_IN_SGL_OUT