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 11:47:27 +0800 Message-ID: <20170731034727.GC9612@yliu-home> References: <1500434303-12975-1-git-send-email-jiayu.hu@intel.com> <20170731023016.GA9612@yliu-home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Tan, Jianfeng" , dev@dpdk.org To: "Hu, Jiayu" 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 94A2599CD for ; Mon, 31 Jul 2017 05:47:36 +0200 (CEST) Received: by mail-pf0-f194.google.com with SMTP id k72so21605842pfj.0 for ; Sun, 30 Jul 2017 20:47:36 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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, Jul 31, 2017 at 02:47:13AM +0000, Hu, Jiayu wrote: > Hi Yuanhan, > > When we run l3fwd-power in VM with applying this patch in VM DPDK, QEMU will crash. I think this patch can't solve the problem correctly but I haven't figured out the reason. I am so sorry about it. It's okay. But you should reply earlier here, so that I would not apply it. Regarding the crash, I believe Jianfeng had met a similar issue before. IIRC, it's about the order of event fd setups (or something like it). You might want to contact him for more details. And it's dropped. --yliu > > -----Original Message----- > > From: Yuanhan Liu [mailto:yliu@fridaylinux.org] > > Sent: Monday, July 31, 2017 10:30 > > To: Hu, Jiayu > > Cc: dev@dpdk.org; Tan, Jianfeng ; Yao, Lei A > > ; stable@dpdk.org > > Subject: Re: [PATCH] net/virtio: fix fail to configure rxq interrupt > > > > 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