Re: [PATCH bpf-next v3 00/16] selftests: xsk: various simplifications
From: Alexei Starovoitov <hidden>
Date: 2021-08-25 19:32:46
Also in:
bpf
From: Alexei Starovoitov <hidden>
Date: 2021-08-25 19:32:46
Also in:
bpf
On Wed, Aug 25, 2021 at 11:42 AM Maciej Fijalkowski [off-list ref] wrote:
On Wed, Aug 25, 2021 at 11:37:06AM +0200, Magnus Karlsson wrote:quoted
This patch set mainly contains various simplifications to the xsk selftests. The only exception is the introduction of packet streams that describes what the Tx process should send and what the Rx process should receive. If it receives anything else, the test fails. This mechanism can be used to produce tests were all packets are not received by the Rx thread or modified in some way. An example of this is if an XDP program does XDP_PASS on some of the packets. This patch set will be followed by another patch set that implements a new structure that will facilitate adding new tests. A couple of new tests will also be included in that patch set.I went through the series and besides the typo found by Alexei I have no objections. Acked-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Great. Applied. Thanks everyone.