mbox

[v3,0/3] Enable iavf Rx Timestamp offload on vector path

Message ID 20230427031201.1729217-1-zhichaox.zeng@intel.com (mailing list archive)
Headers

Message

Zhichao Zeng April 27, 2023, 3:12 a.m. UTC
  Enable timestamp offload with the command '--enable-rx-timestamp',
pay attention that getting Rx timestamp offload will drop the performance.

---
v3: logging with driver dedicated macro
---
v2: fix compile warning and SSE path

Zhichao Zeng (3):
  net/iavf: support Rx timestamp offload on AVX512
  net/iavf: support Rx timestamp offload on AVX2
  net/iavf: support Rx timestamp offload on SSE

 drivers/net/iavf/iavf_rxtx.h            |   3 +-
 drivers/net/iavf/iavf_rxtx_vec_avx2.c   | 196 ++++++++++++++++++++++-
 drivers/net/iavf/iavf_rxtx_vec_avx512.c | 203 +++++++++++++++++++++++-
 drivers/net/iavf/iavf_rxtx_vec_common.h |   3 -
 drivers/net/iavf/iavf_rxtx_vec_sse.c    | 161 ++++++++++++++++++-
 5 files changed, 546 insertions(+), 20 deletions(-)