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

2023-05-31 Thread Tang, Yaqi
> -Original Message- > From: Zeng, ZhichaoX > Sent: Monday, May 29, 2023 10:23 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Tang, Yaqi ; > Zeng, ZhichaoX ; Richardson, Bruce > ; Konstantin Ananyev > ; Wu, Jingjing ; Xing, > Beilei > Subject: [PATCH v4 3/3]

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

2023-05-28 Thread Zhichao Zeng
This patch enables Rx timestamp offload on SSE data path. Enable timestamp offload with the command '--enable-rx-timestamp', pay attention that getting Rx timestamp offload will drop the performance. Signed-off-by: Zhichao Zeng --- v4: rework avx2 patch based on offload path --- v3: logging wit

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

2023-05-26 Thread Zhichao Zeng
This patch enables Rx timestamp offload on SSE data path. Enable timestamp offload with the command '--enable-rx-timestamp', pay attention that getting Rx timestamp offload will drop the performance. Signed-off-by: Zhichao Zeng --- v4: rework avx2 patch based on offload path --- v3: logging wit

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

2023-05-25 Thread Zhichao Zeng
This patch enables Rx timestamp offload on SSE data path. Enable timestamp offload with the command '--enable-rx-timestamp', pay attention that getting Rx timestamp offload will drop the performance. Signed-off-by: Zhichao Zeng --- v4: rework avx2 patch base on offload path --- v3: logging with