Show a cover letter.

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

{
    "id": 44331,
    "url": "http://patches.dpdk.org/api/covers/44331/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1536251222-17275-1-git-send-email-reshma.pattan@intel.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": "<1536251222-17275-1-git-send-email-reshma.pattan@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1536251222-17275-1-git-send-email-reshma.pattan@intel.com",
    "date": "2018-09-06T16:26:47",
    "name": "[00/15] add flow API support to softnic",
    "submitter": {
        "id": 70,
        "url": "http://patches.dpdk.org/api/people/70/?format=api",
        "name": "Pattan, Reshma",
        "email": "reshma.pattan@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1536251222-17275-1-git-send-email-reshma.pattan@intel.com/mbox/",
    "series": [
        {
            "id": 1211,
            "url": "http://patches.dpdk.org/api/series/1211/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=1211",
            "date": "2018-09-06T16:26:47",
            "name": "add flow API support to softnic",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/1211/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/44331/comments/",
    "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 BB5004C91;\n\tThu,  6 Sep 2018 18:27:07 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n\tby dpdk.org (Postfix) with ESMTP id 31F2D326C\n\tfor <dev@dpdk.org>; Thu,  6 Sep 2018 18:27:04 +0200 (CEST)",
            "from fmsmga007.fm.intel.com ([10.253.24.52])\n\tby orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t06 Sep 2018 09:27:03 -0700",
            "from sivswdev02.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.46])\n\tby fmsmga007.fm.intel.com with ESMTP; 06 Sep 2018 09:27:03 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.53,338,1531810800\"; d=\"scan'208\";a=\"68064394\"",
        "From": "Reshma Pattan <reshma.pattan@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Thu,  6 Sep 2018 17:26:47 +0100",
        "Message-Id": "<1536251222-17275-1-git-send-email-reshma.pattan@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "Subject": "[dpdk-dev] [PATCH 00/15] add flow API support to softnic",
        "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>"
    },
    "content": "This patch series adds the flow API support\nfor the softnic.\n\nThis patch set also introduce a new cli command\nto provide mapping of flow group and direction\nto softnic pipeline and table.\n\nReshma Pattan (15):\n  net/softnic: add infrastructure for flow API\n  net/softnic: rte flow attr mapping to pipeline\n  net/softnic: add new cli for flow attribute map\n  net/softnic: various data type changes\n  net/softnic: add free table and find out port functions\n  net/softnic: add function to get eth device from softnic\n  net/softnic: flow API validate support\n  net/softnic: validate and map flow rule with acl table match\n  net/softnic: parse flow protocol for acl table match\n  net/softnic: validate and map flow with hash table match\n  net/softnic: validate and map flow action with table action\n  net/softnic: add flow create API\n  net/softnic: add flow destroy API\n  net/softnic: add flow query API\n  net/softnic: add parsing for raw flow item\n\n drivers/net/softnic/Makefile                    |    1 +\n drivers/net/softnic/meson.build                 |    1 +\n drivers/net/softnic/rte_eth_softnic.c           |   16 +\n drivers/net/softnic/rte_eth_softnic_cli.c       |  115 +-\n drivers/net/softnic/rte_eth_softnic_flow.c      | 1809 +++++++++++++++++++++++\n drivers/net/softnic/rte_eth_softnic_internals.h |   98 +-\n drivers/net/softnic/rte_eth_softnic_pipeline.c  |   61 +-\n 7 files changed, 2071 insertions(+), 30 deletions(-)\n create mode 100644 drivers/net/softnic/rte_eth_softnic_flow.c"
}