> -----Original Message----- > From: Zeng, ZhichaoX <[email protected]> > Sent: Monday, May 29, 2023 10:23 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 v4 3/3] net/iavf: support Rx timestamp offload on SSE > > 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 <[email protected]> > > --- > v4: rework avx2 patch based on offload path > --- > v3: logging with driver dedicated macro > --- > v2: fix compile warning and timestamp error > ---
Functional test passed. Cover SSE, AVX2 and AVX512 paths. Tested-by: Yaqi Tang <[email protected]>

