Re: [PATCH v4 00/15] mlx5/vdpa: optimize live migration time

2022-06-21 Thread Maxime Coquelin
On 6/18/22 11:02, Li Zhang wrote: Allow the driver to use internal threads to obtain fast configuration. All the threads will be open on the same core of the event completion queue scheduling thread. Add max_conf_threads parameter to configure the maximum number of internal threads in additio

[PATCH v4 00/15] mlx5/vdpa: optimize live migration time

2022-06-18 Thread Li Zhang
Allow the driver to use internal threads to obtain fast configuration. All the threads will be open on the same core of the event completion queue scheduling thread. Add max_conf_threads parameter to configure the maximum number of internal threads in addition to the caller thread (8 is suggested)