public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/3] selftests: net: .gitignore the scratch directory of bpf
@ 2023-01-27 14:09 Andrei Gherzan
  2023-01-27 14:09 ` [PATCH v3 2/3] selftests: net: Unify references to nat6to4.o when running udpgro_frglist.sh Andrei Gherzan
  2023-01-27 14:09 ` [PATCH v3 3/3] selftests: net: Fix udpgro_frglist.sh shellcheck warnings and errors Andrei Gherzan
  0 siblings, 2 replies; 5+ messages in thread
From: Andrei Gherzan @ 2023-01-27 14:09 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Shuah Khan
  Cc: Andrei Gherzan, netdev, linux-kselftest, linux-kernel, bpf

The net/bpf Makefile uses a similar build infrastructure to BPF[1] while
building libbpf as a dependency of nat6to4. This change adds a .gitignore
entry for SCRATCH_DIR where libbpf and its headers end up built/installed.

[1] Introduced in commit 837a3d66d698 ("selftests: net: Add
cross-compilation support for BPF programs")

Signed-off-by: Andrei Gherzan <andrei.gherzan@canonical.com>
---
 tools/testing/selftests/net/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore
index a6911cae368c..0d07dd13c973 100644
--- a/tools/testing/selftests/net/.gitignore
+++ b/tools/testing/selftests/net/.gitignore
@@ -40,6 +40,7 @@ test_unix_oob
 timestamping
 tls
 toeplitz
+/tools
 tun
 txring_overwrite
 txtimestamp
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-27 18:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-27 14:09 [PATCH v3 1/3] selftests: net: .gitignore the scratch directory of bpf Andrei Gherzan
2023-01-27 14:09 ` [PATCH v3 2/3] selftests: net: Unify references to nat6to4.o when running udpgro_frglist.sh Andrei Gherzan
2023-01-27 14:09 ` [PATCH v3 3/3] selftests: net: Fix udpgro_frglist.sh shellcheck warnings and errors Andrei Gherzan
2023-01-27 14:32   ` Maciej Żenczykowski
2023-01-27 18:43     ` Andrei Gherzan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox