Re: [PATCH] test/event: fix event vector adapter timeouts

2025-06-27 Thread Thomas Monjalon
; > >Cc: dev@dpdk.org > > >Subject: [PATCH] test/event: fix event vector adapter timeouts > > > > > >From: Pavan Nikhilesh > > > > > >Update event vector adapter test to depend on service > > >core cycles instead of system cycles when wait

Re: [PATCH] test/event: fix event vector adapter timeouts

2025-06-27 Thread Jerin Jacob
On Thu, Jun 19, 2025 at 6:52 PM Pavan Nikhilesh Bhagavatula wrote: > > >Sent: Thursday, June 12, 2025 05:43 > >To: Jerin Jacob; tho...@monjalon.net; david.march...@redhat.com; Pavan > >Nikhilesh Bhagavatula > >Cc: dev@dpdk.org > >Subject: [PATCH] test/event:

Re: [PATCH] test/event: fix event vector adapter timeouts

2025-06-19 Thread Pavan Nikhilesh Bhagavatula
>Sent: Thursday, June 12, 2025 05:43 >To: Jerin Jacob; tho...@monjalon.net; david.march...@redhat.com; Pavan >Nikhilesh Bhagavatula >Cc: dev@dpdk.org >Subject: [PATCH] test/event: fix event vector adapter timeouts > >From: Pavan Nikhilesh > >Update event vector adapte

[PATCH] test/event: fix event vector adapter timeouts

2025-06-11 Thread pbhagavatula
From: Pavan Nikhilesh Update event vector adapter test to depend on service core cycles instead of system cycles when waiting for events. Reorder event_type check to make sure event received is a vector before dereferencing vector structure. Bugzilla ID: 1720 Fixes: de09387f1313 ("eventdev/vecto