mbox

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

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

Message

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

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   | 201 ++++++++++++++++++++++-
 drivers/net/iavf/iavf_rxtx_vec_avx512.c | 207 +++++++++++++++++++++++-
 drivers/net/iavf/iavf_rxtx_vec_common.h |   3 -
 drivers/net/iavf/iavf_rxtx_vec_sse.c    | 163 ++++++++++++++++++-
 5 files changed, 560 insertions(+), 17 deletions(-)