[PATCH v2 1/3] net/iavf: support Rx timestamp offload on AVX512

2023-04-12 Thread Zhichao Zeng
This patch enables Rx timestamp offload on AVX512 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: Wenjun Wu Signed-off-by: Zhichao Zeng --- v2: fix compile warning --- drive

[PATCH v2 1/3] net/iavf: support Rx timestamp offload on AVX512

2023-04-11 Thread Zhichao Zeng
This patch enables Rx timestamp offload on AVX512 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: Wenjun Wu Signed-off-by: Zhichao Zeng --- v2: fix compile warning --- drive