Show a cover letter.

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

{
    "id": 97705,
    "url": "http://patchwork.dpdk.org/api/covers/97705/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20210901163216.120087-1-bruce.richardson@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": "<20210901163216.120087-1-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210901163216.120087-1-bruce.richardson@intel.com",
    "date": "2021-09-01T16:32:10",
    "name": "[v2,0/6] add test suite for DMA drivers",
    "submitter": {
        "id": 20,
        "url": "http://patchwork.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20210901163216.120087-1-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 18607,
            "url": "http://patchwork.dpdk.org/api/series/18607/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=18607",
            "date": "2021-09-01T16:32:10",
            "name": "add test suite for DMA drivers",
            "version": 2,
            "mbox": "http://patchwork.dpdk.org/series/18607/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/97705/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 24D32A0C47;\n\tWed,  1 Sep 2021 18:32:27 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id A2FA6406A3;\n\tWed,  1 Sep 2021 18:32:26 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n by mails.dpdk.org (Postfix) with ESMTP id 6A83F40140\n for <dev@dpdk.org>; Wed,  1 Sep 2021 18:32:25 +0200 (CEST)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 01 Sep 2021 09:32:24 -0700",
            "from silpixa00399126.ir.intel.com ([10.237.223.29])\n by orsmga005.jf.intel.com with ESMTP; 01 Sep 2021 09:32:22 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10094\"; a=\"198359760\"",
            "E=Sophos;i=\"5.84,369,1620716400\"; d=\"scan'208\";a=\"198359760\"",
            "E=Sophos;i=\"5.84,369,1620716400\"; d=\"scan'208\";a=\"645812688\""
        ],
        "X-ExtLoop1": "1",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "conor.walsh@intel.com, kevin.laatz@intel.com, fengchengwen@huawei.com,\n jerinj@marvell.com, Bruce Richardson <bruce.richardson@intel.com>",
        "Date": "Wed,  1 Sep 2021 17:32:10 +0100",
        "Message-Id": "<20210901163216.120087-1-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.30.2",
        "In-Reply-To": "<20210826183301.333442-1-bruce.richardson@intel.com>",
        "References": "<20210826183301.333442-1-bruce.richardson@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v2 0/6] add test suite for DMA drivers",
        "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": "This patchset adds a fairly comprehensive set of tests for basic dmadev\nfunctionality. Tests are added to verify basic copy operation in each\ndevice, using both submit function and submit flag, and verifying completion\ngathering using both \"completed()\" and \"completed_status()\" functions. Beyond\nthat, tests are then added for the error reporting and handling, as is a suite\nof tests for the fill() operation for devices that support those.\n\nNOTE: This patchset depends on series v17 of the dmadev set [1].\n\n[1] http://patches.dpdk.org/project/dpdk/list/?series=18502\n\nV2:\n* added into dmadev a API to check for a device being idle\n* removed the hard-coded timeout delays before checking completions, and instead\n  wait for device to be idle\n* added in checks for statistics updates as part of some tests\n* fixed issue identified by internal coverity scan\n* other minor miscellaneous changes and fixes.\n\nBruce Richardson (5):\n  dmadev: add device idle check for testing use\n  app/test: add basic dmadev instance tests\n  app/test: add basic dmadev copy tests\n  app/test: add more comprehensive dmadev copy tests\n  app/test: test dmadev instance failure handling\n\nKevin Laatz (1):\n  app/test: add dmadev fill tests\n\n app/test/test_dmadev.c       | 893 +++++++++++++++++++++++++++++++++++\n lib/dmadev/rte_dmadev.c      |  16 +\n lib/dmadev/rte_dmadev.h      |  21 +\n lib/dmadev/rte_dmadev_core.h |   4 +\n lib/dmadev/version.map       |   1 +\n 5 files changed, 935 insertions(+)\n\n--\n2.30.2"
}