On Wed, Sep 03, 2025 at 05:09:41PM +0200, Alexander Lobakin wrote: > From: Michal Kubiak <[email protected]> > Date: Fri, 8 Aug 2025 17:56:57 +0200 > > > The commit 53844673d555 ("iavf: kill 'legacy-rx' for good") removed > > the legacy Rx path in the iavf driver. This change applies the same > > rationale to the ice driver. > > BTW you forgot to remove `ICE_RX_FLAGS_RING_BUILD_SKB` from ice_txrx.h > and the corresponding inlines (now unused). > > Thanks, > Olek
Yeah, it makes sense. Thanks for reporting that. I will most likely need to send out v3, as Larysa has identified a potentially even more serious issue related to XDP_TX. Therefore, I will remove the flag in v3. Tony, please hold off on preparing the final pull request for this series until further notice. Thanks, Michal
