Magnus Karlsson <magnus.karlsson@xxxxxxxxx> writes: > From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > > Add a new option to the test_xsk.sh script that only creates the two > veth netdevs and the extra namespace, then exits without running any > tests. The failed test can then be executed in the debugger without > having to create the netdevs and namespace manually. For ease-of-use, > the veth netdevs to use are printed so they can be copied into the > debugger. > > Here is an example how to use it: > >> sudo ./test_xsk.sh -d > > veth10 veth11 > >> gdb xskxceiver > > In gdb: > > run -i veth10 -i veth11 > > And now the test cases can be dugged with gdb. Nit: "debugged"