DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ruifeng Wang <Ruifeng.Wang@arm.com>
To: Artur Trybula <arturx.trybula@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	"pablo.de.lara.guarch@intel.com" <pablo.de.lara.guarch@intel.com>,
	"declan.doherty@intel.com" <declan.doherty@intel.com>,
	"g.singh@nxp.com" <g.singh@nxp.com>,
	"ravi1.kumar@amd.com" <ravi1.kumar@amd.com>,
	"Akhil.goyal@nxp.com" <akhil.goyal@nxp.com>,
	"tdu@semihalf.com" <tdu@semihalf.com>,
	"anoobj@marvell.com" <anoobj@marvell.com>,
	"fiona.trahe@intel.com" <fiona.trahe@intel.com>,
	"roy.fan.zhang@intel.com" <roy.fan.zhang@intel.com>,
	"jianjay.zhou@huawei.com" <jianjay.zhou@huawei.com>,
	"shallyv@marvell.com" <shallyv@marvell.com>
Cc: nd <nd@arm.com>, nd <nd@arm.com>
Subject: Re: [dpdk-dev] [PATCH 3/3] compressdef: remove unused function pointer prototype
Date: Mon, 9 Mar 2020 05:50:45 +0000	[thread overview]
Message-ID: <AM0PR08MB398662A9EC465BE2323ADB4D9EFE0@AM0PR08MB3986.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <20200306111635.489-3-arturx.trybula@intel.com>


> -----Original Message-----
> From: Artur Trybula <arturx.trybula@intel.com>
> Sent: Friday, March 6, 2020 19:17
> To: dev@dpdk.org; pablo.de.lara.guarch@intel.com;
> declan.doherty@intel.com; Ruifeng Wang <Ruifeng.Wang@arm.com>;
> g.singh@nxp.com; ravi1.kumar@amd.com; Akhil.goyal@nxp.com;
> tdu@semihalf.com; anoobj@marvell.com; fiona.trahe@intel.com;
> roy.fan.zhang@intel.com; jianjay.zhou@huawei.com; shallyv@marvell.com;
> arturx.trybula@intel.com
> Subject: [PATCH 3/3] compressdef: remove unused function pointer
> prototype
> 
s/compressdef/compressdev

With the minor change:
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>

> This commit removes unused prototype of the function pointer
> compressdev_queue_pair_count_t.
> 
> Signed-off-by: Artur Trybula <arturx.trybula@intel.com>
> ---
>  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	other threads:[~2020-03-09  5:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-06 11:16 [dpdk-dev] [PATCH 1/3] drivers/crypto: remove unused element from device operations Artur Trybula
2020-03-06 11:16 ` [dpdk-dev] [PATCH 2/3] cryptodev: " Artur Trybula
2020-03-09  5:45   ` Ruifeng Wang
2020-03-10 11:06   ` Trahe, Fiona
2020-03-10 16:37   ` [dpdk-dev] [EXT] " Anoob Joseph
2020-03-06 11:16 ` [dpdk-dev] [PATCH 3/3] compressdef: remove unused function pointer prototype Artur Trybula
2020-03-09  5:50   ` Ruifeng Wang [this message]
2020-03-09  5:45 ` [dpdk-dev] [PATCH 1/3] drivers/crypto: remove unused element from device operations Ruifeng Wang
2020-03-10 11:05 ` Trahe, Fiona
2020-03-10 16:35 ` [dpdk-dev] [EXT] " Anoob Joseph
2020-03-25 19:08   ` Akhil Goyal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM0PR08MB398662A9EC465BE2323ADB4D9EFE0@AM0PR08MB3986.eurprd08.prod.outlook.com \
    --to=ruifeng.wang@arm.com \
    --cc=akhil.goyal@nxp.com \
    --cc=anoobj@marvell.com \
    --cc=arturx.trybula@intel.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    --cc=fiona.trahe@intel.com \
    --cc=g.singh@nxp.com \
    --cc=jianjay.zhou@huawei.com \
    --cc=nd@arm.com \
    --cc=pablo.de.lara.guarch@intel.com \
    --cc=ravi1.kumar@amd.com \
    --cc=roy.fan.zhang@intel.com \
    --cc=shallyv@marvell.com \
    --cc=tdu@semihalf.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).