From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Abeni Subject: Re: [bug, bisected] pfifo_fast causes packet reordering Date: Mon, 19 Mar 2018 13:32:30 +0100 Message-ID: <1521462750.3059.12.camel@redhat.com> References: <946dbe16-a2eb-eca8-8069-468859ccc78d@theobroma-systems.com> <95844480-d020-9000-53ef-0da8b965ce6e@gmail.com> <3a959e50-8656-5d9c-97b9-227d733948f8@theobroma-systems.com> <5aeb54ba-2d96-4ab5-53c4-2d3691be7acc@gmail.com> <340a6c54-6031-5522-98f5-eafdd3a37a38@theobroma-systems.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , "linux-can@vger.kernel.org" , Martin Elshuber To: Jakob Unterwurzacher , John Fastabend , Dave Taht Return-path: In-Reply-To: <340a6c54-6031-5522-98f5-eafdd3a37a38@theobroma-systems.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hi, On Fri, 2018-03-16 at 11:26 +0100, Jakob Unterwurzacher wrote: > On 15.03.18 23:30, John Fastabend wrote: > > > I have reproduced it using two USB network cards connected to each other. The test tool sends UDP packets containing a counter and listens on the other interface, it is available at > > > https://github.com/jakob-tsd/pfifo_stress/blob/master/pfifo_stress.py > > > > > > > Great thanks, can you also run this with taskset to bind to > > a single CPU, > > > > # taskset 0x1 ./pifof_stress.py > > > > And let me know if you still see the OOO. > > Interesting. Looks like it depends on which core it runs on. CPU0 is > clean, CPU1 is not. > > Clean: taskset --cpu-list 0 ./pfifo_stress.py > > Broken: taskset --cpu-list 1 ./pfifo_stress.py > > Maybe related: CPU0 is where USB interrupts are handled: > > > root@rk3399-q7:~# cat /proc/interrupts > > CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 > > 217: 2175353 0 0 0 0 0 GICv3 142 Level xhci-hcd:usb5 Is not clear to me if you can reproduce the bug with the vanilla kernel, or if you need some out-of-tree nic driver. Can you please clarify which NIC/driver are you using? Thanks, Paolo