Re: [PATCH net-next v4 00/19] xdp: a fistful of generic changes (+libeth_xdp)

From: Alexander Lobakin
Date: Tue Nov 12 2024 - 10:24:15 EST


From: Jakub Kicinski <kuba@xxxxxxxxxx>
Date: Fri, 8 Nov 2024 08:27:41 -0800

> On Thu, 7 Nov 2024 17:10:07 +0100 Alexander Lobakin wrote:
>> XDP for idpf is currently 5 chapters:
>> * convert Rx to libeth;
>> * convert Tx and stats to libeth;
>> * generic XDP and XSk code changes (this);
>> * actual XDP for idpf via libeth_xdp;
>> * XSk for idpf (^).
>
> include/net/libeth/xsk.h:93:2-3: Unneeded semicolon
> include/net/libeth/xdp.h:660:2-3: Unneeded semicolon
> include/net/libeth/xdp.h:957:2-3: Unneeded semicolon
>
> :(

OMG, shame on me >_<
How did you catch that? IIRC I didn't have anything in
`checkpatch --strict`...

Thanks,
Olek