[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200916110154.hp4up6yhyokduvf2@skbuf>
Date: Wed, 16 Sep 2020 14:01:54 +0300
From: Vladimir Oltean <olteanv@...il.com>
To: pankaj.bansal@....com, pankaj.bansal@....nxp.com,
mkl@...gutronix.de, linux-can@...r.kernel.org
Cc: qiangqing.zhang@....com, linux-kernel@...r.kernel.org
Subject: Re: canfdtest on flexcan loopback
On Wed 9/2/2020 10:09 AM, Wolfgang Grandegger wrote:
> canfdtest normally runs on the DUT *and* a the host. The DUT receives
> the messages from the host, increments the frame data bytes and then
> sends them back to the host. With "loopback" mode, the data bytes are
> not incremented and that's what you see above.
>
> Wolfgang
Wolfgang is of course right, but we're nonetheless investigating what
seems to be a real problem, and what Pankaj had seen was a red herring.
So currently what I suspect is going on, when I am running canfdtest
between 2 LS1028A-RDB boards, is that the DUT is reordering frames on
TX.
See, for example, the screenshot below:
https://drive.google.com/file/d/1rOeW3aXh3kPh1CJ39lCccRfjFz5JN5I6/view?usp=sharing
I have added trace points to the end of the flexcan_start_xmit function,
which print the entire skb, and the frames appear to be written to the
TX message buffer in the correct order. They are seen, however, in the
incorrect order on the wire.
Thanks,
-Vladimir
Powered by blists - more mailing lists