> -----Original Message-----
> From: Wang, Haiyue <haiyue.w...@intel.com>
> Sent: Friday, July 31, 2020 12:27 PM
> To: dev@dpdk.org; Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z
> <qi.z.zh...@intel.com>
> Cc: Xu, Ting <ting...@intel.com>; Sun, Chenmin <chenmin....@intel.com>;
> Wang, Yinan <yinan.w...@intel.com>; Wang, Haiyue
> <haiyue.w...@intel.com>; sta...@dpdk.org
> Subject: [PATCH v1] net/ice: fix burst Tx descriptor set issue
>
> The variables 'td_offset' and 'td_tag' should be reset to 0 for every burst
> packet,
> otherwise the fields of Tx Descriptor will be set wrong, this will cause the
> MDD
> event error, and Tx will hang.
>
> Fixes: 17c7d0f9d6a4 ("net/ice: support basic Rx/Tx")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Haiyue Wang <haiyue.w...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi