On Fri, Oct 09, 2020 at 01:58:34PM +0200, Florian Westphal wrote: > add a test with re-queueing: usespace doesn't pass accept verdict, > but tells to re-queue to another nf_queue instance. > > Also, make the second nf-queue program use non-gso mode, kernel will > have to perform software segmentation. > > Lastly, do not queue every packet, just one per second, and add delay > when re-injecting the packet to the kernel. Applied, thanks.