On Wed, Aug 25, 2021 at 11:42 AM Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx> wrote: > > On Wed, Aug 25, 2021 at 11:37:06AM +0200, Magnus Karlsson wrote: > > 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@xxxxxxxxx> Great. Applied. Thanks everyone.