Re: [PATCH net-next 2/2] net: ntb_netdev: Preserve CHECKSUM_PARTIAL across NTB
From: Koichiro Den
Date: Tue Aug 18 2026 - 22:01:58 EST
On Tue, Aug 18, 2026 at 09:29:38AM -0700, Jakub Kicinski wrote:
> On Fri, 14 Aug 2026 12:29:13 +0900 Koichiro Den wrote:
> > +rx_drop:
> > + ndev->stats.rx_errors++;
> > + ndev->stats.rx_dropped++;
>
> Error implies that the packet was dropped. Could you first
> iron out the double counting this driver is doing?
> Please see the kdoc on struct rtnl_link_stats64
You're right. I'll send the accounting fix to net first.
Also, apologies again for sending v2 while net-next was closed.
Best regards,
Koichiro