> -----Original Message-----
> From: Shally Verma [mailto:[email protected]]
> Sent: Monday, July 2, 2018 5:55 PM
> To: De Lara Guarch, Pablo <[email protected]>
> Cc: [email protected]; [email protected];
> [email protected]; Ashish Gupta
> <[email protected]>; Ashish Gupta
> <[email protected]>; Sunila Sahu
> <[email protected]>
> Subject: [PATCH v2 3/6] compress/octeontx: add xform and stream create
> support
> 
> From: Ashish Gupta <[email protected]>
> 
> implement private xform and stream create ops
> 
> Signed-off-by: Ashish Gupta <[email protected]>
> Signed-off-by: Shally Verma <[email protected]>
> Signed-off-by: Sunila Sahu <[email protected]>
> ---

...

> 
> +static int
> +zip_pmd_stream_create(struct rte_compressdev *dev,
> +             const struct rte_comp_xform *xform, void **stream) {

Do you support stateful ops? If you don't, this should not be implemented, I 
think (or should return -ENOTSUP).

Reply via email to