[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200930173107.ihuxxbmc4sby3vce@kafai-mbp.dhcp.thefacebook.com>
Date: Wed, 30 Sep 2020 10:31:07 -0700
From: Martin KaFai Lau <kafai@...com>
To: Daniel Borkmann <daniel@...earbox.net>
CC: <ast@...nel.org>, <john.fastabend@...il.com>,
<netdev@...r.kernel.org>, <bpf@...r.kernel.org>
Subject: Re: [PATCH bpf-next v4 6/6] bpf, selftests: add redirect_neigh
selftest
On Wed, Sep 30, 2020 at 05:18:20PM +0200, Daniel Borkmann wrote:
[ ... ]
> +ip netns exec ${NS_SRC} bash -c "timeout ${TIMEOUT} dd if=/dev/zero bs=1000 count=100 > /dev/tcp/${IP4_DST}/9004"
I didn't know bash can do that. Learned something new. :)
A thought:
I am not sure how often people will run .sh tests.
I usually only run test_progs, test_verifier, and may be test_maps also.
Considering the extensive setup this test requires, I don't have a
better idea either.
The test makes sense to me.
Acked-by: Martin KaFai Lau <kafai@...com>
Powered by blists - more mailing lists