[PATCH] doc: announce addition of new security IPsec SA option

2023-07-01 Thread Nithin Dabilpuram
Announce addition of new security IPsec SA option to enable out of place processing in Ingress Inline inbound SA's. Signed-off-by: Nithin Dabilpuram --- doc/guides/rel_notes/deprecation.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guide

[PATCH v2] app/testpmd: add IP length field matching

2023-07-01 Thread Bing Zhao
Added support of parsing IPv4 total length and IPv6 payload length in the command line. The value of L3 length can be passed to the rte_flow API for testing. Signed-off-by: Bing Zhao --- app/test-pmd/cmdline_flow.c | 20 1 file changed, 20 insertions(+) diff --git a/app/tes

[PATCH] net/mlx5: fix flow workspace destruction

2023-07-01 Thread Bing Zhao
From: Gregory Etelson PMD uses pthread key to allocate and access per thread flow workspace memory buffers. PMD registered a key destructor function to clean up flow workspace buffers. However, the key destructor was not called by the pthread library. The patch keeps track of per-thread flow wo

[PATCH v2] net/mlx5: fix flow workspace destruction

2023-07-01 Thread Bing Zhao
From: Gregory Etelson PMD uses pthread key to allocate and access per thread flow workspace memory buffers. PMD registered a key destructor function to clean up flow workspace buffers. However, the key destructor was not called by the pthread library. The patch keeps track of per-thread flow wo