get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 71532,
    "url": "https://patches.dpdk.org/api/patches/71532/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200615020515.1359-1-qi.z.zhang@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": "<20200615020515.1359-1-qi.z.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200615020515.1359-1-qi.z.zhang@intel.com",
    "date": "2020-06-15T02:04:22",
    "name": "[v3,00/53] net/ice: base code update",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 504,
        "url": "https://patches.dpdk.org/api/people/504/?format=api",
        "name": "Qi Zhang",
        "email": "qi.z.zhang@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200615020515.1359-1-qi.z.zhang@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/71532/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/71532/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 dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id C0727A0093;\n\tMon, 15 Jun 2020 04:01:20 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 34C874C9D;\n\tMon, 15 Jun 2020 04:01:20 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n by dpdk.org (Postfix) with ESMTP id B68384C89\n for <dev@dpdk.org>; Mon, 15 Jun 2020 04:01:18 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 14 Jun 2020 19:01:17 -0700",
            "from dpdk51.sh.intel.com ([10.67.111.82])\n by fmsmga004.fm.intel.com with ESMTP; 14 Jun 2020 19:01:15 -0700"
        ],
        "IronPort-SDR": [
            "\n XYrrn/FvnkC7FmwjKRD0z16bKIh7ex/YYCnSAFBF/QkD76dA/99isKUYKhHwN1xNRD0YIzP8BU\n MLQ+Wcq0sIGQ==",
            "\n O7Nk0wR0CHCg9nY1JE5Ls9hHvafHyo3kiMQlHVzl3eQQeKiKsU/FiSqHrM1Sn89d2ZEmlEFhDA\n NB2gEE4b42lA=="
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.73,513,1583222400\"; d=\"scan'208\";a=\"298318780\"",
        "From": "Qi Zhang <qi.z.zhang@intel.com>",
        "To": "ferruh.yigit@intel.com",
        "Cc": "xiaolong.ye@intel.com, qiming.yang@intel.com, dev@dpdk.org,\n Qi Zhang <qi.z.zhang@intel.com>",
        "Date": "Mon, 15 Jun 2020 10:04:22 +0800",
        "Message-Id": "<20200615020515.1359-1-qi.z.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.13.6",
        "In-Reply-To": "<20200603024016.30636-1-qi.z.zhang@intel.com>",
        "References": "<20200603024016.30636-1-qi.z.zhang@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 00/53] net/ice: base code update",
        "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 <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": "Upgrade base with below main changes\n\n1. add more protocol support - L2TPv3/ESP/AH/PFCP.\n2. Add IPv6 prefix RSS support.\n3. support GENEVE and VXLAN rules with VLAN.\n4. Add E823L device IDs\n5. couple bug fixes and code clean.\n\nv3:\n- fix commit log base on Ferruh's comment.\n  [PATCH v2 10/52] remove incorrect fixline.\n  [PATCH v2 15/52] fix typo\n  [PATCH v2 22/52] replace PFR to PF reset\n  [PATCH v2 23/52] add more description of the fix \n  [PATCH v2 29/52] fix typo and add more description \n  [PATCH v2 34/52] add more description of the fix \n  [PATCH v2 40/52] improve the title.\n  [PATCH v2 43/52] replace \"BW\" with \"bandwith\" and fix typo\n  [PATCH v2 48/52] fix typo\n  [PATCH v2 49/52] add more description of the fix\n  [PATCH v2 52/52] seperate into 2 patches\n\nv2:\n- fix a bug in patch that cause RSS fail in patch 52/52\n- fix minor commit log issue\n\n\nQi Zhang (53):\n  net/ice/base: add support for non-IP Layer2 protocol\n  net/ice/base: add FDIR program status WB macro\n  net/ice/base: disable profile merge for FDIR\n  net/ice/base: avoid undefined behavior\n  net/ice/base: consolidate implementation of MAC config set\n  net/ice/base: report AOC PHY Types as Fiber\n  net/ice/base: gate devices from FW link override\n  net/ice/base: improve VSI filters rebuild\n  net/ice/base: add AUI media type\n  net/ice/base: fix variable type for ACL\n  net/ice/base: update PHY type high max index value\n  net/ice/base: consolidate VF Promiscuous mode\n  net/ice/base: refactor flow director filter swap\n  net/ice/base: change IPV6 training packet\n  net/ice/base: group function prototypes together\n  net/ice/base: cleanup comment formatting\n  net/ice/base: add FDIR support for L2TPV3 ESP AH and PFCP\n  net/ice/base: add FD completion report option\n  net/ice/base: initialize Set PHY Configuration FEC fields\n  net/ice/baes: add NVM help functions\n  net/ice/base: allow GENEVE and VXLAN rules with VLAN\n  net/ice/base: increase timeout after PF Reset\n  net/ice/base: remove unnecessary braces\n  net/ice/base: adjust function signature style format\n  net/ice/base: add RSS support for IPv6 prefix\n  net/ice/base: use macro for sizeof\n  net/ice/base: add debug logs\n  net/ice/base: return correct error code\n  net/ice/base: remove unnecessary code\n  net/ice/base: add support for more PPPoE packet type\n  net/ice/base: reset flags when all rules are deleted\n  net/ice/base: reset capabilities before parsing\n  net/ice/base: add rate limiting profile bit mask check\n  net/ice/base: update the vsi handle to remaining VSI\n  net/ice/base: fix return value\n  net/ice/base: remove unneeded variable\n  net/ice/base: fix for memory leak\n  net/ice/base: add entries in Profile TCAM with priority\n  net/ice/base: remove unimplemented function prototypes\n  net/ice/base: support checking all autoneg enable bits\n  net/ice/base: avoid PPPoE ipv4 overlap\n  net/ice/base: initialize AQ failure variable when set fc\n  net/ice/base: adjust scheduler default bandwidth weight\n  net/ice/base: distribute Tx queues evenly\n  net/ice/base: add a new command to LLDP commands\n  net/ice/base: remove unused code for VSI list free\n  net/ice/base: fix reference count when update VSI list\n  net/ice/base: add more tunnel type for IPv4 and IPv6\n  net/ice/base: fix uninitialized flag for result index bitmap\n  net/ice/base: add more device ID support\n  net/ice/base: add 1G SGMII PHY type\n  net/ice/base: update IPV4 and IPV6 flow ptype masks\n  net/ice/base: remove PPPoD from PPPoE bitmap\n\n drivers/net/ice/base/ice_acl.c           |  25 +-\n drivers/net/ice/base/ice_acl_ctrl.c      |  26 +-\n drivers/net/ice/base/ice_adminq_cmd.h    |  67 ++--\n drivers/net/ice/base/ice_bitops.h        |  10 +-\n drivers/net/ice/base/ice_common.c        | 309 ++++++++++++----\n drivers/net/ice/base/ice_common.h        |   6 +-\n drivers/net/ice/base/ice_controlq.c      |  48 +--\n drivers/net/ice/base/ice_dcb.c           |   3 +-\n drivers/net/ice/base/ice_devids.h        |  10 +\n drivers/net/ice/base/ice_fdir.c          | 338 ++++++++++++++++--\n drivers/net/ice/base/ice_fdir.h          | 106 +++---\n drivers/net/ice/base/ice_flex_pipe.c     |  92 +++--\n drivers/net/ice/base/ice_flow.c          | 277 +++++++++++----\n drivers/net/ice/base/ice_flow.h          |  44 ++-\n drivers/net/ice/base/ice_hw_autogen.h    |   4 +-\n drivers/net/ice/base/ice_lan_tx_rx.h     |  46 ++-\n drivers/net/ice/base/ice_nvm.c           |  72 +++-\n drivers/net/ice/base/ice_nvm.h           |  10 +\n drivers/net/ice/base/ice_protocol_type.h |  18 +-\n drivers/net/ice/base/ice_sched.c         | 104 ++++--\n drivers/net/ice/base/ice_switch.c        | 589 ++++++++++++++++++++++++++-----\n drivers/net/ice/base/ice_switch.h        |  36 +-\n drivers/net/ice/base/ice_type.h          |  20 +-\n drivers/net/ice/ice_ethdev.c             |   5 +\n drivers/net/ice/ice_fdir_filter.c        |  63 ++--\n drivers/net/ice/ice_hash.c               |  22 +-\n drivers/net/ice/ice_rxtx.c               |   4 +-\n 27 files changed, 1817 insertions(+), 537 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "00/53"
    ]
}