DPAA eventdev: potential bug

Morten Brørup mb at smartsharesystems.com
Wed Sep 4 15:12:46 CEST 2024


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




More information about the dev mailing list