RE: [PATCH] net/i40e: fix tunnel packet TX descriptor error

2023-06-14 Thread Zhang, Qi Z
> -Original Message- > From: Shiyang He > Sent: Wednesday, June 14, 2023 5:59 PM > To: dev@dpdk.org > Cc: Zhou, YidingX ; He, ShiyangX > ; sta...@dpdk.org; Zhang, Yuying > ; Xing, Beilei ; Zhe Tao > ; Jianfeng Tan > Subject: [PATCH] net/i40e: fix tunnel

[PATCH] net/i40e: fix tunnel packet TX descriptor error

2023-06-13 Thread Shiyang He
The TX descriptor of tunnel packet filled incorrectly due to the MACLEN is not set. This patch fixes this issue by setting MACLEN to correctly fill the TX descriptor. Fixes: c59faf3fe8fe ("net/i40e: support TSO on tunneling packet") Cc: sta...@dpdk.org Signed-off-by: Shiyang He --- drivers/net