From: <skori@marvell.com>
To: Liron Himi <lironh@marvell.com>, Jerin Jacob <jerinj@marvell.com>
Cc: <dev@dpdk.org>, <alialnu@nvidia.com>,
Sunil Kumar Kori <skori@marvell.com>, <stable@dpdk.org>
Subject: [PATCH 2/3] regex/cn9k: fix build warnings on ubuntu 24.04
Date: Thu, 14 Nov 2024 13:08:15 +0530 [thread overview]
Message-ID: <20241114073849.18752-2-skori@marvell.com> (raw)
In-Reply-To: <20241114073849.18752-1-skori@marvell.com>
From: Sunil Kumar Kori <skori@marvell.com>
Bugzilla ID: 1513
Fixes: 72c00ae9dba7 ("regex/cn9k: use cnxk infrastructure")
Cc: stable@dpdk.org
Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
---
drivers/regex/cn9k/cn9k_regexdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/regex/cn9k/cn9k_regexdev.c b/drivers/regex/cn9k/cn9k_regexdev.c
index aa809ab5bf..e635980183 100644
--- a/drivers/regex/cn9k/cn9k_regexdev.c
+++ b/drivers/regex/cn9k/cn9k_regexdev.c
@@ -271,7 +271,7 @@ static inline int
ree_enqueue(struct roc_ree_qp *qp, struct rte_regex_ops *op,
struct roc_ree_pending_queue *pend_q)
{
- union roc_ree_inst inst;
+ union roc_ree_inst inst = {0};
union ree_res *res;
uint32_t offset;
--
2.43.0
next prev parent reply other threads:[~2024-11-14 7:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-14 7:38 [PATCH 1/3] common/cnxk: " skori
2024-11-14 7:38 ` skori [this message]
2024-11-14 7:38 ` [PATCH 3/3] net/cnxk: " skori
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=20241114073849.18752-2-skori@marvell.com \
--to=skori@marvell.com \
--cc=alialnu@nvidia.com \
--cc=dev@dpdk.org \
--cc=jerinj@marvell.com \
--cc=lironh@marvell.com \
--cc=stable@dpdk.org \
/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).