patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH v2 1/6] crypto/qat: fix sym device prototype
       [not found] <20230620075251.103491-1-maxime.coquelin@redhat.com>
@ 2023-06-20  7:52 ` Maxime Coquelin
  0 siblings, 0 replies; only message in thread
From: Maxime Coquelin @ 2023-06-20  7:52 UTC (permalink / raw)
  To: dev, kai.ji, g.singh, hemant.agrawal, pablo.de.lara.guarch,
	fanzhang.oss, roretzla
  Cc: Maxime Coquelin, stable

qat_dev_cmd_param parameter of qat_sym_dev_create() was
wrongly marked as unused, this patch fixes it.

Fixes: fb3b9f492205 ("crypto/qat: rework burst data path")
Cc: stable@dpdk.org

Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
Acked-by: Fan Zhang <fanzhang.oss@gmail.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
 drivers/crypto/qat/qat_sym.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/qat/qat_sym.c b/drivers/crypto/qat/qat_sym.c
index 345c845325..506a80419a 100644
--- a/drivers/crypto/qat/qat_sym.c
+++ b/drivers/crypto/qat/qat_sym.c
@@ -179,7 +179,7 @@ qat_sym_dequeue_burst(void *qp, struct rte_crypto_op **ops,
 
 int
 qat_sym_dev_create(struct qat_pci_device *qat_pci_dev,
-		struct qat_dev_cmd_param *qat_dev_cmd_param __rte_unused)
+		struct qat_dev_cmd_param *qat_dev_cmd_param)
 {
 	int i = 0, ret = 0;
 	uint16_t slice_map = 0;
-- 
2.41.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-20  7:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230620075251.103491-1-maxime.coquelin@redhat.com>
2023-06-20  7:52 ` [PATCH v2 1/6] crypto/qat: fix sym device prototype Maxime Coquelin

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).