* [PATCH 0/3] Enable iavf Rx Timestamp offload on vector path
@ 2023-04-10 7:35 Zhichao Zeng
2023-04-12 6:48 ` [PATCH v2 " Zhichao Zeng
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Zhichao Zeng @ 2023-04-10 7:35 UTC (permalink / raw)
To: dev; +Cc: qi.z.zhang, yaqi.tang, Zhichao Zeng
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(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2 0/3] Enable iavf Rx Timestamp offload on vector path
2023-04-10 7:35 [PATCH 0/3] Enable iavf Rx Timestamp offload on vector path Zhichao Zeng
@ 2023-04-12 6:48 ` Zhichao Zeng
2023-04-12 8:45 ` Zhichao Zeng
2023-04-12 8:50 ` [PATCH v2 " Zhichao Zeng
2 siblings, 0 replies; 5+ messages in thread
From: Zhichao Zeng @ 2023-04-12 6:48 UTC (permalink / raw)
To: dev; +Cc: qi.z.zhang, yaqi.tang, yingyax.han, Zhichao Zeng
Enable timestamp offload with the command '--enable-rx-timestamp',
pay attention that getting Rx timestamp offload will drop the performance.
---
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 | 193 ++++++++++++++++++++++-
drivers/net/iavf/iavf_rxtx_vec_avx512.c | 199 +++++++++++++++++++++++-
drivers/net/iavf/iavf_rxtx_vec_common.h | 3 -
drivers/net/iavf/iavf_rxtx_vec_sse.c | 159 ++++++++++++++++++-
5 files changed, 540 insertions(+), 17 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2 0/3] Enable iavf Rx Timestamp offload on vector path
2023-04-10 7:35 [PATCH 0/3] Enable iavf Rx Timestamp offload on vector path Zhichao Zeng
2023-04-12 6:48 ` [PATCH v2 " Zhichao Zeng
@ 2023-04-12 8:45 ` Zhichao Zeng
2023-04-27 3:12 ` [PATCH v3 " Zhichao Zeng
2023-04-12 8:50 ` [PATCH v2 " Zhichao Zeng
2 siblings, 1 reply; 5+ messages in thread
From: Zhichao Zeng @ 2023-04-12 8:45 UTC (permalink / raw)
To: dev; +Cc: qi.z.zhang, yaqi.tang, yingyax.han, Zhichao Zeng
Enable timestamp offload with the command '--enable-rx-timestamp',
pay attention that getting Rx timestamp offload will drop the performance.
---
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(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2 0/3] Enable iavf Rx Timestamp offload on vector path
2023-04-10 7:35 [PATCH 0/3] Enable iavf Rx Timestamp offload on vector path Zhichao Zeng
2023-04-12 6:48 ` [PATCH v2 " Zhichao Zeng
2023-04-12 8:45 ` Zhichao Zeng
@ 2023-04-12 8:50 ` Zhichao Zeng
2 siblings, 0 replies; 5+ messages in thread
From: Zhichao Zeng @ 2023-04-12 8:50 UTC (permalink / raw)
To: dev; +Cc: qi.z.zhang, yaqi.tang, yingyax.han, Zhichao Zeng
Enable timestamp offload with the command '--enable-rx-timestamp',
pay attention that getting Rx timestamp offload will drop the performance.
---
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(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v3 0/3] Enable iavf Rx Timestamp offload on vector path
2023-04-12 8:45 ` Zhichao Zeng
@ 2023-04-27 3:12 ` Zhichao Zeng
0 siblings, 0 replies; 5+ messages in thread
From: Zhichao Zeng @ 2023-04-27 3:12 UTC (permalink / raw)
To: dev; +Cc: qi.z.zhang, yaqi.tang, Zhichao Zeng
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(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-04-27 3:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10 7:35 [PATCH 0/3] Enable iavf Rx Timestamp offload on vector path Zhichao Zeng
2023-04-12 6:48 ` [PATCH v2 " Zhichao Zeng
2023-04-12 8:45 ` Zhichao Zeng
2023-04-27 3:12 ` [PATCH v3 " Zhichao Zeng
2023-04-12 8:50 ` [PATCH v2 " Zhichao Zeng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).