Show a cover letter.

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

{
    "id": 96059,
    "url": "http://patchwork.dpdk.org/api/covers/96059/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dts/cover/1626699608-20895-1-git-send-email-churchill.khangar@intel.com/",
    "project": {
        "id": 3,
        "url": "http://patchwork.dpdk.org/api/projects/3/?format=api",
        "name": "DTS",
        "link_name": "dts",
        "list_id": "dts.dpdk.org",
        "list_email": "dts@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dts",
        "webscm_url": "http://git.dpdk.org/tools/dts/",
        "list_archive_url": "https://inbox.dpdk.org/dts",
        "list_archive_url_format": "https://inbox.dpdk.org/dts/{}",
        "commit_url_format": ""
    },
    "msgid": "<1626699608-20895-1-git-send-email-churchill.khangar@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/1626699608-20895-1-git-send-email-churchill.khangar@intel.com",
    "date": "2021-07-19T13:00:06",
    "name": "[0/2] add pipeline LPM and action selector test coverage",
    "submitter": {
        "id": 2045,
        "url": "http://patchwork.dpdk.org/api/people/2045/?format=api",
        "name": "Churchill Khangar",
        "email": "churchill.khangar@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dts/cover/1626699608-20895-1-git-send-email-churchill.khangar@intel.com/mbox/",
    "series": [
        {
            "id": 17895,
            "url": "http://patchwork.dpdk.org/api/series/17895/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dts/list/?series=17895",
            "date": "2021-07-19T13:00:08",
            "name": "add pipeline LPM and action selector test coverage",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/17895/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/96059/comments/",
    "headers": {
        "Return-Path": "<dts-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 E7286A034F;\n\tMon, 19 Jul 2021 15:09:48 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id DF92C40E28;\n\tMon, 19 Jul 2021 15:09:48 +0200 (CEST)",
            "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n by mails.dpdk.org (Postfix) with ESMTP id F37F64014E\n for <dts@dpdk.org>; Mon, 19 Jul 2021 15:09:47 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 19 Jul 2021 06:07:00 -0700",
            "from bdcdev11.iind.intel.com ([10.190.193.151])\n by fmsmga004.fm.intel.com with ESMTP; 19 Jul 2021 06:06:58 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10049\"; a=\"191333044\"",
            "E=Sophos;i=\"5.84,252,1620716400\"; d=\"scan'208\";a=\"191333044\"",
            "E=Sophos;i=\"5.84,252,1620716400\"; d=\"scan'208\";a=\"494057036\""
        ],
        "X-ExtLoop1": "1",
        "From": "Churchill Khangar <churchill.khangar@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "venkata.suresh.kumar.p@intel.com, churchill.khangar@intel.com,\n yogesh.jangra@intel.com",
        "Date": "Mon, 19 Jul 2021 09:00:06 -0400",
        "Message-Id": "<1626699608-20895-1-git-send-email-churchill.khangar@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dts] [PATCH 0/2] add pipeline LPM and action selector test coverage",
        "X-BeenThere": "dts@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "test suite reviews and discussions <dts.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dts>,\n <mailto:dts-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dts/>",
        "List-Post": "<mailto:dts@dpdk.org>",
        "List-Help": "<mailto:dts-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dts>,\n <mailto:dts-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dts-bounces@dpdk.org",
        "Sender": "\"dts\" <dts-bounces@dpdk.org>"
    },
    "content": "This patch series includes the changes to enhance the pipeline\ntest suite to cover the new features Longest Prefix Match(LPM)\nand action selector. Changes included in both the dep and tests\nfolders.\n\nChurchill Khangar (2):\n  dep: add LPM and action selector pipeline test suite dependencies\n  tests/pipeline: add LPM and action selector test suite\n\n dep/pipeline.tar.gz         | Bin 79658 -> 87441 bytes\n tests/TestSuite_pipeline.py | 391 ++++++++++++++++++++++++++++++++++++--------\n 2 files changed, 326 insertions(+), 65 deletions(-)"
}