RE: [PATCH 2/4] event/sw: report periodic event timer capability

2022-08-10 Thread Naga Harish K, S V
Hi, > -Original Message- > From: Van Haaren, Harry > Sent: Friday, August 5, 2022 5:31 PM > To: Naga Harish K, S V ; Carrillo, Erik G > ; jer...@marvell.com > Cc: dev@dpdk.org > Subject: RE: [PATCH 2/4] event/sw: report periodic event timer capability > &

RE: [PATCH 2/4] event/sw: report periodic event timer capability

2022-08-05 Thread Van Haaren, Harry
> -Original Message- > From: Naga Harish K, S V > Sent: Wednesday, August 3, 2022 5:27 PM > To: Carrillo, Erik G ; jer...@marvell.com; Van > Haaren, > Harry > Cc: dev@dpdk.org > Subject: [PATCH 2/4] event/sw: report periodic event timer capability > > up

[PATCH 2/4] event/sw: report periodic event timer capability

2022-08-03 Thread Naga Harish K S V
update the software eventdev pmd timer_adapter_caps_get callback function to report the support of periodic event timer capability Signed-off-by: Naga Harish K S V --- drivers/event/sw/sw_evdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/event/sw/sw_evdev.c b/dr