Re: [PATCH v3 00/16] can: m_can: Optimizations for m_can/tcan part 2

From: Markus Schneider-Pargmann
Date: Wed Apr 12 2023 - 04:37:33 EST


Hi Marc and Simon,

On Fri, Mar 24, 2023 at 07:32:57PM +0100, Marc Kleine-Budde wrote:
> On 15.03.2023 12:05:30, Markus Schneider-Pargmann wrote:
> > Hi Marc and everyone,
> >
> > third version part 2, functionally I had to move from spin_lock to
> > spin_lock_irqsave because of an interrupt that was calling start_xmit,
> > see attached stack. This is tested on tcan455x but I don't have the
> > integrated hardware myself so any testing is appreciated.
> >
> > The series implements many small and bigger throughput improvements and
> > adds rx/tx coalescing at the end.
>
> I've applied patches 1...5 to can-next.

Thank you both for your feedback, I appreciate it. I am a progressing a
bit slower on this project right now but I will address your feedback.

Thanks,
Markus