On Tue, May 25, 2021 at 01:06:00PM -0500, Mike Christie wrote: > This allows a worker to handle multiple device's vqs. > > TODO: > - The worker is attached to the cgroup of the device that created it. In > this patch you can share workers with devices with different owners which > could be in different cgroups. Do we want to restict sharing workers with > devices that have the same owner (dev->mm value)? Question for Michael or Jason.