> From: Rao, Nikhil > Sent: Wednesday, March 29, 2017 12:54 AM > To: Burakov, Anatoly <anatoly.bura...@intel.com> > Cc: dev@dpdk.org > Subject: [PATCH v2] vfio: Fix vfio disable INTx > > The flags member of irq_set should be ORed with > VFIO_IRQ_SET_ACTION_MASK and not VFIO_IRQ_SET_ACTION_UNMASK. > The bug was found by code inspection. > > Fixes: 5c782b3928b8 (\"vfio: interrupts\") > > Signed-off-by: Nikhil Rao <nikhil....@intel.com>
Great find! Acked-by: Anatoly Burakov <anatoly.bura...@intel.com>