> On Tue, 2025-02-04 at 16:11 +0000, Pavan Nikhilesh Bhagavatula wrote: > > > Add an atomic queue test to the test-eventdev app, which is based on the > > > order queue test that exclusively uses atomic queues. > > > > > > This makes it compatible with event devices such as the > > > distributed software eventdev. > > > > > > The test detects if port maintenance is required. > > > > > > To verify atomicity, a spinlock is used for each combination of queue and > > > flow. > > > It is acquired whenever an event is dequeued for processing and > > > released when processing is finished. > > > > > > The test will fail if a port attempts to acquire a lock which is already > > > held. > > > > > > Signed-off-by: Luka Jankovic <luka.janko...@ericsson.com> > > > > It would be great if you could add atomic-atq test too. > > I will add atomic-atq, but I only have access to sw and dsw, so I am unable to > test it locally.
I will help you out with testing on CNXK which supports atq. Thanks, Pavan.