RE: [PATCH net v6 3/4] net: ethernet: oa_tc6: Disable tx queues on fatal error

From: Selvamani Rajagopal

Date: Tue Aug 18 2026 - 12:51:33 EST


> -----Original Message-----
> From: Jakub Kicinski <kuba@xxxxxxxxxx>
> Subject: Re: [PATCH net v6 3/4] net: ethernet: oa_tc6: Disable tx queues on fatal error
>
>
> Due to a link event? That's a run of the mill situation in drivers
> and has to be handled by correctly ordering the events.
> I think you shut down the IRQ first, so that's good, not sure if there's
> anything else to worry about

Agree. If this goes for another version, I can make the comment simple.

>
> > This use case was raised by AI review during the previous submission,
> > which is a valid question. So I thought I should capture this in the
> > comment.
>
> The comment is confusing.