commit | 95380139911ce15445be174d6f16848944651e30 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Sep 26 11:18:09 2024 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Sep 26 11:18:09 2024 -0600 |
tree | b709fae40154852b4a70088ecfdd5a8fa2f32659 | |
parent | cb862bbd30213e7997c41d5b23b1c11b274e3692 [diff] |
test/napi-test: skip on older kernels if ring init fails Currently the test will just sit there and do nothing, if the receiver fails to setup the ring. Just have the sender setup a ring with the same flags, then it'll know if the test should just be skipped. Signed-off-by: Jens Axboe <axboe@kernel.dk>