Show a cover letter.

GET /api/covers/81655/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 81655,
    "url": "http://patches.dpdk.org/api/covers/81655/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20201021030211.36381-1-ruifeng.wang@arm.com/",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20201021030211.36381-1-ruifeng.wang@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201021030211.36381-1-ruifeng.wang@arm.com",
    "date": "2020-10-21T03:02:09",
    "name": "[v2,0/2] LPM changes",
    "submitter": {
        "id": 1198,
        "url": "http://patches.dpdk.org/api/people/1198/?format=api",
        "name": "Ruifeng Wang",
        "email": "ruifeng.wang@arm.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20201021030211.36381-1-ruifeng.wang@arm.com/mbox/",
    "series": [
        {
            "id": 13159,
            "url": "http://patches.dpdk.org/api/series/13159/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=13159",
            "date": "2020-10-21T03:02:09",
            "name": "LPM changes",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/13159/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/81655/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 88414A04DD;\n\tWed, 21 Oct 2020 05:02:35 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 1D6C1AC78;\n\tWed, 21 Oct 2020 05:02:34 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by dpdk.org (Postfix) with ESMTP id 4BDACAC77\n for <dev@dpdk.org>; Wed, 21 Oct 2020 05:02:32 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7B72B1FB;\n Tue, 20 Oct 2020 20:02:30 -0700 (PDT)",
            "from net-arm-kp920-01.shanghai.arm.com\n (net-arm-kp920-01.shanghai.arm.com [10.169.210.104])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C18353F719;\n Tue, 20 Oct 2020 20:02:28 -0700 (PDT)"
        ],
        "From": "Ruifeng Wang <ruifeng.wang@arm.com>",
        "To": "",
        "Cc": "dev@dpdk.org, honnappa.nagarahalli@arm.com, nd@arm.com,\n Ruifeng Wang <ruifeng.wang@arm.com>",
        "Date": "Wed, 21 Oct 2020 11:02:09 +0800",
        "Message-Id": "<20201021030211.36381-1-ruifeng.wang@arm.com>",
        "X-Mailer": "git-send-email 2.20.1",
        "In-Reply-To": "<20200907081518.46350-1-ruifeng.wang@arm.com>",
        "References": "<20200907081518.46350-1-ruifeng.wang@arm.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] LPM changes",
        "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 <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",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "The rte_lpm structure is exported because lookup API is inlined.\nBut most of the structure can be hidden.\nDiscussion at: http://patches.dpdk.org/patch/72403/\nThis patch set aimed to hide the rte_lpm structure as much as possible.\n\nA data free issue was identified and fixed.\n\nRuifeng Wang (2):\n  lpm: fix free of data structure\n  lpm: hide internal data\n\n doc/guides/rel_notes/release_20_11.rst |   2 +\n lib/librte_lpm/rte_lpm.c               | 154 +++++++++++++++----------\n lib/librte_lpm/rte_lpm.h               |   7 --\n 3 files changed, 94 insertions(+), 69 deletions(-)"
}