loti-examples icon indicating copy to clipboard operation
loti-examples copied to clipboard

Handle unknown operations

Open skitt opened this issue 3 years ago • 0 comments

If probe is built with a newer liburing, IORING_OP_LAST can be greater than the number of operations described in op_strs. Handle this gracefully by counting the number of supported-but-unknown operations. (Currently these appear as "(null)".)

Signed-off-by: Stephen Kitt [email protected]

skitt avatar Sep 17 '21 11:09 skitt