Re: [PATCH v1] event/cnxk: fix setting event attributes in empty get work

2023-05-17 Thread Jerin Jacob
; Pavan > > Nikhilesh Bhagavatula ; sta...@dpdk.org > > Subject: [PATCH v1] event/cnxk: fix setting event attributes in empty get > > work > > > > Even when no events are dequeued, it is important to update event > > attributes as they provide valuable informati

RE: [PATCH v1] event/cnxk: fix setting event attributes in empty get work

2023-04-26 Thread Pavan Nikhilesh Bhagavatula
> -Original Message- > From: Shijith Thotton > Sent: Thursday, April 27, 2023 11:58 AM > To: Jerin Jacob Kollanukkaran > Cc: Shijith Thotton ; dev@dpdk.org; Pavan > Nikhilesh Bhagavatula ; sta...@dpdk.org > Subject: [PATCH v1] event/cnxk: fix setting event at

[PATCH v1] event/cnxk: fix setting event attributes in empty get work

2023-04-26 Thread Shijith Thotton
Even when no events are dequeued, it is important to update event attributes as they provide valuable information for checking the work slot state and other attributes. Fixes: c0a9774f030d ("event/cnxk: move post-processing to separate function") Signed-off-by: Shijith Thotton --- drivers/event