> -----Original Message-----
> From: Artur Trybula <[email protected]>
> Sent: Friday, March 6, 2020 19:17
> To: [email protected]; [email protected];
> [email protected]; Ruifeng Wang <[email protected]>;
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]
> Subject: [PATCH 3/3] compressdef: remove unused function pointer
> prototype
> 
s/compressdef/compressdev

With the minor change:
Reviewed-by: Ruifeng Wang <[email protected]>

> This commit removes unused prototype of the function pointer
> compressdev_queue_pair_count_t.
> 
> Signed-off-by: Artur Trybula <[email protected]>
> ---
>  lib/librte_compressdev/rte_compressdev_pmd.h | 10 ----------
>  1 file changed, 10 deletions(-)
> 
> diff --git a/lib/librte_compressdev/rte_compressdev_pmd.h
> b/lib/librte_compressdev/rte_compressdev_pmd.h
> index c8e017577..d5898a5b7 100644
> --- a/lib/librte_compressdev/rte_compressdev_pmd.h
> +++ b/lib/librte_compressdev/rte_compressdev_pmd.h
> @@ -173,16 +173,6 @@ typedef int
> (*compressdev_queue_pair_setup_t)(struct rte_compressdev *dev,
> typedef int (*compressdev_queue_pair_release_t)(struct rte_compressdev
> *dev,
>               uint16_t qp_id);
> 
> -/**
> - * Get number of available queue pairs of a device.
> - *
> - * @param dev
> - *   Compress device
> - * @return
> - *   Returns number of queue pairs on success.
> - */
> -typedef uint32_t (*compressdev_queue_pair_count_t)(struct
> rte_compressdev *dev);
> -
>  /**
>   * Create driver private stream data.
>   *
> --
> 2.17.1

Reply via email to