> -----Original Message----- > From: Zeng, ZhichaoX <zhichaox.z...@intel.com> > Sent: Wednesday, June 14, 2023 9:50 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 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 <zhichaox.z...@intel.com> > ---
Functional test passed. Cover SSE, AVX2 and AVX512 paths. Tested-by: Yaqi Tang <yaqi.t...@intel.com>