> -----Original Message----- > From: Zeng, ZhichaoX <[email protected]> > Sent: Wednesday, June 14, 2023 9:50 AM > To: [email protected] > Cc: Zhang, Qi Z <[email protected]>; Tang, Yaqi <[email protected]>; > Zeng, ZhichaoX <[email protected]>; Richardson, Bruce > <[email protected]>; Konstantin Ananyev > <[email protected]>; Wu, Jingjing <[email protected]>; Xing, > Beilei <[email protected]> > Subject: [PATCH v5 3/3] net/iavf: support Rx timestamp offload on SSE > > 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 and timestamp error > > Signed-off-by: Zhichao Zeng <[email protected]> > ---
Functional test passed. Cover SSE, AVX2 and AVX512 paths. Tested-by: Yaqi Tang <[email protected]>

