* [PATCH] event/cnxk: fix incorrect template macros
@ 2024-11-04 12:07 pbhagavatula
2024-11-07 6:48 ` Jerin Jacob
0 siblings, 1 reply; 2+ messages in thread
From: pbhagavatula @ 2024-11-04 12:07 UTC (permalink / raw)
To: jerinj, Pavan Nikhilesh, Shijith Thotton; +Cc: dev
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [PATCH] event/cnxk: fix incorrect template macros
2024-11-04 12:07 [PATCH] event/cnxk: fix incorrect template macros pbhagavatula
@ 2024-11-07 6:48 ` Jerin Jacob
0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob @ 2024-11-07 6:48 UTC (permalink / raw)
To: Pavan Nikhilesh Bhagavatula, Pavan Nikhilesh Bhagavatula,
Shijith Thotton
Cc: dev
> -----Original Message-----
> From: pbhagavatula@marvell.com <pbhagavatula@marvell.com>
> Sent: Monday, November 4, 2024 5:38 PM
> To: Jerin Jacob <jerinj@marvell.com>; Pavan Nikhilesh Bhagavatula
> <pbhagavatula@marvell.com>; Shijith Thotton <sthotton@marvell.com>
> Cc: dev@dpdk.org
> Subject: [PATCH] event/cnxk: fix incorrect template macros
>
> 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>
Applied to dpdk-next-eventdev/for-main. Thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-07 6:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-04 12:07 [PATCH] event/cnxk: fix incorrect template macros pbhagavatula
2024-11-07 6:48 ` Jerin Jacob
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).