List patch comments

GET /api/patches/361/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<https://patches.dpdk.org/api/patches/361/comments/?format=api&page=1>; rel="first",
<https://patches.dpdk.org/api/patches/361/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 747, "web_url": "https://patches.dpdk.org/comment/747/", "msgid": "<F52918179C57134FAEC9EA62FA2F9625118543DD@shsmsx102.ccr.corp.intel.com>", "list_archive_url": "https://inbox.dpdk.org/dev/F52918179C57134FAEC9EA62FA2F9625118543DD@shsmsx102.ccr.corp.intel.com", "date": "2014-09-12T03:55:54", "subject": "Re: [dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is\n\tnot\tnegotiated", "submitter": { "id": 31, "url": "https://patches.dpdk.org/api/people/31/?format=api", "name": "Ouyang Changchun", "email": "changchun.ouyang@intel.com" }, "content": "Hi\n\n> -----Original Message-----\n> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of\n> damarion@cisco.com\n> Sent: Friday, September 12, 2014 6:25 AM\n> To: dev@dpdk.org\n> Subject: [dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not\n> negotiated\n> \n> From: Damjan Marion <damarion@cisco.com>\n> \n> If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL\n> \n> Signed-off-by: Damjan Marion <damarion@cisco.com>\n> ---\n> lib/librte_pmd_virtio/virtio_rxtx.c | 6 ++++--\n> 1 file changed, 4 insertions(+), 2 deletions(-)\n> \n> diff --git a/lib/librte_pmd_virtio/virtio_rxtx.c\n> b/lib/librte_pmd_virtio/virtio_rxtx.c\n> index 0b10108..8cb635e 100644\n> --- a/lib/librte_pmd_virtio/virtio_rxtx.c\n> +++ b/lib/librte_pmd_virtio/virtio_rxtx.c\n> @@ -328,8 +328,10 @@ virtio_dev_cq_start(struct rte_eth_dev *dev)\n> \tstruct virtio_hw *hw\n> \t\t= VIRTIO_DEV_PRIVATE_TO_HW(dev->data->dev_private);\n> \n> -\tvirtio_dev_vring_start(hw->cvq, VTNET_CQ);\n> -\tVIRTQUEUE_DUMP((struct virtqueue *)hw->cvq);\n> +\tif (hw->cvq) {\n> +\t\tvirtio_dev_vring_start(hw->cvq, VTNET_CQ);\n> +\t\tVIRTQUEUE_DUMP((struct virtqueue *)hw->cvq);\n> +\t}\n> }\n> \n> void\n> --\n> 2.1.0\n\nAcked-by: Changchun Ouyang <Changchun.ouyang@intel.com>", "headers": { "Return-Path": "<dev-bounces@dpdk.org>", "X-Original-To": "patchwork@dpdk.org", "Delivered-To": "patchwork@dpdk.org", "Received": [ "from [92.243.14.124] (localhost [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 8148668AC;\n\tFri, 12 Sep 2014 05:50:44 +0200 (CEST)", "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 56EC25909\n\tfor <dev@dpdk.org>; Fri, 12 Sep 2014 05:50:42 +0200 (CEST)", "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby orsmga101.jf.intel.com with ESMTP; 11 Sep 2014 20:55:57 -0700", "from fmsmsx103.amr.corp.intel.com ([10.18.124.201])\n\tby orsmga002.jf.intel.com with ESMTP; 11 Sep 2014 20:55:56 -0700", "from fmsmsx153.amr.corp.intel.com (10.18.125.6) by\n\tFMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP\n\tServer (TLS) id 14.3.195.1; Thu, 11 Sep 2014 20:55:56 -0700", "from shsmsx103.ccr.corp.intel.com (10.239.4.69) by\n\tFMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server\n\t(TLS) id 14.3.195.1; Thu, 11 Sep 2014 20:55:56 -0700", "from shsmsx102.ccr.corp.intel.com ([169.254.2.192]) by\n\tSHSMSX103.ccr.corp.intel.com ([169.254.4.204]) with mapi id\n\t14.03.0195.001; Fri, 12 Sep 2014 11:55:55 +0800" ], "X-ExtLoop1": "1", "X-IronPort-AV": "E=Sophos;i=\"5.04,510,1406617200\"; d=\"scan'208\";a=\"601812499\"", "From": "\"Ouyang, Changchun\" <changchun.ouyang@intel.com>", "To": "\"damarion@cisco.com\" <damarion@cisco.com>, \"dev@dpdk.org\" <dev@dpdk.org>", "Thread-Topic": "[dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ\n\tis not\tnegotiated", "Thread-Index": "AQHPzg9XFQd5rn5u9U6XhDhTU1x4WJv83T5A", "Date": "Fri, 12 Sep 2014 03:55:54 +0000", "Message-ID": "<F52918179C57134FAEC9EA62FA2F9625118543DD@shsmsx102.ccr.corp.intel.com>", "References": "<1410474308-17744-1-git-send-email-damarion@cisco.com>", "In-Reply-To": "<1410474308-17744-1-git-send-email-damarion@cisco.com>", "Accept-Language": "zh-CN, en-US", "Content-Language": "en-US", "X-MS-Has-Attach": "", "X-MS-TNEF-Correlator": "", "x-originating-ip": "[10.239.127.40]", "Content-Type": "text/plain; charset=\"us-ascii\"", "Content-Transfer-Encoding": "quoted-printable", "MIME-Version": "1.0", "Subject": "Re: [dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is\n\tnot\tnegotiated", "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>,\n\t<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>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null }, { "id": 799, "web_url": "https://patches.dpdk.org/comment/799/", "msgid": "<5419392A.1030606@6wind.com>", "list_archive_url": "https://inbox.dpdk.org/dev/5419392A.1030606@6wind.com", "date": "2014-09-17T07:32:58", "subject": "Re: [dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is\n\tnot negotiated", "submitter": { "id": 8, "url": "https://patches.dpdk.org/api/people/8/?format=api", "name": "Olivier Matz", "email": "olivier.matz@6wind.com" }, "content": "Hello,\n\nOn 09/12/2014 12:25 AM, damarion@cisco.com wrote:\n> From: Damjan Marion <damarion@cisco.com>\n>\n> If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL\n>\n> Signed-off-by: Damjan Marion <damarion@cisco.com>\n> ---\n> lib/librte_pmd_virtio/virtio_rxtx.c | 6 ++++--\n> 1 file changed, 4 insertions(+), 2 deletions(-)\n>\n\nAcked-by: Olivier Matz <olivier.matz@6wind.com>", "headers": { "Return-Path": "<dev-bounces@dpdk.org>", "X-Original-To": "patchwork@dpdk.org", "Delivered-To": "patchwork@dpdk.org", "Received": [ "from [92.243.14.124] (localhost [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 2E7FBAFD1;\n\tWed, 17 Sep 2014 09:27:22 +0200 (CEST)", "from mail-wi0-f173.google.com (mail-wi0-f173.google.com\n\t[209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 490EF68C3\n\tfor <dev@dpdk.org>; Wed, 17 Sep 2014 09:27:21 +0200 (CEST)", "by mail-wi0-f173.google.com with SMTP id em10so644799wid.6\n\tfor <dev@dpdk.org>; Wed, 17 Sep 2014 00:33:01 -0700 (PDT)", "from [10.16.0.195] (guy78-3-82-239-227-177.fbx.proxad.net.\n\t[82.239.227.177]) by mx.google.com with ESMTPSA id\n\tjs2sm21109583wjc.9.2014.09.17.00.32.59 for <multiple recipients>\n\t(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\n\tWed, 17 Sep 2014 00:33:00 -0700 (PDT)" ], "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20130820;\n\th=x-gm-message-state:message-id:date:from:user-agent:mime-version:to\n\t:subject:references:in-reply-to:content-type\n\t:content-transfer-encoding;\n\tbh=Qwml3dQpjVpi39C4vQkAVoIIDI7qaNgCigACgVipwCg=;\n\tb=LAZC5WVVnUz5DBN3bOzmA9jZlsUoCOmq1+GdFSGb6fqI9OcfY/HqKC+SFxpqFsvao9\n\tSKmPJFRlHULUi8WhaPv4gp0b5mWOt1KSo4rI5WVK9qgIcaZqmYIRE1KCs8N6VBG5OxRZ\n\tSuiwz6f4bDrcFMKmXziBPJeUd/tu//tfJgarFNgOBZ+gJPJcRzyV6vKctGPEcKohzggT\n\t/rrolH+f/vmtwK3pif4x4Fbid0B7cQj1l03LPcArkm4KebJXxFU0pbcmS7uh3AYIi1pi\n\tp0a60/aepFhrtFAdG9+FGKy7Nn0e5+/bncob1/aA6isqAyqZaYp8dct39xgbpu3p/1nK\n\tEmKw==", "X-Gm-Message-State": "ALoCoQl881FuRgSG+uQtje8ZMrhOCtx3zjWALhe/mzWD2PQHT7aWXik0djvKDlyxf8xAXIcmd+1x", "X-Received": "by 10.194.119.67 with SMTP id ks3mr26035730wjb.96.1410939181146; \n\tWed, 17 Sep 2014 00:33:01 -0700 (PDT)", "Message-ID": "<5419392A.1030606@6wind.com>", "Date": "Wed, 17 Sep 2014 09:32:58 +0200", "From": "Olivier MATZ <olivier.matz@6wind.com>", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64;\n\trv: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\n\tnot 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>,\n\t<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>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null }, { "id": 1254, "web_url": "https://patches.dpdk.org/comment/1254/", "msgid": "<D5F8A545-A5EC-482F-A333-A90AA6F45B0A@cisco.com>", "list_archive_url": "https://inbox.dpdk.org/dev/D5F8A545-A5EC-482F-A333-A90AA6F45B0A@cisco.com", "date": "2014-09-29T18:09:35", "subject": "Re: [dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is\n\tnot negotiated", "submitter": { "id": 68, "url": "https://patches.dpdk.org/api/people/68/?format=api", "name": "Damjan Marion (damarion)", "email": "damarion@cisco.com" }, "content": "On 17 Sep 2014, at 09:32, Olivier MATZ <olivier.matz@6wind.com> wrote:\n\n> Hello,\n> \n> On 09/12/2014 12:25 AM, damarion@cisco.com wrote:\n>> From: Damjan Marion <damarion@cisco.com>\n>> \n>> If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL\n>> \n>> Signed-off-by: Damjan Marion <damarion@cisco.com>\n>> ---\n>> lib/librte_pmd_virtio/virtio_rxtx.c | 6 ++++--\n>> 1 file changed, 4 insertions(+), 2 deletions(-)\n>> \n> \n> Acked-by: Olivier Matz <olivier.matz@6wind.com>\n> \n\nIs this going to be applied or any action pending on my side?\n\nThanks,\n\nDamjan", "headers": { "Return-Path": "<dev-bounces@dpdk.org>", "X-Original-To": "patchwork@dpdk.org", "Delivered-To": "patchwork@dpdk.org", "Received": [ "from [92.243.14.124] (localhost [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id B9B3911F5;\n\tMon, 29 Sep 2014 20:03:13 +0200 (CEST)", "from rcdn-iport-2.cisco.com (rcdn-iport-2.cisco.com [173.37.86.73])\n\tby dpdk.org (Postfix) with ESMTP id 85A58312\n\tfor <dev@dpdk.org>; Mon, 29 Sep 2014 20:03:11 +0200 (CEST)", "from rcdn-core-12.cisco.com ([173.37.93.148])\n\tby rcdn-iport-2.cisco.com with ESMTP; 29 Sep 2014 18:09:36 +0000", "from xhc-aln-x12.cisco.com (xhc-aln-x12.cisco.com [173.36.12.86])\n\tby rcdn-core-12.cisco.com (8.14.5/8.14.5) with ESMTP id\n\ts8TI9a25004720\n\t(version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL)\n\tfor <dev@dpdk.org>; Mon, 29 Sep 2014 18:09:36 GMT", "from xmb-aln-x01.cisco.com ([fe80::747b:83e1:9755:d453]) by\n\txhc-aln-x12.cisco.com ([173.36.12.86]) with mapi id 14.03.0195.001;\n\tMon, 29 Sep 2014 13:09:35 -0500" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n\td=cisco.com; i=@cisco.com; l=596; q=dns/txt; s=iport;\n\tt=1412014189; x=1413223789;\n\th=from:to:subject:date:message-id:references:in-reply-to:\n\tcontent-id:content-transfer-encoding:mime-version;\n\tbh=OTmZHtp6dajUdvZNIGSCEeH2yNR4SYTkx59a1qgunrg=;\n\tb=GsKYGGk9s/FDvozQUzxOkVFsFBY2O9LRKAy3+8NeiGFsCw2FZZxaizZ6\n\tDdTpT9qQaRPkgN+DFHE33R7uPg4ceHxuOR56DJCfzqj8b5NWApn6sxAFX\n\tHMxOswTkv1A1vKM2GaDrTVph71se37+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\"", "From": "\"Damjan Marion (damarion)\" <damarion@cisco.com>", "To": "\"dev@dpdk.org\" <dev@dpdk.org>", "Thread-Topic": "[dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ\n\tis not negotiated", "Thread-Index": "AQHPzg9A4nUSx7b54kOplsNZFsAp95wFSucAgBON2YA=", "Date": "Mon, 29 Sep 2014 18:09:35 +0000", "Message-ID": "<D5F8A545-A5EC-482F-A333-A90AA6F45B0A@cisco.com>", "References": "<1410474308-17744-1-git-send-email-damarion@cisco.com>\n\t<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\n\tnot 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>,\n\t<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>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null }, { "id": 1350, "web_url": "https://patches.dpdk.org/comment/1350/", "msgid": "<4543364.ClhKdKXkRk@xps13>", "list_archive_url": "https://inbox.dpdk.org/dev/4543364.ClhKdKXkRk@xps13", "date": "2014-10-01T09:51:50", "subject": "Re: [dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is\n\tnot negotiated", "submitter": { "id": 1, "url": "https://patches.dpdk.org/api/people/1/?format=api", "name": "Thomas Monjalon", "email": "thomas.monjalon@6wind.com" }, "content": "2014-09-29 18:09, Damjan Marion:\n> On 17 Sep 2014, at 09:32, Olivier MATZ <olivier.matz@6wind.com> wrote:\n> > On 09/12/2014 12:25 AM, damarion@cisco.com wrote:\n> > > If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL\n> > > \n> > > Signed-off-by: Damjan Marion <damarion@cisco.com>\n> > > ---\n> > > lib/librte_pmd_virtio/virtio_rxtx.c | 6 ++++--\n> > > 1 file changed, 4 insertions(+), 2 deletions(-)\n> > \n> > Acked-by: Olivier Matz <olivier.matz@6wind.com>\n> \n> Is this going to be applied or any action pending on my side?\n\nIt's now applied.\n\nThanks", "headers": { "Return-Path": "<dev-bounces@dpdk.org>", "X-Original-To": "patchwork@dpdk.org", "Delivered-To": "patchwork@dpdk.org", "Received": [ "from [92.243.14.124] (localhost [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 086787E1C;\n\tWed, 1 Oct 2014 11:45:21 +0200 (CEST)", "from mail-wg0-f44.google.com (mail-wg0-f44.google.com\n\t[74.125.82.44]) by dpdk.org (Postfix) with ESMTP id E064A7E17\n\tfor <dev@dpdk.org>; Wed, 1 Oct 2014 11:45:18 +0200 (CEST)", "by mail-wg0-f44.google.com with SMTP id y10so618071wgg.15\n\tfor <dev@dpdk.org>; Wed, 01 Oct 2014 02:52:03 -0700 (PDT)", "from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net.\n\t[82.239.227.177]) by mx.google.com with ESMTPSA id\n\tnf2sm1283230wic.4.2014.10.01.02.52.02 for <multiple recipients>\n\t(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tWed, 01 Oct 2014 02:52:02 -0700 (PDT)" ], "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20130820;\n\th=x-gm-message-state:from:to:cc:subject:date:message-id:organization\n\t:user-agent:in-reply-to:references:mime-version\n\t:content-transfer-encoding:content-type;\n\tbh=J31sHWtTjMtjUQhvKev0XSx2RQKFmMxliSThjZjqhj4=;\n\tb=Fvju8hErx9d2Uqz8c7foObVU3Xrc6095nuJ2TKmffryg8VrMkksc8VG12EYS612qV3\n\tBsX/CnpNC8sNP9gCi652h5Bzd0cB89aV1rqHVPX8QcH3Ghm6dUwr6J8MyQTvDpdthWZF\n\tUbRnN9jorFkJZdXQ99BYYt5YCqLv15YKPcrhCJUSKY9mn146O0D/OSJHqQBBTiMxXpDL\n\t/FWX5sCQsfD+IWDWHOUJmWCF33YputdAsIpB1xRQvc5yEaZfuP68x1PPaeH0tl93W7I9\n\tnm27wdYXgDtD1f8i6UzNmWXr5fGWTgtgfn0Rc1Hs0bajoyEw7PBNNm0/ZZV3BH6SptGw\n\tSoag==", "X-Gm-Message-State": "ALoCoQlrVgyqd8EWEjH/yMHk651l1cEu34H6Ctql94tFl87zjRZ925PugFJaMgBthK71LGA4Drn7", "X-Received": "by 10.180.99.67 with SMTP id eo3mr12826516wib.8.1412157123480;\n\tWed, 01 Oct 2014 02:52:03 -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>\n\t<5419392A.1030606@6wind.com>\n\t<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\n\tnot 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>,\n\t<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>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null } ]