get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/51929/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 51929,
    "url": "http://patches.dpdk.org/api/patches/51929/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190329172241.11916-1-aconole@redhat.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": "<20190329172241.11916-1-aconole@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190329172241.11916-1-aconole@redhat.com",
    "date": "2019-03-29T17:22:38",
    "name": "[RFC,0/3] ci: enable unit tests for non-aarch64 platforms",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 332,
        "url": "http://patches.dpdk.org/api/people/332/?format=api",
        "name": "Aaron Conole",
        "email": "aconole@redhat.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190329172241.11916-1-aconole@redhat.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/51929/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/51929/checks/",
    "tags": {},
    "related": [],
    "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 B912E2C28;\n\tFri, 29 Mar 2019 18:22:46 +0100 (CET)",
            "from mx1.redhat.com (mx1.redhat.com [209.132.183.28])\n\tby dpdk.org (Postfix) with ESMTP id 2E02C1B05\n\tfor <dev@dpdk.org>; Fri, 29 Mar 2019 18:22:44 +0100 (CET)",
            "from smtp.corp.redhat.com\n\t(int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id 41E053082E58\n\tfor <dev@dpdk.org>; Fri, 29 Mar 2019 17:22:44 +0000 (UTC)",
            "from dhcp-25.97.bos.redhat.com (ovpn-121-152.rdu2.redhat.com\n\t[10.10.121.152])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id DC49060BFB\n\tfor <dev@dpdk.org>; Fri, 29 Mar 2019 17:22:42 +0000 (UTC)"
        ],
        "From": "Aaron Conole <aconole@redhat.com>",
        "To": "dev@dpdk.org",
        "Date": "Fri, 29 Mar 2019 13:22:38 -0400",
        "Message-Id": "<20190329172241.11916-1-aconole@redhat.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.12",
        "X-Greylist": "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.46]); Fri, 29 Mar 2019 17:22:44 +0000 (UTC)",
        "Subject": "[dpdk-dev] [RFC 0/3] ci: enable unit tests for non-aarch64 platforms",
        "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 series is submitted as an RFC because a number of the unit tests are\nnot successful in the travis environment.  If all of them were passing,\nthis would be submitted as PATCH instead.  It could be accepted as-is but I\nwould prefer to see all the tests passing first.\n\nThe first patch fixes up the tests to auto-detect the number of cores on\na machine.  This helps on lower-end systems (such as i3 laptops or something)\nwhere someone wants to verify the functionality.  The number of available\ncores on the running system will be picked based on the running system\nparameters.\n\nThe second patch moves some tests out - these tests don't produce output or\ncomplete in any reasonable amount of time (10m+ for a single unit test is\na little strange - they should be investigated to see if the run time can\nbe reduced).  I prefer to see these separated out since travis will completely\nbail if the test takes longer than 10m to produce output.\n\nThe third actually enables the testing, and runs each test leg independently.\nThis version populates the hugepages mapping.  However, it might be useful\nto have the option of running without hugepages enabled (and I have a\nseparate series that can do this).  However, the --no-huge flag seems to cause\nmost of the unit tests to break since they either spawn a new instance of\nthe EAL without passing the hugepage flags, or check against the hugepage API\nand use that to determine whether memory can be allocated.\n\nAaron Conole (3):\n  test/meson: auto detect number of cores\n  meson-tests: separate slower tests\n  ci: enable tests on non-arm platforms\n\n .ci/linux-build.sh   |  7 +++++++\n .ci/linux-setup.sh   |  6 +++++-\n app/test/meson.build | 43 +++++++++++++++++++++++++++++++++----------\n 3 files changed, 45 insertions(+), 11 deletions(-)",
    "diff": null,
    "prefixes": [
        "RFC",
        "0/3"
    ]
}