From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jun Xiao Subject: Re: [PATCH v4 4/5] eal: add per rx queue interrupt handling based on VFIO Date: Sat, 21 Feb 2015 10:56:44 +0800 Message-ID: <20150221025644.GA61778@gmail.com> References: <1424353698-29837-1-git-send-email-danny.zhou@intel.com> <1424353698-29837-5-git-send-email-danny.zhou@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Zhou Danny Return-path: Content-Disposition: inline In-Reply-To: <1424353698-29837-5-git-send-email-danny.zhou-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On 02/19, Zhou Danny wrote: > v4 changes: > - Adjust position of new-added structure fields > > v3 changes: > - Fix review comments > > v2 changes: > - Fix compilation issue for a missed header file > - Bug fix: free unreleased resources on the exception path before return > - Consolidate coding style related review comments > > This patch does below: > - Create multiple VFIO eventfd for rx queues. > - Handle per rx queue interrupt. > - Eliminate unnecessary suspended DPDK polling thread wakeup mechanism > for rx interrupt by allowing polling thread epoll_wait rx queue > interrupt notification. > > Signed-off-by: Danny Zhou > Tested-by: Yong Liu > --- > lib/librte_eal/common/include/rte_eal.h | 12 ++ > lib/librte_eal/linuxapp/eal/Makefile | 1 + > lib/librte_eal/linuxapp/eal/eal_interrupts.c | 190 ++++++++++++++++----- > lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 12 +- > .../linuxapp/eal/include/exec-env/rte_interrupts.h | 4 + Hi Danny, Could you rebase the patch to your commit 4a499c64959, otherwise rte_interrupts.h cannot be applied. Thanks, Jun