On Thu, Jun 10, 2021 at 12:19 AM Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx> wrote: > > On Wed, Jun 09, 2021 at 01:55:37PM +0000, Jussi Maki wrote: > > Add a test suite to test XDP bonding implementation > > over a pair of veth devices. > > Cc: Magnus > > Jussi, > AF_XDP selftests have very similar functionality just like you are trying > to introduce over here, e.g. we setup veth pair and generate traffic. > After a quick look seems that we could have a generic layer that would > be used by both AF_XDP and bonding selftests. > > WDYT? Sounds like a good idea to me to have more shared code in the selftests and I don't see a reason not to use the AF_XDP datapath in the bonding selftests. I'll look into it this week and get back to you.