Show a cover letter.

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

{
    "id": 43486,
    "url": "http://patches.dpdk.org/api/covers/43486/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1533075501-10135-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": "<1533075501-10135-1-git-send-email-reshma.pattan@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1533075501-10135-1-git-send-email-reshma.pattan@intel.com",
    "date": "2018-07-31T22:18:16",
    "name": "[v10,0/5] add unit tests for bitrate, latency and pdump libraries",
    "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/1533075501-10135-1-git-send-email-reshma.pattan@intel.com/mbox/",
    "series": [
        {
            "id": 844,
            "url": "http://patches.dpdk.org/api/series/844/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=844",
            "date": "2018-07-31T22:18:16",
            "name": "add unit tests for bitrate, latency and pdump libraries",
            "version": 10,
            "mbox": "http://patches.dpdk.org/series/844/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/43486/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 D5B044C9D;\n\tWed,  1 Aug 2018 00:18:27 +0200 (CEST)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n\tby dpdk.org (Postfix) with ESMTP id F34FB4C8E\n\tfor <dev@dpdk.org>; Wed,  1 Aug 2018 00:18:26 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t31 Jul 2018 15:18:25 -0700",
            "from sivswdev02.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.46])\n\tby fmsmga004.fm.intel.com with ESMTP; 31 Jul 2018 15:18:23 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.51,429,1526367600\"; d=\"scan'208\";a=\"76205490\"",
        "From": "Reshma Pattan <reshma.pattan@intel.com>",
        "To": "thomas@monjalon.net,\n\tdev@dpdk.org",
        "Cc": "anatoly.burakov@intel.com, jananeex.m.parthasarathy@intel.com,\n\tReshma Pattan <reshma.pattan@intel.com>,\n\tNaga Suresh Somarowthu <naga.sureshx.somarowthu@intel.com>",
        "Date": "Tue, 31 Jul 2018 23:18:16 +0100",
        "Message-Id": "<1533075501-10135-1-git-send-email-reshma.pattan@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "Subject": "[dpdk-dev] [PATCH v10 0/5] add unit tests for bitrate,\n\tlatency and pdump libraries",
        "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": "From: Reshma Pattan <reshma.pattan@intel.com>\n\n1/5: add helper functions for tests using ring-PMD Rx/Tx\n2/5: unit test cases added for bitrate library\n3/5: unit test cases added for latencystats library\n4/5: unit test cases added for pdump library\n5/5: added new unit tests to autotest list\n\nPatches 2/5,3/5 depends on 1/5\nPatch 4/5 depends on 1/5 and the below patch http://patches.dpdk.org/patch/43354/\n\nSigned-off-by: Naga Suresh Somarowthu <naga.sureshx.somarowthu@intel.com>\nReviewed-by: Reshma Pattan <reshma.pattan@intel.com>\nReviewed-by: Remy Horton <remy.horton@intel.com>\nReviewed-by: Anatoly Burakov <anatoly.burakov@intel.com>\nAcked-by: Reshma Pattan <reshma.pattan@intel.com>\n\n---\nv10: fixed clang compiler issues and freed latency stats memzone in latency\nstats unit tests.\nv9: rebased ontop of latest autotest changes and added new tests to the autotest list\nv8: renamed commit headline and freed the metrics memzone for bitrate ut\nv7: removed unused macros and corrected the comment\nv6: updated ring variable appropriately\nv5: rebased, freed pools and rings, created common patch set\n---\n\nNaga Suresh Somarowthu (4):\n  test: add helper functions for tests using ring-PMD Rx/Tx\n  test: add unit tests for bitrate library\n  test: add unit tests for latencystats library\n  test: add unit test for pdump library\n\nReshma Pattan (1):\n  autotest: add new unit tests to autotest list\n\n test/test/Makefile                |   9 ++\n test/test/autotest_data.py        |  18 +++\n test/test/process.h               |  12 ++\n test/test/sample_packet_forward.c | 115 +++++++++++++++++++\n test/test/sample_packet_forward.h |  40 +++++++\n test/test/test.c                  |   2 +\n test/test/test_bitratestats.c     | 229 +++++++++++++++++++++++++++++++++++++\n test/test/test_latencystats.c     | 229 +++++++++++++++++++++++++++++++++++++\n test/test/test_pdump.c            | 232 ++++++++++++++++++++++++++++++++++++++\n test/test/test_pdump.h            |  31 +++++\n 10 files changed, 917 insertions(+)\n create mode 100644 test/test/sample_packet_forward.c\n create mode 100644 test/test/sample_packet_forward.h\n create mode 100644 test/test/test_bitratestats.c\n create mode 100644 test/test/test_latencystats.c\n create mode 100644 test/test/test_pdump.c\n create mode 100644 test/test/test_pdump.h"
}