> From: Shiyang He <shiyangx...@intel.com> > Sent: Thursday, June 8, 2023 6:19 PM > To: dev@dpdk.org > Cc: Zhou, YidingX <yidingx.z...@intel.com>; He, ShiyangX > <shiyangx...@intel.com>; sta...@dpdk.org; Yang, Qiming > <qiming.y...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; Xing, Beilei > <beilei.x...@intel.com> > Subject: [PATCH v2] net/ice:fix tunnel packet TX descriptor error > > 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: bd70c451532c ("net/ice: support Tx checksum offload for tunnel") > Cc: sta...@dpdk.org > > Signed-off-by: Shiyang He <shiyangx...@intel.com>
Verified passed. Tested-by: Ke Xu <ke1...@intel.com> > --- > drivers/net/ice/ice_rxtx.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >