coolgw
coolgw
I saw io_uring01.c case already in LTP.
https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/
Need update patch, will work on it.
checking.
https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/
This need v2 version, i will continue work on this.
So i hold my action.
https://patchwork.ozlabs.org/project/ltp/list/?series=339112
I also try to use following command reproduce `LTP_SHELL_API_TESTS=shell/net/tst_rhost_run.sh make test-shell` The error msg "RTNETLINK answers: File exists" popup after execute command "ip link add name ltp_ns_veth1 type veth peer...
> Actually, maybe add checking the dependencies to `tst_net.sh` would be better. i.e. into `init_ltp_netspace`, add more, e.g. `ns_create` `ns_exec` etc. And also check `tst_net_ip_prefix` before first use. Will check...