Show a cover letter.

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

{
    "id": 96282,
    "url": "http://patchwork.dpdk.org/api/covers/96282/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20210726115137.6994-1-konstantin.ananyev@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20210726115137.6994-1-konstantin.ananyev@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210726115137.6994-1-konstantin.ananyev@intel.com",
    "date": "2021-07-26T11:51:35",
    "name": "[v2,0/2] app/acl: help to automate testing",
    "submitter": {
        "id": 33,
        "url": "http://patchwork.dpdk.org/api/people/33/?format=api",
        "name": "Ananyev, Konstantin",
        "email": "konstantin.ananyev@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20210726115137.6994-1-konstantin.ananyev@intel.com/mbox/",
    "series": [
        {
            "id": 17991,
            "url": "http://patchwork.dpdk.org/api/series/17991/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=17991",
            "date": "2021-07-26T11:51:35",
            "name": "app/acl: help to automate testing",
            "version": 2,
            "mbox": "http://patchwork.dpdk.org/series/17991/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/96282/comments/",
    "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 8DB14A0C47;\n\tMon, 26 Jul 2021 13:52:02 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 543B740F35;\n\tMon, 26 Jul 2021 13:52:02 +0200 (CEST)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n by mails.dpdk.org (Postfix) with ESMTP id 10ACE40DDA\n for <dev@dpdk.org>; Mon, 26 Jul 2021 13:52:00 +0200 (CEST)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 26 Jul 2021 04:51:59 -0700",
            "from sivswdev08.ir.intel.com ([10.237.217.47])\n by fmsmga008.fm.intel.com with ESMTP; 26 Jul 2021 04:51:58 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10056\"; a=\"276012328\"",
            "E=Sophos;i=\"5.84,270,1620716400\"; d=\"scan'208\";a=\"276012328\"",
            "E=Sophos;i=\"5.84,270,1620716400\"; d=\"scan'208\";a=\"473661324\""
        ],
        "X-ExtLoop1": "1",
        "From": "Konstantin Ananyev <konstantin.ananyev@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Konstantin Ananyev <konstantin.ananyev@intel.com>",
        "Date": "Mon, 26 Jul 2021 12:51:35 +0100",
        "Message-Id": "<20210726115137.6994-1-konstantin.ananyev@intel.com>",
        "X-Mailer": "git-send-email 2.18.0",
        "In-Reply-To": "<20210518112619.4237-1-konstantin.ananyev@intel.com>",
        "References": "<20210518112619.4237-1-konstantin.ananyev@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] app/acl: help to automate testing",
        "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",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "The purpose of this series is to help automate ACL library functional\ntesting using test-acl app.\nFirst patch adds into test-acl ability to skip comment/empty lines.\nSecond patch adds script for automate testing.\nSample input files are also provided.\n\nv2:\n - Added ability to skip comment/empty lines\n - Fixed check-spdx-tag.sh complains (Thomas)\n\nKonstantin Ananyev (2):\n  app/acl: allow comment and empty lines\n  app/acl: add script for automate testing\n\n app/test-acl/input/acl1v4_5_rule  |  7 +++\n app/test-acl/input/acl1v4_5_trace |  7 +++\n app/test-acl/input/acl1v6_1_rule  |  3 +\n app/test-acl/input/acl1v6_1_trace |  4 ++\n app/test-acl/main.c               | 51 ++++++++++++++---\n app/test-acl/test-acl.sh          | 94 +++++++++++++++++++++++++++++++\n 6 files changed, 157 insertions(+), 9 deletions(-)\n create mode 100644 app/test-acl/input/acl1v4_5_rule\n create mode 100644 app/test-acl/input/acl1v4_5_trace\n create mode 100644 app/test-acl/input/acl1v6_1_rule\n create mode 100644 app/test-acl/input/acl1v6_1_trace\n create mode 100644 app/test-acl/test-acl.sh"
}