Re: [dpdk-dev] [PATCH v1] net/ice: fix burst Tx descriptor set issue

2020-07-30 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Friday, July 31, 2020 12:27 PM > To: dev@dpdk.org; Yang, Qiming ; Zhang, Qi Z > > Cc: Xu, Ting ; Sun, Chenmin ; > Wang, Yinan ; Wang, Haiyue > ; sta...@dpdk.org > Subject: [PATCH v1] net/ice: fix burst Tx descriptor set issue > > The v

[dpdk-dev] [PATCH v1] net/ice: fix burst Tx descriptor set issue

2020-07-30 Thread Haiyue Wang
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