[PATCH] vhost_net: configure all host notifiers in a single MR transaction

2024-08-16 Thread zuoboqun via
This allows the vhost_net device which has multiple virtqueues to batch the setup of all its host notifiers. This significantly reduces the vhost_net device starting and stoping time, e.g. the time spend on enabling notifiers reduce from 630ms to 75ms and the time spend on disabling notifiers reduc

Re: [PATCH] vhost_net: configure all host notifiers in a single MR transaction

2024-08-16 Thread Michael S. Tsirkin
On Fri, Aug 16, 2024 at 03:08:35PM +0800, zuoboqun wrote: > This allows the vhost_net device which has multiple virtqueues to batch > the setup of all its host notifiers. This significantly reduces the > vhost_net device starting and stoping time, e.g. the time spend > on enabling notifiers reduce