get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 55665,
    "url": "http://patches.dpdk.org/api/patches/55665/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/cover.1561872899.git.dekelp@mellanox.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": "<cover.1561872899.git.dekelp@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1561872899.git.dekelp@mellanox.com",
    "date": "2019-06-30T07:59:07",
    "name": "[v8,0/3] add actions to modify header fields",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1082,
        "url": "http://patches.dpdk.org/api/people/1082/?format=api",
        "name": "Dekel Peled",
        "email": "dekelp@mellanox.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/cover.1561872899.git.dekelp@mellanox.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/55665/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/55665/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 A594D5689;\n\tSun, 30 Jun 2019 10:00:08 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id 3144B5424\n\tfor <dev@dpdk.org>; Sun, 30 Jun 2019 10:00:04 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE2 (envelope-from\n\tdekelp@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 30 Jun 2019 10:59:59 +0300",
            "from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx\n\t[10.128.130.87])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x5U7xxXE027511;\n\tSun, 30 Jun 2019 10:59:59 +0300"
        ],
        "From": "Dekel Peled <dekelp@mellanox.com>",
        "To": "adrien.mazarguil@6wind.com, wenzhuo.lu@intel.com, jingjing.wu@intel.com, \n\tbernard.iremonger@intel.com, yskoh@mellanox.com, shahafs@mellanox.com,\n\tviacheslavo@mellanox.com, arybchenko@solarflare.com",
        "Cc": "dev@dpdk.org, orika@mellanox.com",
        "Date": "Sun, 30 Jun 2019 10:59:07 +0300",
        "Message-Id": "<cover.1561872899.git.dekelp@mellanox.com>",
        "X-Mailer": "git-send-email 1.7.1",
        "In-Reply-To": "<cover.1561655345.git.dekelp@mellanox.com>",
        "References": "<cover.1561655345.git.dekelp@mellanox.com>",
        "Subject": "[dpdk-dev] [PATCH v8 0/3] add actions to modify header fields",
        "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": "Patch [1] implemented set of header modification actions in MLX PMD,\nbased on ethdev and testpmd updates included in [2].\nThis series implements support of additional header modification\nactions, in ethdev, testpmd, and MLX5 PMD.\n\nOriginal work by Xiaoyu Min.\n\n[1] http://patches.dpdk.org/patch/49310/\n[2] http://mails.dpdk.org/archives/dev/2018-August/109672.html\n\n---\nv2: apply code review comments.\nv3: apply additional code review comments.\n    - Update documentation of new commands.\n    - Use common general struct for all commands.\nv4: apply checkpatch comments.\nv5: apply additional code review comments.\n    - Add 8, 16, 32 bit types to union.\n    - Update struct name and documentation.\nv6: expand description of new struct in h file and commit log.\nv7: - Remove the common general struct with union added in v3 & v5.\n    - Commands take a simple integer value, not enclosed in a structure.\n    - Use separate commands for INC and DEC to allow full use of\n      the 32 bit value as unsigned.\nv8: clean redundant comments refering to removed structure.      \n---\n      \nDekel Peled (3):\n  ethdev: add actions to modify TCP header fields\n  app/testpmd: add actions to modify TCP header fields\n  net/mlx5: update modify header using Direct Verbs\n\n app/test-pmd/cmdline_flow.c                 | 100 ++++++++++++\n doc/guides/prog_guide/rte_flow.rst          |  35 +++-\n doc/guides/testpmd_app_ug/testpmd_funcs.rst |  16 ++\n drivers/net/mlx5/mlx5_flow.h                |  10 +-\n drivers/net/mlx5/mlx5_flow_dv.c             | 237 ++++++++++++++++++++++++++++\n drivers/net/mlx5/mlx5_prm.h                 |  12 ++\n lib/librte_ethdev/rte_flow.c                |   4 +\n lib/librte_ethdev/rte_flow.h                |  34 +++-\n 8 files changed, 445 insertions(+), 3 deletions(-)",
    "diff": null,
    "prefixes": [
        "v8",
        "0/3"
    ]
}