[dpdk-dev] [PATCH v5 0/3] vfio: fix broken msix interrupt initialization

2019-07-23 Thread David Marchand
>From Nithin original cover letter: A final patch for below mentioned RFC patch discussions. [RFC PATCH v3 1/3] vfio: revert change that does intr eventfd setup at probe http://mails.dpdk.org/archives/dev/2019-July/138358.html [RFC PATCH v3 2/3] eal: add mask and unmask interrupt APIs http://m

Re: [dpdk-dev] [PATCH v5 0/3] vfio: fix broken msix interrupt initialization

2019-07-23 Thread Thomas Monjalon
23/07/2019 10:04, David Marchand: > From Nithin original cover letter: > This patch set basically reverts vfio patch that moves eventfd setup > to probe time (1/3) because msix initialization is broken. > It adds new ack interrupt api for purposes of simple and light > weight ack method and also t