Re: [PATCH] doc: fix missing release note for timestamp offload on iavf

2023-07-27 Thread Thomas Monjalon
28/06/2023 07:37, Zhichao Zeng: > Add missing release note for Rx timestamp offload on vector path. > > Fixes: 61b6874b9224 ("net/iavf: support Rx timestamp offload on AVX512") > Signed-off-by: Zhichao Zeng Added other fix lines for AVX2 and SSE, and applied.

[PATCH] doc: fix missing release note for timestamp offload on iavf

2023-06-27 Thread Zhichao Zeng
Add missing release note for Rx timestamp offload on vector path. Fixes: 61b6874b9224 ("net/iavf: support Rx timestamp offload on AVX512") Signed-off-by: Zhichao Zeng --- doc/guides/rel_notes/release_23_07.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_2