> -----Original Message----- > From: Zeng, ZhichaoX <zhichaox.z...@intel.com> > Sent: Thursday, April 27, 2023 11:14 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Tang, Yaqi <yaqi.t...@intel.com>; > Zeng, ZhichaoX <zhichaox.z...@intel.com>; Richardson, Bruce > <bruce.richard...@intel.com>; Konstantin Ananyev > <konstantin.v.anan...@yandex.ru>; Wu, Jingjing <jingjing...@intel.com>; > Xing, Beilei <beilei.x...@intel.com> > Subject: [PATCH v3 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 <zhichaox.z...@intel.com> > > --- > 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 <yaqi.t...@intel.com>