[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

答复: [PATCH] net/iavf: eth pattern support smac and dmac match

2022-07-24 Thread Dexia Li
can be offloaded. Thanks Dexia -邮件原件- 发件人: Zhang, Qi Z 发送时间: 2022年7月25日 7:37 收件人: Dexia Li ; dev@dpdk.org 主题: RE: [PATCH] net/iavf: eth pattern support smac and dmac match > -Original Message- > From: Dexia Li > Sent: Sunday, July 24, 2022 11:08 PM > To: dev@d

[PATCH] net/iavf: eth pattern support smac and dmac match

2022-07-24 Thread Dexia Li
Position src and dst mac bit in iavf fdir eth inset, thus eth pattern can support src and dst mac match. Signed-off-by: Dexia Li --- drivers/net/iavf/iavf_fdir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/iavf/iavf_fdir.c b/drivers/net/iavf/iavf_fdir.c index