From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44])
 by dpdk.org (Postfix) with ESMTP id E064A7E17
 for <dev@dpdk.org>; Wed,  1 Oct 2014 11:45:18 +0200 (CEST)
Received: by mail-wg0-f44.google.com with SMTP id y10so618071wgg.15
 for <dev@dpdk.org>; Wed, 01 Oct 2014 02:52:03 -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=J31sHWtTjMtjUQhvKev0XSx2RQKFmMxliSThjZjqhj4=;
 b=Fvju8hErx9d2Uqz8c7foObVU3Xrc6095nuJ2TKmffryg8VrMkksc8VG12EYS612qV3
 BsX/CnpNC8sNP9gCi652h5Bzd0cB89aV1rqHVPX8QcH3Ghm6dUwr6J8MyQTvDpdthWZF
 UbRnN9jorFkJZdXQ99BYYt5YCqLv15YKPcrhCJUSKY9mn146O0D/OSJHqQBBTiMxXpDL
 /FWX5sCQsfD+IWDWHOUJmWCF33YputdAsIpB1xRQvc5yEaZfuP68x1PPaeH0tl93W7I9
 nm27wdYXgDtD1f8i6UzNmWXr5fGWTgtgfn0Rc1Hs0bajoyEw7PBNNm0/ZZV3BH6SptGw
 Soag==
X-Gm-Message-State: ALoCoQlrVgyqd8EWEjH/yMHk651l1cEu34H6Ctql94tFl87zjRZ925PugFJaMgBthK71LGA4Drn7
X-Received: by 10.180.99.67 with SMTP id eo3mr12826516wib.8.1412157123480;
 Wed, 01 Oct 2014 02:52:03 -0700 (PDT)
Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net.
 [82.239.227.177])
 by mx.google.com with ESMTPSA id nf2sm1283230wic.4.2014.10.01.02.52.02
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 01 Oct 2014 02:52:02 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Damjan Marion <damarion@cisco.com>
Date: Wed, 01 Oct 2014 11:51:50 +0200
Message-ID: <4543364.ClhKdKXkRk@xps13>
Organization: 6WIND
User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; )
In-Reply-To: <D5F8A545-A5EC-482F-A333-A90AA6F45B0A@cisco.com>
References: <1410474308-17744-1-git-send-email-damarion@cisco.com>
 <5419392A.1030606@6wind.com> <D5F8A545-A5EC-482F-A333-A90AA6F45B0A@cisco.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 01 Oct 2014 09:45:19 -0000

2014-09-29 18:09, Damjan Marion:
> On 17 Sep 2014, at 09:32, Olivier MATZ <olivier.matz@6wind.com> wrote:
> > On 09/12/2014 12:25 AM, damarion@cisco.com wrote:
> > > If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL
> > > 
> > > Signed-off-by: Damjan Marion <damarion@cisco.com>
> > > ---
> > >  lib/librte_pmd_virtio/virtio_rxtx.c | 6 ++++--
> > >  1 file changed, 4 insertions(+), 2 deletions(-)
> > 
> > Acked-by: Olivier Matz <olivier.matz@6wind.com>
> 
> Is this going to be applied or any action pending on my side?

It's now applied.

Thanks
-- 
Thomas