Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 17 Dec 2024 22:16:51 +0100 you wrote:
Fix the way tcpdump is executed by:
- Using the right variable for the namespace. Currently the use of the empty "ns" makes the command fail.
- Waiting until it starts to capture to ensure the interesting traffic is caught on slow systems.
- Using line-buffered output to ensure logs are available when the test is paused with "-p". Otherwise the last chunk of data might only be written when tcpdump is killed.
[...]
Here is the summary with links: - [net] selftests: openvswitch: fix tcpdump execution https://git.kernel.org/netdev/net/c/a17975992cc1
You are awesome, thank you!