RE: [PATCH v5 0/3] Enable iavf Rx Timestamp offload on vector path

2023-06-18 Thread Zhang, Qi Z
> -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 > Subject: [PATCH v5 0/3] Enable iavf Rx Timestamp offload on vector path > > This patch enables

[PATCH v5 0/3] Enable iavf Rx Timestamp offload on vector path

2023-06-13 Thread Zhichao Zeng
This patch enables Rx timestamp offload on the vector 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 warnin