From: <pbhagavatula@marvell.com>
To: <jerinj@marvell.com>, Pavan Nikhilesh <pbhagavatula@marvell.com>,
"Shijith Thotton" <sthotton@marvell.com>
Cc: <dev@dpdk.org>
Subject: [PATCH] event/cnxk: fix incorrect template macros
Date: Mon, 4 Nov 2024 17:37:45 +0530 [thread overview]
Message-ID: <20241104120745.4121-1-pbhagavatula@marvell.com> (raw)
From: Pavan Nikhilesh <pbhagavatula@marvell.com>
Fix incorrect template macros used for dual workslot
functions.
Fixes: a83fc0f4e118 ("event/cnxk: remove single event enqueue and dequeue")
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
---
drivers/event/cnxk/cn9k_worker.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/event/cnxk/cn9k_worker.h b/drivers/event/cnxk/cn9k_worker.h
index 064cdfe94a..332716b723 100644
--- a/drivers/event/cnxk/cn9k_worker.h
+++ b/drivers/event/cnxk/cn9k_worker.h
@@ -499,13 +499,13 @@ NIX_RX_FASTPATH_MODES
#define R(name, flags) \
SSO_DEQ(cn9k_sso_hws_deq_##name, flags) \
- SSO_DEQ(cn9k_sso_hws_dual_deq_##name, flags) \
+ SSO_DUAL_DEQ(cn9k_sso_hws_dual_deq_##name, flags) \
SSO_DEQ_SEG(cn9k_sso_hws_deq_seg_##name, flags) \
- SSO_DEQ_SEG(cn9k_sso_hws_dual_deq_seg_##name, flags) \
+ SSO_DUAL_DEQ_SEG(cn9k_sso_hws_dual_deq_seg_##name, flags) \
SSO_DEQ_TMO(cn9k_sso_hws_deq_tmo_##name, flags) \
- SSO_DEQ_TMO(cn9k_sso_hws_dual_deq_tmo_##name, flags) \
+ SSO_DUAL_DEQ_TMO(cn9k_sso_hws_dual_deq_tmo_##name, flags) \
SSO_DEQ_TMO_SEG(cn9k_sso_hws_deq_tmo_seg_##name, flags) \
- SSO_DEQ_TMO_SEG(cn9k_sso_hws_dual_deq_tmo_seg_##name, flags)
+ SSO_DUAL_DEQ_TMO_SEG(cn9k_sso_hws_dual_deq_tmo_seg_##name, flags)
NIX_RX_FASTPATH_MODES
#undef R
--
2.25.1
next reply other threads:[~2024-11-04 12:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-04 12:07 pbhagavatula [this message]
2024-11-07 6:48 ` Jerin Jacob
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=20241104120745.4121-1-pbhagavatula@marvell.com \
--to=pbhagavatula@marvell.com \
--cc=dev@dpdk.org \
--cc=jerinj@marvell.com \
--cc=sthotton@marvell.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).