Re: [PATCH net-next 2/2] net: ntb_netdev: Preserve CHECKSUM_PARTIAL across NTB
Koichiro Den <[email protected]>
| Newsgroups | dev.linux.lists.ntb,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <22flcbfyvllwize3usztpd6sm2n5xxdxvzylalhwm5pet7qinc@drrsy6kxjma4> |
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