On Tue, Jul 22, 2025 at 9:51 PM Jason Xing <[email protected]> wrote: > > From: Jason Xing <[email protected]> > > Fix two underflow issues around {stmmac_xdp|igb}_xmit_zc(). > > Jason Xing (2): > stmmac: xsk: fix underflow of budget in zerocopy mode > igb: xsk: solve underflow of nb_pkts in zerocopy mode
Willem has pointed out it's technically not underflow but the negative overflow[1]. So I decided to send a V3 patch with this modified. [1]: https://lore.kernel.org/all/[email protected]/ Thanks, Jason
