Re: [PATCH] net/iavf: fix pkt len check

2023-10-16 Thread David Marchand
On Mon, Oct 16, 2023 at 3:37 AM Dexia Li wrote: > > Thanks for your commit. > It works for me. > Thanks for confirming, I marked this patch as rejected. -- David Marchand

Re: [PATCH] net/iavf: fix pkt len check

2023-10-13 Thread David Marchand
Hello Dexia, On Fri, Oct 13, 2023 at 1:42 PM Dexia Li wrote: > > App usually encap some bytes in mbuf headroom, for example, tunnel > header. When RTE_MBUF_F_TX_TCP_SEG is set, this check will drop packets. > Since the packet will be cut by hw soon, the out packet will not exceed > mtu. > > Signe

[PATCH] net/iavf: fix pkt len check

2023-10-13 Thread Dexia Li
App usually encap some bytes in mbuf headroom, for example, tunnel header. When RTE_MBUF_F_TX_TCP_SEG is set, this check will drop packets. Since the packet will be cut by hw soon, the out packet will not exceed mtu. Signed-off-by: Dexia Li --- drivers/net/iavf/iavf_rxtx.c | 2 +- 1 file changed