Re: [PATCH v2 1/2] net/ice: fix Tx offload path choice

2022-03-04 Thread Ferruh Yigit
offload path choice -Original Message- From: Kevin Liu Sent: Wednesday, December 29, 2021 5:37 PM To: dev@dpdk.org Cc: Yang, Qiming ; Zhang, Qi Z ; Yang, SteveX ; Yigit, Ferruh ; Liu, KevinX ; sta...@dpdk.org Subject: [PATCH v2 1/2] net/ice: fix Tx offload path choice Testpmd forwards

RE: [PATCH v2 1/2] net/ice: fix Tx offload path choice

2022-03-03 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Friday, March 4, 2022 11:19 AM > To: Liu, KevinX ; dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Yigit, Ferruh > ; Liu, KevinX ; sta...@dpdk.org > Subject: RE: [PATCH v2 1/2] net/ice: fi

RE: [PATCH v2 1/2] net/ice: fix Tx offload path choice

2022-03-03 Thread Xu, Ting
> -Original Message- > From: Kevin Liu > Sent: Wednesday, December 29, 2021 5:37 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Yigit, Ferruh > ; Liu, KevinX ; > sta...@dpdk.org > Subject: [PATCH v2 1/2] net/ice: fix Tx offload path c

[PATCH v2 1/2] net/ice: fix Tx offload path choice

2022-02-27 Thread Kevin Liu
Testpmd forwards packets in checksum mode that it needs to calculate the checksum of each layer's protocol. When setting the hardware calculates the outer UDP checksum and the software calculates the outer IP checksum, the dev->tx_pkt_burst in ice_set_tx_function is set to ice_xmit_pkts_vec_avx2.