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

2022-06-16 Thread Li Zhang
hahaf Shuler > Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Raslan Darawsheh ; Roni > Bar Yanai > Subject: Re: [PATCH v2 00/15] mlx5/vdpa: optimize live migration time > > External email: Use caution opening links or attachments > > > On 6/16/22 09:24, M

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

2022-06-16 Thread Maxime Coquelin
On 6/16/22 09:24, Maxime Coquelin wrote: Hi Li, On 6/16/22 04:29, 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

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

2022-06-16 Thread Maxime Coquelin
Hi Li, On 6/16/22 04:29, 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 ad

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

2022-06-15 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)