From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/5] receive IRQ related patches Date: Thu, 09 Jul 2015 02:28:22 +0200 Message-ID: <2082724.xmKTK63gUV@xps13> References: <1431970814-25951-1-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 5DAC85A3E for ; Thu, 9 Jul 2015 02:29:29 +0200 (CEST) Received: by wgjx7 with SMTP id x7so209326483wgj.2 for ; Wed, 08 Jul 2015 17:29:29 -0700 (PDT) In-Reply-To: <1431970814-25951-1-git-send-email-stephen@networkplumber.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-05-18 10:40, Stephen Hemminger: > These are some of the patches to enhance the still as not yet > merged receive interrupt functionality. Have you made these comments in the interrupt mode thread? > The big piece is support of UIO-MSI interrupts which is required > to make the virtio and vmxnet3 receive IRQ functionality work. It seems better to wait that the kernel module is integrated upstream. Any news? Then the last patch to use this new module will have to be carefully reviewed.