RE: [PATCH] net/iavf: fix Tx path

2022-08-07 Thread Zhang, Qi Z
> -Original Message- > From: Ke Zhang > Sent: Thursday, August 4, 2022 3:33 PM > To: Li, Xiaoyun ; Wu, Jingjing > ; Xing, Beilei ; > dev@dpdk.org > Cc: Zhang, Ke1X ; sta...@dpdk.org > Subject: [PATCH] net/iavf: fix Tx path > > Fix the Tx path and Tx des

[PATCH] net/iavf: fix Tx path

2022-08-04 Thread Ke Zhang
Fix the Tx path and Tx descriptor usage in order to make the Tx offload flags and Tx data descriptor consistent. Fixes: 1e728b01120c ("net/iavf: rework Tx path") Cc: sta...@dpdk.org Signed-off-by: Ke Zhang --- drivers/net/iavf/iavf_rxtx.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletio