From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] net/virtio: fix fail to configure rxq interrupt Date: Mon, 31 Jul 2017 10:30:16 +0800 Message-ID: <20170731023016.GA9612@yliu-home> References: <1500434303-12975-1-git-send-email-jiayu.hu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, jianfeng.tan@intel.com, lei.a.yao@intel.com, stable@dpdk.org To: Jiayu Hu Return-path: Received: from mail-pf0-f194.google.com (mail-pf0-f194.google.com [209.85.192.194]) by dpdk.org (Postfix) with ESMTP id 98DA399BD for ; Mon, 31 Jul 2017 04:30:25 +0200 (CEST) Received: by mail-pf0-f194.google.com with SMTP id t86so2865685pfe.1 for ; Sun, 30 Jul 2017 19:30:25 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1500434303-12975-1-git-send-email-jiayu.hu@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 Wed, Jul 19, 2017 at 11:18:23AM +0800, Jiayu Hu wrote: > When use rte_eth_dev_configure() to enable rx queue interrupt for virtio > devices, virtio_configure_intr() isn't called to set up the interrupt > environment, which causes rx queue interrupt setup failed. This patch is > to fix this issue. > > Fixes: 26b683b4f7d0 ("net/virtio: setup Rx queue interrupts") > Cc: stable@dpdk.org > > Signed-off-by: Jiayu Hu Applied to dpdk-next-virtio. Thanks. --yliu