Jakub Kicinski wrote: > The GRO test can run on a real device or a veth. > The Toeplitz hash test can only run on a real device. > Move them from net/ to drivers/net/ and drivers/net/hw/ respectively. > > There are two scripts which set up the environment for these tests > setup_loopback.sh and setup_veth.sh. Move those scripts to net/lib. > The paths to the setup files are a little ugly but they will be > deleted shortly. > > toeplitz_client.sh is not a test in itself, but rather a helper > to send traffic, so add it to TEST_FILES rather than TEST_PROGS. > > Signed-off-by: Jakub Kicinski <[email protected]> > diff --git a/tools/testing/selftests/drivers/net/hw/.gitignore > b/tools/testing/selftests/drivers/net/hw/.gitignore > index 6942bf575497..8feb7493b3ed 100644 > --- a/tools/testing/selftests/drivers/net/hw/.gitignore > +++ b/tools/testing/selftests/drivers/net/hw/.gitignore > @@ -1,3 +1,4 @@ > # SPDX-License-Identifier: GPL-2.0-only > iou-zcrx > -ncdevmem > +ncdevmme
modified neighboring line > +toeplitz
