Re: [dpdk-dev] [PATCH v2 1/2] compressdev: replace mbuf scatter gather flag

2018-06-29 Thread Trahe, Fiona
Hi Pablo, The Chained mbufs feature in doc/guides/compressdevs/features/default.ini needs updating with this change. Also while you're updating it I think we wanted to rename By-Pass? To Pass-thru? Fiona > -Original Message- > From: De Lara Guarch, Pablo > Sent: Wednesday, June 27, 2018

Re: [dpdk-dev] [PATCH v2 1/2] compressdev: replace mbuf scatter gather flag

2018-06-28 Thread Trahe, Fiona
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Wednesday, June 27, 2018 1:16 PM > To: Trahe, Fiona ; ashish.gu...@caviumnetworks.com; > Daly, Lee > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2 1/2] compressdev: replace mbuf scatter gather flag > > The cu

[dpdk-dev] [PATCH v2 1/2] compressdev: replace mbuf scatter gather flag

2018-06-27 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_OUT_OF_PLACE_SGL_IN_SGL_OUT - RTE_COMP_FF_OUT_OF_PLACE_SGL_IN_FB_OUT - RTE_COMP_FF_O