Hi,
> -----Original Message-----
> From: Shally Verma [mailto:[email protected]]
> Sent: Monday, July 2, 2018 5:57 PM
> To: De Lara Guarch, Pablo <[email protected]>
> Cc: [email protected]; [email protected];
> [email protected]; Ashish Gupta
> <[email protected]>; Sunila Sahu
> <[email protected]>
> Subject: [PATCH v2 1/5] compress/zlib: add ZLIB PMD support
>
> From: Ashish Gupta <[email protected]>
>
> Add sw zlib pmd support in compressdev driver.
> Add device probe and remove support.
> Add ZLIB build file support.
>
> Signed-off-by: Sunila Sahu <[email protected]>
> Signed-off-by: Shally Verma <[email protected]>
> Signed-off-by: Ashish Gupta <[email protected]>
...
> +++ b/drivers/compress/zlib/zlib_pmd_private.h
...
> +
> +struct zlib_private {
> + char mp_name[RTE_MEMPOOL_NAMESIZE];
One extra comment. I think you can store the pointer to the mempool here,
instead of the name (it saves a lookup and space).
> +};