List cover comments

GET /api/covers/53524/comments/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patches.dpdk.org/api/covers/53524/comments/?format=api&page=1>; rel="first",
<http://patches.dpdk.org/api/covers/53524/comments/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 96266, "web_url": "http://patches.dpdk.org/comment/96266/", "msgid": "<6c5de19b3131e2d5ba83aa235f139462b54f679e.camel@debian.org>", "list_archive_url": "https://inbox.dpdk.org/dev/6c5de19b3131e2d5ba83aa235f139462b54f679e.camel@debian.org", "date": "2019-05-17T13:53:26", "subject": "Re: [dpdk-dev] [PATCH v2 0/3] cleanup kernel meson.build file for\n\tlinux", "submitter": { "id": 823, "url": "http://patches.dpdk.org/api/people/823/?format=api", "name": "Luca Boccassi", "email": "bluca@debian.org" }, "content": "On Fri, 2019-05-17 at 14:45 +0100, Bruce Richardson wrote:\n> Small cleanups to shorten the meson.build file in the kernel/linux\n> directory, removing the unneeded version check and taking advantage\n> of the\n> subdir_done() function introduced in meson 0.46.\n> \n> V2:\n> \tresubmit without the 19.08 patch prefix and with the typo\n> \tremoved in patch 1.\n> \n> Bruce Richardson (3):\n> kernel/linux: remove unnecessary meson version check\n> kernel/linux: reduce unneeded indents in meson build file\n> kernel/linux: remove unneeded local variables\n> \n> kernel/linux/meson.build | 46 +++++++++++++++++---------------------\n> --\n> 1 file changed, 19 insertions(+), 27 deletions(-)\n\nSeries-acked-by: Luca Boccassi <bluca@debian.org>", "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 [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 632B85F3C;\n\tFri, 17 May 2019 15:53:29 +0200 (CEST)", "from mail-wr1-f66.google.com (mail-wr1-f66.google.com\n\t[209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 1BD935F2A\n\tfor <dev@dpdk.org>; Fri, 17 May 2019 15:53:28 +0200 (CEST)", "by mail-wr1-f66.google.com with SMTP id s17so7271805wru.3\n\tfor <dev@dpdk.org>; Fri, 17 May 2019 06:53:28 -0700 (PDT)", "from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id\n\tk67sm9486187wmb.34.2019.05.17.06.53.26\n\t(version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);\n\tFri, 17 May 2019 06:53:26 -0700 (PDT)" ], "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to\n\t:references:content-transfer-encoding:user-agent:mime-version;\n\tbh=10hKvz6ScsJjHii7JKU4sAa0OsUEzZxfrlvDZrlCx2E=;\n\tb=D5y9ABSAcFtPf35uYo1/Kt5nUIKiFEIJe3PRVhZ6h+NnLXcGUTuB8bvrfWcIRi61Qm\n\twS5mFSg5FqhwcS9MJXx7GmAsO1bjkxRRqF8WJNqwDGRmfMmaRFxgUfM3vXwZxQq2eeSP\n\tNO9LKQItZNFZFJ7zEvnU4BxxA14eI71ADyvpSZ+QpFVIK4rEqTDVx5qKHv3eJgXEi+mE\n\t3b9zkttht0gYrrEO0QOGH0FHyFhUEN+RUNX+KynXjN+rjCXXxKyGdOPnVO6+DogmUZYf\n\t3tqSeZK9EDwDeEvJit3SGs8sqVik35Uv/07kkX29jvSLBp+K0fs1uhGlbLGa0L1YBlRm\n\tz1RQ==", "X-Gm-Message-State": "APjAAAUzTlMi2YbKuscHJgs0x5oM1GNkm6j/B1EMxWu0Gko0G1YJpyRF\n\tj5WGhShLjF4GLkkoQf6Jodk=", "X-Google-Smtp-Source": "APXvYqzjNnY6H55R1qUuGOjCKVBD3zandcsQNek8M/SBhZw2ZkLIqkXC902/jT8kOf13qw3H2QlAow==", "X-Received": "by 2002:adf:cd11:: with SMTP id w17mr2330867wrm.83.1558101207739;\n\tFri, 17 May 2019 06:53:27 -0700 (PDT)", "Message-ID": "<6c5de19b3131e2d5ba83aa235f139462b54f679e.camel@debian.org>", "From": "Luca Boccassi <bluca@debian.org>", "To": "Bruce Richardson <bruce.richardson@intel.com>, dev@dpdk.org", "Cc": "david.marchand@redhat.com", "Date": "Fri, 17 May 2019 14:53:26 +0100", "In-Reply-To": "<20190517134529.18160-1-bruce.richardson@intel.com>", "References": "<20190430140325.45537-1-bruce.richardson@intel.com>\n\t<20190517134529.18160-1-bruce.richardson@intel.com>", "Content-Type": "text/plain; charset=\"UTF-8\"", "Content-Transfer-Encoding": "quoted-printable", "User-Agent": "Evolution 3.30.5-1 ", "MIME-Version": "1.0", "Subject": "Re: [dpdk-dev] [PATCH v2 0/3] cleanup kernel meson.build file for\n\tlinux", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "DPDK patches and discussions <dev.dpdk.org>", "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null }, { "id": 96537, "web_url": "http://patches.dpdk.org/comment/96537/", "msgid": "<2194709.WZpOoMfzze@xps>", "list_archive_url": "https://inbox.dpdk.org/dev/2194709.WZpOoMfzze@xps", "date": "2019-05-29T22:27:27", "subject": "Re: [dpdk-dev] [PATCH v2 0/3] cleanup kernel meson.build file for\n\tlinux", "submitter": { "id": 685, "url": "http://patches.dpdk.org/api/people/685/?format=api", "name": "Thomas Monjalon", "email": "thomas@monjalon.net" }, "content": "17/05/2019 15:53, Luca Boccassi:\n> On Fri, 2019-05-17 at 14:45 +0100, Bruce Richardson wrote:\n> > Small cleanups to shorten the meson.build file in the kernel/linux\n> > directory, removing the unneeded version check and taking advantage\n> > of the\n> > subdir_done() function introduced in meson 0.46.\n> > \n> > V2:\n> > \tresubmit without the 19.08 patch prefix and with the typo\n> > \tremoved in patch 1.\n> > \n> > Bruce Richardson (3):\n> > kernel/linux: remove unnecessary meson version check\n> > kernel/linux: reduce unneeded indents in meson build file\n> > kernel/linux: remove unneeded local variables\n> \n> Series-acked-by: Luca Boccassi <bluca@debian.org>\n\nApplied, thanks", "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 [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id BB1C84CA6;\n\tThu, 30 May 2019 00:27:33 +0200 (CEST)", "from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com\n\t[64.147.123.19]) by dpdk.org (Postfix) with ESMTP id C3CB63576\n\tfor <dev@dpdk.org>; Thu, 30 May 2019 00:27:32 +0200 (CEST)", "from compute1.internal (compute1.nyi.internal [10.202.2.41])\n\tby mailout.west.internal (Postfix) with ESMTP id 58F3153A;\n\tWed, 29 May 2019 18:27:31 -0400 (EDT)", "from mailfrontend2 ([10.202.2.163])\n\tby compute1.internal (MEProxy); Wed, 29 May 2019 18:27:31 -0400", "from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114])\n\tby mail.messagingengine.com (Postfix) with ESMTPA id 5F9E3380084;\n\tWed, 29 May 2019 18:27:29 -0400 (EDT)" ], "DKIM-Signature": [ "v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=\n\tfrom:to:cc:subject:date:message-id:in-reply-to:references\n\t:mime-version:content-transfer-encoding:content-type; s=mesmtp;\n\tbh=lHEx85FU9EOnx32yfqq4p6jcAVdzhgCHs8wa1n1HT/s=; b=LNcQxH809GSM\n\tmWAZyp7U2FMPpMiFBTKCbnxD8D8L84BFJdLRKuAhRAVylvxS2s8pxof/UlS9xAnx\n\tGiGo7qT0QeuBS7dgS3kdCRm8SFQ49z98Zu8igF6Kn3dvna+e16LFo2qIQAInW/If\n\teXMlVSlCpxOT4scT5q+soam+BXsnBnw=", "v=1; a=rsa-sha256; c=relaxed/relaxed; d=\n\tmessagingengine.com; h=cc:content-transfer-encoding:content-type\n\t:date:from:in-reply-to:message-id:mime-version:references\n\t:subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender\n\t:x-sasl-enc; s=fm2; bh=lHEx85FU9EOnx32yfqq4p6jcAVdzhgCHs8wa1n1HT\n\t/s=; b=cTKvZr500rAae7XsOUfbx7Aex8thWGQhOens9HFaM7ripEhbO0SbOTQmK\n\ttcniP8t1nah/gq9SloX+OIOZF5oZhzjmtTX3fSoEGgJ1EkHKaucIGXioE05WKZgE\n\tu7Mkrc78oH5LPq/0FTsq7RKR+0QT4FdN8rUfB8GoAoMLp2iAJoFdGKXBqf7+4dcU\n\tTZZgZEd6VYDgdv1rBniqGJnNQ9FqwmVLpi/CqmEoR1Dw1BOMQD7x8LLU+ZfdAp4y\n\tTbUA9me3T0YJEr/uajGbZAZpnHDFZ9pQf7ShoKoJ4fF3YH6ojCQjGhLtE86s5TdP\n\ttMNUDGPD9Mg65Xcih9dW8GacPJLQQ==" ], "X-ME-Sender": "<xms:UgfvXICtX9qxVHst7XUf5Tf3k-eWO8reNnQtsIIbSimaPMpEZFQreg>", "X-ME-Proxy-Cause": "gggruggvucftvghtrhhoucdtuddrgeduuddruddvkedgtdelucetufdoteggodetrfdotf\n\tfvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen\n\tuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne\n\tcujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr\n\tshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf\n\thppeelfedriedrudegledruddugeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm\n\trghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt", "X-ME-Proxy": "<xmx:UgfvXDR2G8EaPfRJ43WtyImOfWKDsnSvM01lQmOZapGWOzqFZdxXeA>\n\t<xmx:UgfvXBANH2Q85v3EnHWb7FTybU_9fhA4gXTtdBTpnc_kIbx1i6mTfA>\n\t<xmx:UgfvXCd4nY3i5gH27CIJE0PfFyyQM8qgCIw258DppHUtsQK1AC3XSw>\n\t<xmx:UwfvXAYjGEXdZel5MWgZrWdprz8GpZHJz6H6TxVsMxhNWZRbzVu3tA>", "From": "Thomas Monjalon <thomas@monjalon.net>", "To": "Bruce Richardson <bruce.richardson@intel.com>", "Cc": "dev@dpdk.org, Luca Boccassi <bluca@debian.org>, david.marchand@redhat.com", "Date": "Thu, 30 May 2019 00:27:27 +0200", "Message-ID": "<2194709.WZpOoMfzze@xps>", "In-Reply-To": "<6c5de19b3131e2d5ba83aa235f139462b54f679e.camel@debian.org>", "References": "<20190430140325.45537-1-bruce.richardson@intel.com>\n\t<20190517134529.18160-1-bruce.richardson@intel.com>\n\t<6c5de19b3131e2d5ba83aa235f139462b54f679e.camel@debian.org>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "7Bit", "Content-Type": "text/plain; charset=\"us-ascii\"", "Subject": "Re: [dpdk-dev] [PATCH v2 0/3] cleanup kernel meson.build file for\n\tlinux", "X-BeenThere": "dev@dpdk.org", "X-Mailman-Version": "2.1.15", "Precedence": "list", "List-Id": "DPDK patches and discussions <dev.dpdk.org>", "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>", "Errors-To": "dev-bounces@dpdk.org", "Sender": "\"dev\" <dev-bounces@dpdk.org>" }, "addressed": null } ]