get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 57231,
    "url": "http://patches.dpdk.org/api/patches/57231/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1564401209-18752-1-git-send-email-matan@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": "<1564401209-18752-1-git-send-email-matan@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1564401209-18752-1-git-send-email-matan@mellanox.com",
    "date": "2019-07-29T11:53:18",
    "name": "[00/11] net/mlx5: LRO fixes and enhancements",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 796,
        "url": "http://patches.dpdk.org/api/people/796/?format=api",
        "name": "Matan Azrad",
        "email": "matan@mellanox.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1564401209-18752-1-git-send-email-matan@mellanox.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/57231/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/57231/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 8CD271BF7A;\n\tMon, 29 Jul 2019 14:16:45 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id 121651BF52\n\tfor <dev@dpdk.org>; Mon, 29 Jul 2019 14:16:34 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE2 (envelope-from\n\tmatan@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 29 Jul 2019 15:16:29 +0300",
            "from pegasus07.mtr.labs.mlnx (pegasus07.mtr.labs.mlnx\n\t[10.210.16.112])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x6TCGS4E021429;\n\tMon, 29 Jul 2019 15:16:29 +0300"
        ],
        "From": "Matan Azrad <matan@mellanox.com>",
        "To": "Shahaf Shuler <shahafs@mellanox.com>, Yongseok Koh <yskoh@mellanox.com>, \n\tViacheslav Ovsiienko <viacheslavo@mellanox.com>",
        "Cc": "dev@dpdk.org, Dekel Peled <dekelp@mellanox.com>",
        "Date": "Mon, 29 Jul 2019 11:53:18 +0000",
        "Message-Id": "<1564401209-18752-1-git-send-email-matan@mellanox.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [PATCH 00/11] net/mlx5: LRO fixes and enhancements",
        "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": "1. Fixes.\n2. 3 modes to support headroom with LRO.\n3. Allow LRO per queue.\n\nMatan Azrad (11):\n  net/mlx5: fix Rx scatter mode validation\n  net/mlx5: limit LRO size to the maximum Rx packet\n  net/mlx5: remove redundant offload flag reset\n  net/mlx5: support mbuf headroom for LRO packet\n  net/mlx5: fix DevX scattered Rx queue size\n  net/mlx5: fix DevX Rx queue type\n  net/mlx5: allow LRO in regular Rx queue\n  net/mlx5: fix DevX Rx queue memory alignment\n  net/mlx5: handle LRO packets in regular Rx queue\n  net/mlx5: allow implicit LRO flow\n  net/mlx5: allow LRO per Rx queue\n\n doc/guides/nics/mlx5.rst           |   5 +-\n drivers/net/mlx5/mlx5.c            |   4 +-\n drivers/net/mlx5/mlx5.h            |   6 --\n drivers/net/mlx5/mlx5_ethdev.c     |  14 +--\n drivers/net/mlx5/mlx5_flow_dv.c    |  18 +---\n drivers/net/mlx5/mlx5_flow_verbs.c |   3 +-\n drivers/net/mlx5/mlx5_prm.h        |  11 ++\n drivers/net/mlx5/mlx5_rxq.c        | 203 ++++++++++++++++++++-----------------\n drivers/net/mlx5/mlx5_rxtx.c       |  41 +++++++-\n drivers/net/mlx5/mlx5_rxtx.h       |  10 +-\n drivers/net/mlx5/mlx5_rxtx_vec.c   |   2 +\n drivers/net/mlx5/mlx5_trigger.c    |  10 +-\n 12 files changed, 179 insertions(+), 148 deletions(-)",
    "diff": null,
    "prefixes": [
        "00/11"
    ]
}