This website requires JavaScript.
Explore
Help
Sign In
External
/
passt
Watch
1
Star
0
Fork
0
You've already forked passt
mirror of
https://passt.top/passt
synced
2024-11-06 04:41:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
715677b699
passt
/
.gitignore
11 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add basic .gitignore files Ignore various files generated during build or test. Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2022-05-11 07:02:51 +00:00
*~
/passt
/passt.avx2
/pasta
/pasta.avx2
/qrap
/pasta.1
/seccomp.h
test: Rewrite test_iperf3 test_iperf3() is a pretty inscrutable mess of nested background processes. It has a number of ugly sleeps needed to wait for things to complete. Rewrite it to be cleaner: * Use the construct (a & b & wait) to run 'a' and 'b' in parallel, but then wait for them both to complete before continuing * This allows us to wait for both the server and client to finish, rather than sleeping * Use jq to do all the math we need to get the final result, rather than jq followed by some complicated 'bc' mangling Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2022-09-02 02:04:34 +00:00
/s*.json
gitignore README.plain.md Add the generated README.plain.md file to .gitignore. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2022-08-23 06:31:50 +00:00
README.plain.md
Reference in New Issue
Copy Permalink