get:
Show a cover comment.

patch:
Update a cover comment.

put:
Update a cover comment.

GET /api/covers/872/comments/689/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 689,
    "web_url": "http://patchwork.dpdk.org/comment/689/",
    "msgid": "<90643b27f20942969d09ae04aecdfa31@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/90643b27f20942969d09ae04aecdfa31@huawei.com",
    "date": "2024-04-18T15:35:06",
    "subject": "RE: [PATCH 00/16] remove use of VLAs for Windows built code",
    "submitter": {
        "id": 2854,
        "url": "http://patchwork.dpdk.org/api/people/2854/?format=api",
        "name": "Konstantin Ananyev",
        "email": "konstantin.ananyev@huawei.com"
    },
    "content": "> On Thu, Apr 18, 2024 at 12:11:35PM +0000, Konstantin Ananyev wrote:\n> > Hi Tyler,\n> >\n> > > As per guidance technical board meeting 2024/04/17. This series\n> > > removes the use of VLAs from code built for Windows for all 3\n> > > toolchains. If there are additional opportunities to convert VLAs\n> > > to regular C arrays please provide the details for incorporation\n> > > into the series.\n> >\n> > I submitted the RFC series:\n> > https://patchwork.dpdk.org/project/dpdk/list/?series=31781\n> > that provides alternate approach to VLA removal (without alloca())\n> > for core libs.\n> > Feel free to re-use whatever is appropriate in your series.\n> > If time permits, I'll try to look to other libs from your series\n> > (probably next week or so).\n> > Konstantin\n> \n> if there is no objection i'm happy to drop changes in my series and\n> integrate your changes into my series with your signoff.\n> \n> let me know and i'll roll them together into v2.\n\nYes absolutely, feel free to go ahead with that.\nThanks\nKonstantin\n\n> \n> thank you!",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 8183D43EA7;\n\tThu, 18 Apr 2024 17:35:15 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id E5E6740272;\n\tThu, 18 Apr 2024 17:35:14 +0200 (CEST)",
            "from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187])\n by mails.dpdk.org (Postfix) with ESMTP id 2E53340042\n for <dev@dpdk.org>; Thu, 18 Apr 2024 17:35:13 +0200 (CEST)",
            "from mail.maildlp.com (unknown [172.19.163.48])\n by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4VL1wj3rhXzwT1c;\n Thu, 18 Apr 2024 23:32:05 +0800 (CST)",
            "from dggpeml100024.china.huawei.com (unknown [7.185.36.115])\n by mail.maildlp.com (Postfix) with ESMTPS id ED4F918006B;\n Thu, 18 Apr 2024 23:35:09 +0800 (CST)",
            "from frapeml500007.china.huawei.com (7.182.85.172) by\n dggpeml100024.china.huawei.com (7.185.36.115) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id\n 15.1.2507.35; Thu, 18 Apr 2024 23:35:09 +0800",
            "from frapeml500007.china.huawei.com ([7.182.85.172]) by\n frapeml500007.china.huawei.com ([7.182.85.172]) with mapi id 15.01.2507.035;\n Thu, 18 Apr 2024 17:35:06 +0200"
        ],
        "From": "Konstantin Ananyev <konstantin.ananyev@huawei.com>",
        "To": "Tyler Retzlaff <roretzla@linux.microsoft.com>",
        "CC": "\"dev@dpdk.org\" <dev@dpdk.org>,\n =?iso-8859-1?q?Morten_Br=F8rup?= <mb@smartsharesystems.com>,\n Akhil Goyal <gakhil@marvell.com>, Aman Singh <aman.deep.singh@intel.com>,\n Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,\n Bruce Richardson <bruce.richardson@intel.com>,\n Fengchengwen <fengchengwen@huawei.com>,\n \"Dariusz Sosnowski\" <dsosnowski@nvidia.com>,\n Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,\n Fan Zhang <fanzhang.oss@gmail.com>, Ferruh Yigit <ferruh.yigit@amd.com>,\n Harry van Haaren <harry.van.haaren@intel.com>,\n Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>,\n Jiayu Hu <hujiayu.hu@foxmail.com>, \"Jingjing Wu\" <jingjing.wu@intel.com>,\n Kevin Laatz <kevin.laatz@intel.com>,\n \"Konstantin Ananyev\" <konstantin.v.ananyev@yandex.ru>,\n Matan Azrad <matan@nvidia.com>, \"Ori Kam\" <orika@nvidia.com>,\n Pallavi Kadam <pallavi.kadam@intel.com>,\n \"Reshma Pattan\" <reshma.pattan@intel.com>,\n Sameh Gobriel <sameh.gobriel@intel.com>, Suanming Mou <suanmingm@nvidia.com>,\n Thomas Monjalon <thomas@monjalon.net>,\n Viacheslav Ovsiienko <viacheslavo@nvidia.com>,\n Vladimir Medvedkin <vladimir.medvedkin@intel.com>,\n Volodymyr Fialko <vfialko@marvell.com>, Yipeng Wang <yipeng1.wang@intel.com>,\n Yuying Zhang <Yuying.Zhang@intel.com>",
        "Subject": "RE: [PATCH 00/16] remove use of VLAs for Windows built code",
        "Thread-Topic": "[PATCH 00/16] remove use of VLAs for Windows built code",
        "Thread-Index": "AQHakSD9Kb/+a9mwQUKStIOkNdB3b7Ft794AgAAS7gCAACZQIA==",
        "Date": "Thu, 18 Apr 2024 15:35:06 +0000",
        "Message-ID": "<90643b27f20942969d09ae04aecdfa31@huawei.com>",
        "References": "<1713397319-26135-1-git-send-email-roretzla@linux.microsoft.com>\n <228ca3e7cd7f4b5893343527e1727221@huawei.com>\n <20240418151548.GB31175@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net>",
        "In-Reply-To": "\n <20240418151548.GB31175@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net>",
        "Accept-Language": "en-US",
        "Content-Language": "en-US",
        "X-MS-Has-Attach": "",
        "X-MS-TNEF-Correlator": "",
        "x-originating-ip": "[10.126.170.42]",
        "Content-Type": "text/plain; charset=\"iso-8859-1\"",
        "Content-Transfer-Encoding": "quoted-printable",
        "MIME-Version": "1.0",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org"
    },
    "addressed": null
}