From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 490EF68C3 for ; Wed, 17 Sep 2014 09:27:21 +0200 (CEST) Received: by mail-wi0-f173.google.com with SMTP id em10so644799wid.6 for ; Wed, 17 Sep 2014 00:33:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Qwml3dQpjVpi39C4vQkAVoIIDI7qaNgCigACgVipwCg=; b=LAZC5WVVnUz5DBN3bOzmA9jZlsUoCOmq1+GdFSGb6fqI9OcfY/HqKC+SFxpqFsvao9 SKmPJFRlHULUi8WhaPv4gp0b5mWOt1KSo4rI5WVK9qgIcaZqmYIRE1KCs8N6VBG5OxRZ Suiwz6f4bDrcFMKmXziBPJeUd/tu//tfJgarFNgOBZ+gJPJcRzyV6vKctGPEcKohzggT /rrolH+f/vmtwK3pif4x4Fbid0B7cQj1l03LPcArkm4KebJXxFU0pbcmS7uh3AYIi1pi p0a60/aepFhrtFAdG9+FGKy7Nn0e5+/bncob1/aA6isqAyqZaYp8dct39xgbpu3p/1nK EmKw== X-Gm-Message-State: ALoCoQl881FuRgSG+uQtje8ZMrhOCtx3zjWALhe/mzWD2PQHT7aWXik0djvKDlyxf8xAXIcmd+1x X-Received: by 10.194.119.67 with SMTP id ks3mr26035730wjb.96.1410939181146; Wed, 17 Sep 2014 00:33:01 -0700 (PDT) Received: from [10.16.0.195] (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id js2sm21109583wjc.9.2014.09.17.00.32.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 17 Sep 2014 00:33:00 -0700 (PDT) Message-ID: <5419392A.1030606@6wind.com> Date: Wed, 17 Sep 2014 09:32:58 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: damarion@cisco.com, dev@dpdk.org References: <1410474308-17744-1-git-send-email-damarion@cisco.com> In-Reply-To: <1410474308-17744-1-git-send-email-damarion@cisco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated 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: Wed, 17 Sep 2014 07:27:21 -0000 Hello, On 09/12/2014 12:25 AM, damarion@cisco.com wrote: > From: Damjan Marion > > If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL > > Signed-off-by: Damjan Marion > --- > lib/librte_pmd_virtio/virtio_rxtx.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Acked-by: Olivier Matz