get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 89547,
    "url": "http://patches.dpdk.org/api/patches/89547/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20210319092019.1419667-1-robinx.zhang@intel.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": "<20210319092019.1419667-1-robinx.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210319092019.1419667-1-robinx.zhang@intel.com",
    "date": "2021-03-19T09:20:17",
    "name": "[0/2] fix lack of MAC type when set MAC address",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2004,
        "url": "http://patches.dpdk.org/api/people/2004/?format=api",
        "name": "Robin Zhang",
        "email": "robinx.zhang@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20210319092019.1419667-1-robinx.zhang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/89547/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/89547/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 BFFBAA0562;\n\tFri, 19 Mar 2021 10:27:17 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 7B7F1140F6E;\n\tFri, 19 Mar 2021 10:27:17 +0100 (CET)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n by mails.dpdk.org (Postfix) with ESMTP id 0E4E8140F6D\n for <dev@dpdk.org>; Fri, 19 Mar 2021 10:27:14 +0100 (CET)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 19 Mar 2021 02:27:14 -0700",
            "from unknown (HELO intel-npg-odc-srv03.cd.intel.com)\n ([10.240.178.145])\n by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 19 Mar 2021 02:27:11 -0700"
        ],
        "IronPort-SDR": [
            "\n x+Wb/EVgdGmnwCmnE1JvhUW8iauouFK060WZRpNiGr4L3qSemFGYTH2fm3mXPVfJbW1axo0wVx\n BI6gnu4Wv9Kg==",
            "\n mWb1XY2SuoyGxG5fxRlFxyo9z/YQFy3C4/1yLQlzxx+YA1hGqR4dARTjtriiRdW2hIwVwzc8TG\n hWPGk9XiJNYQ=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9927\"; a=\"274928207\"",
            "E=Sophos;i=\"5.81,261,1610438400\"; d=\"scan'208\";a=\"274928207\"",
            "E=Sophos;i=\"5.81,261,1610438400\"; d=\"scan'208\";a=\"413441699\""
        ],
        "From": "Robin Zhang <robinx.zhang@intel.com>",
        "To": "beilei.xing@intel.com,\n\tjia.guo@intel.com,\n\tjingjing.wu@intel.com",
        "Cc": "dev@dpdk.org,\n\tRobin Zhang <robinx.zhang@intel.com>",
        "Date": "Fri, 19 Mar 2021 09:20:17 +0000",
        "Message-Id": "<20210319092019.1419667-1-robinx.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 0/2] fix lack of MAC type when set MAC address",
        "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": "Fix lack of MAC type when set MAC address in i40evf and iavf PMD.\n\nRobin Zhang (2):\n  net/i40e: fix lack of MAC type when set MAC address\n  net/iavf: fix lack of MAC type when set MAC address\n\n drivers/net/i40e/base/virtchnl.h  | 29 +++++++++-\n drivers/net/i40e/i40e_ethdev_vf.c | 91 +++++++++++++++----------------\n drivers/net/iavf/iavf.h           |  2 +-\n drivers/net/iavf/iavf_ethdev.c    | 16 +++---\n drivers/net/iavf/iavf_vchnl.c     |  5 +-\n 5 files changed, 85 insertions(+), 58 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/2"
    ]
}