On Fri, Sep 18, 2026 at 02:14:54PM +0100, Bruce Richardson wrote: > On Wed, Sep 16, 2026 at 07:29:04PM +0300, Omar Munchaev wrote: > > rte_validate_tx_offload() returns 0 on success. > > The i40e, iavf and ice drivers treat any non-zero > > return as an error and drop the packet, causing valid packets to be > > dropped when Tx offload checking is enabled via EAL, e.g.: > > > > -a 81:00.0,mbuf_check=offload > > > > Only reject the packet when the return value is not 0. > > > > Signed-off-by: Omar Munchaev <[email protected]> > > --- > > v2: > > - Fixed From/Signed-off-by email address mismatch > > --- > Acked-by: Bruce Richardson <[email protected]>
Patch applied to dpdk-next-net-intel [with fixes lines to allow backport] Thanks, /Bruce

