get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 101751,
    "url": "https://patches.dpdk.org/api/patches/101751/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20211015095823.701188-1-jie1x.wang@intel.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<20211015095823.701188-1-jie1x.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20211015095823.701188-1-jie1x.wang@intel.com",
    "date": "2021-10-15T09:58:20",
    "name": "[v3,0/3] support PPPoL2TPv2oUDP RSS Hash",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2201,
        "url": "https://patches.dpdk.org/api/people/2201/?format=api",
        "name": "Jie Wang",
        "email": "jie1x.wang@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20211015095823.701188-1-jie1x.wang@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/101751/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/101751/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 A7B26A0C4B;\n\tFri, 15 Oct 2021 11:58:46 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 5D068410F1;\n\tFri, 15 Oct 2021 11:58:46 +0200 (CEST)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n by mails.dpdk.org (Postfix) with ESMTP id DF6A340692\n for <dev@dpdk.org>; Fri, 15 Oct 2021 11:58:44 +0200 (CEST)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 15 Oct 2021 02:58:44 -0700",
            "from dpdk.cd.intel.com ([10.240.178.133])\n by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 15 Oct 2021 02:58:40 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10137\"; a=\"227840724\"",
            "E=Sophos;i=\"5.85,375,1624345200\"; d=\"scan'208\";a=\"227840724\"",
            "E=Sophos;i=\"5.85,375,1624345200\"; d=\"scan'208\";a=\"492394795\""
        ],
        "From": "Jie Wang <jie1x.wang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "orika@nvidia.com, ferruh.yigit@intel.com, thomas@monjalon.net,\n andrew.rybchenko@oktetlabs.ru, xiaoyun.li@intel.com, stevex.yang@intel.com,\n jingjing.wu@intel.com, beilei.xing@intel.com, wenjun1.wu@intel.com,\n Jie Wang <jie1x.wang@intel.com>",
        "Date": "Fri, 15 Oct 2021 17:58:20 +0800",
        "Message-Id": "<20211015095823.701188-1-jie1x.wang@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20211012102508.275790-1-jie1x.wang@intel.com>",
        "References": "<20211012102508.275790-1-jie1x.wang@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v3 0/3] support PPPoL2TPv2oUDP RSS Hash",
        "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": "Support IAVF PPPoL2TPv2oUDP RSS Hash. Required to distribute packets\nbased on inner IP src+dest address and TCP/UDP src+dest port.\n\n---\nv3:\n * add testpmd match ppp and l2tpv2 protocol header fields value.\n * add the code of l2tpv2_encap.\n * update the title of ethdev patch and adjust the position of\n   the added code.\n\nv2:\n * update the rte_flow.rst and release notes.\n * update l2tpv2 header format.\n\nJie Wang (3):\n  ethdev: support PPP and L2TPV2 procotol\n  net/iavf: support PPPoL2TPv2oUDP RSS Hash\n  app/testpmd: support L2TPV2 and PPP protocol pattern\n\n app/test-pmd/cmdline.c                 | 244 +++++++++++++++\n app/test-pmd/cmdline_flow.c            | 396 +++++++++++++++++++++++++\n app/test-pmd/testpmd.h                 |  22 ++\n doc/guides/prog_guide/rte_flow.rst     |  25 ++\n doc/guides/rel_notes/release_21_11.rst |   5 +\n drivers/net/iavf/iavf_generic_flow.c   | 131 ++++++++\n drivers/net/iavf/iavf_generic_flow.h   |  15 +\n drivers/net/iavf/iavf_hash.c           | 108 ++++++-\n lib/ethdev/rte_flow.c                  |   2 +\n lib/ethdev/rte_flow.h                  | 117 ++++++++\n lib/net/rte_l2tpv2.h                   | 214 +++++++++++++\n 11 files changed, 1277 insertions(+), 2 deletions(-)\n create mode 100644 lib/net/rte_l2tpv2.h",
    "diff": null,
    "prefixes": [
        "v3",
        "0/3"
    ]
}