Re: [PATCH] eal: introduce missing rte_thread wrappers

2023-11-28 Thread David Vodak
On 11/27/23 18:27, Tyler Retzlaff wrote: On Mon, Nov 27, 2023 at 10:25:02AM +0100, David Vodak wrote: Function rte_ctrl_thread_create has been replaced by rte_thread_create_control, encouraging Linux users to switch from the pthread_t API to the rte_thread API. However the rte_thread API does

[PATCH] eal: introduce missing rte_thread wrappers

2023-11-27 Thread David Vodak
Function rte_ctrl_thread_create has been replaced by rte_thread_create_control, encouraging Linux users to switch from the pthread_t API to the rte_thread API. However the rte_thread API does not provide wrappers for all pthread functions. This commit introduces equivalent functions for pthread_tim

Re: Egress RTE flow rule rule with mark in matching pattern on mlx5

2022-09-14 Thread David Vodak
21:39, Asaf Penso wrote: Hello David, Can we first understand what you would like to achieve? Accordingly, we can suggest a way to do so. Regards, Asaf Penso -Original Message- From: David Vodak Sent: Tuesday, September 13, 2022 5:29 PM To: Matan Azrad ; Slava Ovsiienko Cc: dev

Egress RTE flow rule rule with mark in matching pattern on mlx5

2022-09-13 Thread David Vodak
Hello, I am trying to offload egress flow rule with mark in the matching pattern to nvidia NICs ConnectX-5 and ConnectX-6, but I keep getting the same results. I am using DPDK 21.11.1. If I try to offload this rule to mlx5 NIC, without any device arguments, it says that I need to enable exte