get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 106517,
    "url": "http://patches.dpdk.org/api/patches/106517/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1643116802-26466-1-git-send-email-juraj.linkes@pantheon.tech/",
    "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": "<1643116802-26466-1-git-send-email-juraj.linkes@pantheon.tech>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1643116802-26466-1-git-send-email-juraj.linkes@pantheon.tech",
    "date": "2022-01-25T13:19:58",
    "name": "[v3,0/4] arm64 cross docs improvements/fixes",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1626,
        "url": "http://patches.dpdk.org/api/people/1626/?format=api",
        "name": "Juraj Linkeš",
        "email": "juraj.linkes@pantheon.tech"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1643116802-26466-1-git-send-email-juraj.linkes@pantheon.tech/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/106517/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/106517/checks/",
    "tags": {},
    "related": [],
    "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 CD39BA00C2;\n\tTue, 25 Jan 2022 14:20:07 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 95821426EA;\n\tTue, 25 Jan 2022 14:20:07 +0100 (CET)",
            "from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20])\n by mails.dpdk.org (Postfix) with ESMTP id 1B180426E4\n for <dev@dpdk.org>; Tue, 25 Jan 2022 14:20:06 +0100 (CET)",
            "from localhost (localhost [127.0.0.1])\n by lb.pantheon.sk (Postfix) with ESMTP id B088913C68E;\n Tue, 25 Jan 2022 14:20:04 +0100 (CET)",
            "from lb.pantheon.sk ([127.0.0.1])\n by localhost (lb.pantheon.sk [127.0.0.1]) (amavisd-new, port 10024)\n with ESMTP id J6cg8i8tl7d0; Tue, 25 Jan 2022 14:20:03 +0100 (CET)",
            "from service-node1.lab.pantheon.local (unknown [46.229.239.141])\n by lb.pantheon.sk (Postfix) with ESMTP id C9C4113C67D;\n Tue, 25 Jan 2022 14:20:02 +0100 (CET)"
        ],
        "X-Virus-Scanned": "amavisd-new at siecit.sk",
        "From": "=?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "To": "thomas@monjalon.net, david.marchand@redhat.com,\n Honnappa.Nagarahalli@arm.com, Ruifeng.Wang@arm.com, ferruh.yigit@intel.com,\n jerinjacobk@gmail.com",
        "Cc": "dev@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "Subject": "[PATCH v3 0/4] arm64 cross docs improvements/fixes",
        "Date": "Tue, 25 Jan 2022 14:19:58 +0100",
        "Message-Id": "<1643116802-26466-1-git-send-email-juraj.linkes@pantheon.tech>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1638875109-5544-1-git-send-email-juraj.linkes@pantheon.tech>",
        "References": "<1638875109-5544-1-git-send-email-juraj.linkes@pantheon.tech>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "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"
    },
    "content": "The docs are a bit outdated and in need of updates.\n\nUsing CFLAGS and LDFLAGS is an artefact of the old build system, Meson\ndoesn't support those well.\n\nNumaclt can't be cross compiled with clang.\n\nThe names of downloaded binaried have an extra -none- in them.\n\nAnd to make these changes more easily understandable, add an example\ncross file.\n\nv3: rebase and minor reformat in:\n  doc: arm64 cross build CFLAGS/LDFLAGS alternatives\n  docs: add an example arm64 cross file\n\nJuraj Linkeš (4):\n  doc: arm64 cross build CFLAGS/LDFLAGS alternatives\n  doc: arm64 cross build binary names update\n  doc: arm64 cross build numactl compilers\n  doc: add an example arm64 cross file\n\n .../linux_gsg/cross_build_dpdk_for_arm64.rst  | 69 ++++++++++++++++---\n 1 file changed, 60 insertions(+), 9 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "0/4"
    ]
}