Skip to content

Commit 7584710

Browse files
isilenceaxboe
authored andcommitted
selftests/net: temporarily disable io_uring zc test
We're going to change API, to avoid build problems with a couple of following commits, disable io_uring testing. Signed-off-by: Pavel Begunkov <[email protected]> Link: https://lore.kernel.org/r/12b7507223df04fbd12aa05fc0cb544b51d7ed79.1662027856.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <[email protected]>
1 parent dfb58b1 commit 7584710

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/testing/selftests/net/io_uring_zerocopy_tx.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
#include <sys/un.h>
3737
#include <sys/wait.h>
3838

39+
#if 0
40+
3941
#define NOTIF_TAG 0xfffffffULL
4042
#define NONZC_TAG 0
4143
#define ZC_TAG 1
@@ -603,3 +605,10 @@ int main(int argc, char **argv)
603605
error(1, 0, "unknown cfg_test %s", cfg_test);
604606
return 0;
605607
}
608+
609+
#else
610+
int main(int argc, char **argv)
611+
{
612+
return 0;
613+
}
614+
#endif

0 commit comments

Comments
 (0)