Re: [PATCH 08/11] examples: convert to normal control threads

2023-09-07 Thread Tyler Retzlaff
On Wed, Sep 06, 2023 at 06:12:25PM +0200, Thomas Monjalon wrote: > Calls to rte_ctrl_thread_create() are replaced with > rte_thread_create_control(). > > In vhost_blk, the control thread is not forced > to be scheduled on core 0 anymore. > > Signed-off-by: Thomas Monjalon > --- Acked-by: Tyler R

[PATCH 08/11] examples: convert to normal control threads

2023-09-06 Thread Thomas Monjalon
Calls to rte_ctrl_thread_create() are replaced with rte_thread_create_control(). In vhost_blk, the control thread is not forced to be scheduled on core 0 anymore. Signed-off-by: Thomas Monjalon --- examples/vhost/main.c | 9 + examples/vhost_blk/vhost_blk.c | 21 ++