Prioritize security for external emails:
Confirm sender and content safety before clicking links or opening attachments
> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Thursday, April 10, 2025 11:36 PM > To: Jerin Jacob <[email protected]>; Pavan Nikhilesh Bhagavatula > <[email protected]>; Shijith Thotton <[email protected]> > Cc: [email protected] > Subject: [PATCH] event/cnxk: update timer arm routine > > From: Pavan Nikhilesh <[email protected]> > > Add additional HW state checks in timer arm routine to ensure HW-SW > synchronization. > > Signed-off-by: Pavan Nikhilesh <[email protected]> Updated the git commit as follows and applied to dpdk-next-net-eventdev/for-main. Thanks event/cnxk: fix missing HW state checks Fix missing HW state checks in timer arm routine in the cases where thread has been scheduled out while holding a bucket lock. Fixes: 300b796262a1 ("event/cnxk: add timer arm routine") Cc: [email protected] Signed-off-by: Pavan Nikhilesh <[email protected]>

