Message ID | 163528412413.3925689.7831987824972063153.stgit@djiang5-desk3.ch.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | dmaengine: idxd: Add interrupt handle revoke support | expand |
On 26-10-21, 14:35, Dave Jiang wrote: > v2: > - Fix comment header typo (Vinod) > - Declare and init struct w/o memset (Vinod) > > The series adds support to refresh the interrupt handles when they become > invalid. Typically this happens during a VM live migration where a VM moves > from one machine to another. The driver will receive an interrupt to > indicate that interrupt handles need to be changed. The driver blocks the > current submissions and acquires new interrupt handles. All submissions > will be held off until the handle is refreshed. Already submitted > descriptor > will error with status of "incorrect interrupt handle" and be resubmitted > by the > driver. Applied, thanks