From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] igb_uio: use non-threaded ISR Date: Mon, 23 Jan 2017 13:12:39 -0800 Message-ID: <20170123131239.31547f0e@xeon-e3> References: <1484953699-3156-1-git-send-email-david.w.su@intel.com> <20170120155058.5177efc4@xeon-e3> <3875C02542CA2945BF761013C1F5B8E57F3DC9AD@ORSMSX109.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Su, David W" Return-path: Received: from mail-pf0-f171.google.com (mail-pf0-f171.google.com [209.85.192.171]) by dpdk.org (Postfix) with ESMTP id EBF812A5B for ; Mon, 23 Jan 2017 22:12:47 +0100 (CET) Received: by mail-pf0-f171.google.com with SMTP id y143so43945526pfb.0 for ; Mon, 23 Jan 2017 13:12:47 -0800 (PST) In-Reply-To: <3875C02542CA2945BF761013C1F5B8E57F3DC9AD@ORSMSX109.amr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 23 Jan 2017 19:20:02 +0000 "Su, David W" wrote: > If rte_eth_conf.intr_conf.rxq != 0 and rte_eth_conf.intr_conf.lsc = 0 when rte_eth_dev_configure() is called, rx queue interrupts can be enabled/disabled with rte_eth_dev_rx_intr_{enable|disable} and DPDK applications can wait for rx queue interrupts with rte_epoll_wait(). This is the case for both igb_uio and vfio-pci drivers. > > vfio-pci already uses non-threaded ISR, but currently we can only use igb_uio when running DPDK applications in virtual machines. > Can't you use vfio-noiommu mode?