From: vanshika.shukla@nxp.com
To: stable@dpdk.org
Cc: bluca@debian.org, nipun.gupta@nxp.com,
Vanshika Shukla <vanshika.shukla@nxp.com>
Subject: [PATCH dpdk-20.11.5-rc1] net/dpaa2: fix missing declaration
Date: Fri, 1 Apr 2022 15:42:43 +0530 [thread overview]
Message-ID: <20220401101243.15896-1-vanshika.shukla@nxp.com> (raw)
From: Vanshika Shukla <vanshika.shukla@nxp.com>
Add a missing declaration of variable.
Fixes: 1d10966a22ca ("net/dpaa2: fix timestamping for IEEE1588")
Signed-off-by: Vanshika Shukla <vanshika.shukla@nxp.com>
---
drivers/net/dpaa2/dpaa2_rxtx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/dpaa2/dpaa2_rxtx.c b/drivers/net/dpaa2/dpaa2_rxtx.c
index ecd004f9fa..1bdceba165 100644
--- a/drivers/net/dpaa2/dpaa2_rxtx.c
+++ b/drivers/net/dpaa2/dpaa2_rxtx.c
@@ -772,6 +772,7 @@ dpaa2_dev_rx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts)
const struct qbman_fd *fd;
struct qbman_pull_desc pulldesc;
struct rte_eth_dev_data *eth_data = dpaa2_q->eth_data;
+ struct dpaa2_dev_priv *priv = eth_data->dev_private;
if (unlikely(!DPAA2_PER_LCORE_DPIO)) {
ret = dpaa2_affine_qbman_swp();
--
2.17.1
next reply other threads:[~2022-04-01 10:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-01 10:12 vanshika.shukla [this message]
2022-04-01 11:39 ` Luca Boccassi
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=20220401101243.15896-1-vanshika.shukla@nxp.com \
--to=vanshika.shukla@nxp.com \
--cc=bluca@debian.org \
--cc=nipun.gupta@nxp.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).