From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=NEJ2lx079+uu7GdF5QfHXsiZDyvLnkFsDTFF4nY+4Fo=; b=VLpkH2MTc5uNWHwxXNhnCPBmRRksVaPc1fESJ7te1qF7FxQiYKQKtYGFBqN7TUZB+F T7IE3t79qZeZK3RUc3Cpvsq2ZZhAbeoMAjSfHB2uB7xlumkAfNw3XYMWW+BwBs1+O/Zn AwXRUuEtI6gUnDLVjoknRf+Zx56PDjSfXII6yOeTBJyH5dEJzuiDzuYnF340uMirVTJf 5m49RMjRHTV5JQIGbzqjP65pXUCeZQ61Km5NZ9M3GNenoe3cq3B2bUYBbqTsiV0Wd0mB UZrRlUClf6KXL0pJ5w3LxWOF0w5VNIaZpH6s5q7bpO8oxeCuTf71Y6qyxsE3nzzfnSOb eRlQ== X-Gm-Message-State: ALoCoQnWsp+bSGZXVZMqRlrfjW/T5xFas37zqcSMaNYLcm+oZBK0k5u7ss6rhGa5sSiWkwCOFDiM X-Received: by 10.194.120.230 with SMTP id lf6mr26665813wjb.41.1436401769185; Wed, 08 Jul 2015 17:29:29 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id fb3sm5375940wib.21.2015.07.08.17.29.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 17:29:27 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Thu, 09 Jul 2015 02:28:22 +0200 Message-ID: <2082724.xmKTK63gUV@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1431970814-25951-1-git-send-email-stephen@networkplumber.org> References: <1431970814-25951-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/5] receive IRQ related patches X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2015 00:29:29 -0000 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.