From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rcdn-iport-2.cisco.com (rcdn-iport-2.cisco.com [173.37.86.73]) by dpdk.org (Postfix) with ESMTP id 85A58312 for ; Mon, 29 Sep 2014 20:03:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=596; q=dns/txt; s=iport; t=1412014189; x=1413223789; h=from:to:subject:date:message-id:references:in-reply-to: content-id:content-transfer-encoding:mime-version; bh=OTmZHtp6dajUdvZNIGSCEeH2yNR4SYTkx59a1qgunrg=; b=GsKYGGk9s/FDvozQUzxOkVFsFBY2O9LRKAy3+8NeiGFsCw2FZZxaizZ6 DdTpT9qQaRPkgN+DFHE33R7uPg4ceHxuOR56DJCfzqj8b5NWApn6sxAFX HMxOswTkv1A1vKM2GaDrTVph71se37+7hoXYHKJB3bctLGkaKfEI297Ze 8=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwGAESgKVStJV2U/2dsb2JhbABggmsjgSoE0WMCgRQWAXIJhAMBAQEDASdXCwIBCBUDLjIlAgQTiDYIAb87AReQJYMugR0BBIsThlKLQ4xAiR2CIIFDbIFIgQIBAQE X-IronPort-AV: E=Sophos;i="5.04,621,1406592000"; d="scan'208";a="359299849" Received: from rcdn-core-12.cisco.com ([173.37.93.148]) by rcdn-iport-2.cisco.com with ESMTP; 29 Sep 2014 18:09:36 +0000 Received: from xhc-aln-x12.cisco.com (xhc-aln-x12.cisco.com [173.36.12.86]) by rcdn-core-12.cisco.com (8.14.5/8.14.5) with ESMTP id s8TI9a25004720 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 29 Sep 2014 18:09:36 GMT Received: from xmb-aln-x01.cisco.com ([fe80::747b:83e1:9755:d453]) by xhc-aln-x12.cisco.com ([173.36.12.86]) with mapi id 14.03.0195.001; Mon, 29 Sep 2014 13:09:35 -0500 From: "Damjan Marion (damarion)" To: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated Thread-Index: AQHPzg9A4nUSx7b54kOplsNZFsAp95wFSucAgBON2YA= Date: Mon, 29 Sep 2014 18:09:35 +0000 Message-ID: References: <1410474308-17744-1-git-send-email-damarion@cisco.com> <5419392A.1030606@6wind.com> In-Reply-To: <5419392A.1030606@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.61.82.175] Content-Type: text/plain; charset="iso-8859-1" Content-ID: <11A2E24E9957384D9E367E3D17308942@emea.cisco.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 29 Sep 2014 18:03:11 -0000 On 17 Sep 2014, at 09:32, Olivier MATZ wrote: > Hello, >=20 > On 09/12/2014 12:25 AM, damarion@cisco.com wrote: >> From: Damjan Marion >>=20 >> If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL >>=20 >> Signed-off-by: Damjan Marion >> --- >> lib/librte_pmd_virtio/virtio_rxtx.c | 6 ++++-- >> 1 file changed, 4 insertions(+), 2 deletions(-) >>=20 >=20 > Acked-by: Olivier Matz >=20 Is this going to be applied or any action pending on my side? Thanks, Damjan