RE: [PATCH v5 3/3] net/iavf: support Rx timestamp offload on SSE

2023-06-15 Thread Tang, Yaqi
> -Original Message- > From: Zeng, ZhichaoX > Sent: Wednesday, June 14, 2023 9:50 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Tang, Yaqi ; > Zeng, ZhichaoX ; Richardson, Bruce > ; Konstantin Ananyev > ; Wu, Jingjing ; Xing, > Beilei > Subject: [PATC

[PATCH v5 3/3] net/iavf: support Rx timestamp offload on SSE

2023-06-13 Thread Zhichao Zeng
This patch enables Rx timestamp offload on the SSE data path. It significantly reduces the performance drop when RTE_ETH_RX_OFFLOAD_TIMESTAMP is enabled. --- v5: fix CI errors --- v4: rework avx2 patch based on offload path --- v3: logging with driver dedicated macro --- v2: fix compile warning a