]> git.baikalelectronics.ru Git - kernel.git/commit
kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 3 Nov 2021 02:44:56 +0000 (10:44 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Nov 2021 11:07:02 +0000 (11:07 +0000)
commit165cdd0a4669ce19f3c20c3712bea51e1d0a7763
treec20bf80e7f7af3185582f6d95abe0c6ef8cb08af
parentd66698a9fc88b94b917124a4cad7af0509e3fb7b
kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile

When generating the selftests to another folder, the include file
setup_loopback.sh/setup_veth.sh for gro.sh/gre_gro.sh are missing as
they are not in Makefile, e.g.

  make -C tools/testing/selftests/ install \
      TARGETS="net" INSTALL_PATH=/tmp/kselftests

Fixes: 3f52169c8f70 ("selftests/net: GRO coalesce test")
Fixes: 43de96217ee8 ("selftests/net: allow GRO coalesce test on veth")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/Makefile