From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated Date: Wed, 17 Sep 2014 09:32:58 +0200 Message-ID: <5419392A.1030606@6wind.com> References: <1410474308-17744-1-git-send-email-damarion@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: damarion-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org, dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1410474308-17744-1-git-send-email-damarion-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hello, On 09/12/2014 12:25 AM, damarion-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org 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