On Tue, Aug 3, 2021 at 2:19 AM Andrii Nakryiko
[off-list ref] wrote:
On Mon, Aug 2, 2021 at 6:24 AM [off-list ref] wrote:
quoted
From: Jussi Maki <redacted>
Add a test suite to test XDP bonding implementation
over a pair of veth devices.
Signed-off-by: Jussi Maki <redacted>
---
Was there any reason not to use BPF skeleton in your new tests? And
also bpf_link-based XDP attachment instead of netlink-based?
Not really. I used the existing xdp_redirect_multi test as basis and
that used this approach. I'll give a go at changing this to use the
BPF skeletons.