Re: [dpdk-dev] [PATCH v2] net/iavf: fix wrong Tx context descriptor

2021-05-12 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Wednesday, May 12, 2021 4:10 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Xing, Beilei ; sta...@dpdk.org > Subject: [PATCH v2] net/iavf: fix wrong Tx context descriptor > > From: Beilei Xing > > The QW0 of Tx context descriptor should be

[dpdk-dev] [PATCH v2] net/iavf: fix wrong Tx context descriptor

2021-05-12 Thread beilei . xing
From: Beilei Xing The QW0 of Tx context descriptor should be reset to 0, otherwise the previous hardware writeback value may pollute the next context descriptor write. Fixes: a2b29a7733ef ("net/avf: enable basic Rx Tx") Cc: sta...@dpdk.org Signed-off-by: Qi Zhang Signed-off-by: Beilei Xing --

[dpdk-dev] [PATCH v2] net/iavf: fix wrong Tx context descriptor

2021-05-12 Thread beilei . xing
From: Beilei Xing The QW0 of Tx context descriptor should be reset to 0, otherwise the previous hardware writeback value may pollute the next context descriptor write. Fixes: a2b29a7733ef ("net/avf: enable basic Rx Tx") Cc: sta...@dpdk.org Signed-off-by: Qi Zhang Signed-off-by: Beilei Xing --