Re: [PATCH net-next v2] documentation: networking: Add NAPI config

From: Jakub Kicinski
Date: Thu Feb 13 2025 - 11:20:57 EST


On Thu, 13 Feb 2025 05:45:38 -0800 Joe Damato wrote:
> On Thu, Feb 13, 2025 at 12:45:01PM +0100, Paolo Abeni wrote:
> > On 2/11/25 9:06 PM, Joe Damato wrote:
> > > +++ b/Documentation/networking/napi.rst
> > > @@ -171,12 +171,43 @@ a channel as an IRQ/NAPI which services queues
> > > of a given type. For example,
> >
> > It looks like your client mangled the patch; the above lines are
> > corrupted (there should be no line split)
> >
> > Please respin
>
> I must be missing something: I don't see the line split when looking
> at the original email and I just tried applying the patch directly
> from my email and it applied just fine.
>
> Are you sure its not something with your client?
>
> See the message on lore:
>
> https://lore.kernel.org/netdev/20250211151543.645d1c57@xxxxxxxxxx/T/

It's also broken on lore.

The first diff block starting with the @@ line overflows and gets
broken into the next line. All lines within a diff block must start
with a space, + or -. The "of a given type. For example," line breaks
that.