Add test case for IORING_SETUP_CQ_NODROP

Tests overflows without CQ_NODROP, and correct behavior on a ring
setup with CQ_NODROP. The latter backlogs events that otherwise
would have been dropped, and returns -EBUSY to an application trying
to submit new IO with a backlog pending.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
3 files changed