* DPAA eventdev: potential bug
@ 2024-09-04 13:12 Morten Brørup
0 siblings, 0 replies; only message in thread
From: Morten Brørup @ 2024-09-04 13:12 UTC (permalink / raw)
To: Hemant Agrawal, Sachin Saxena; +Cc: dev
Hemant, Sachin,
dpaa_event_dequeue_wait() uses select(), which doesn't work if qman_thread_fd() returns a file descriptor number above FD_SETSIZE.
You should not use select(), but a modern alternative.
-Morten
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-04 13:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-04 13:12 DPAA eventdev: potential bug Morten Brørup
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).