get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 98873,
    "url": "http://patches.dpdk.org/api/patches/98873/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20210915030959.59245-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": "<20210915030959.59245-1-robinx.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210915030959.59245-1-robinx.zhang@intel.com",
    "date": "2021-09-15T03:09:56",
    "name": "[v5,0/3] net/i40e: remove i40evf",
    "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/20210915030959.59245-1-robinx.zhang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/98873/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/98873/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 8F25DA0C45;\n\tWed, 15 Sep 2021 05:23:29 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 0E1D44014F;\n\tWed, 15 Sep 2021 05:23:29 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n by mails.dpdk.org (Postfix) with ESMTP id 5E42D4003C\n for <dev@dpdk.org>; Wed, 15 Sep 2021 05:23:27 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 14 Sep 2021 20:23:26 -0700",
            "from unknown (HELO intel-npg-odc-srv03.cd.intel.com)\n ([10.240.178.145])\n by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 14 Sep 2021 20:23:23 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10107\"; a=\"209289693\"",
            "E=Sophos;i=\"5.85,294,1624345200\"; d=\"scan'208\";a=\"209289693\"",
            "E=Sophos;i=\"5.85,294,1624345200\"; d=\"scan'208\";a=\"552825942\""
        ],
        "From": "Robin Zhang <robinx.zhang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "haiyue.wang@intel.com, beilei.xing@intel.com, mdr@ashroe.eu,\n jingjing.wu@intel.com, anatoly.burakov@intel.com, qi.z.zhang@intel.com,\n junfeng.guo@intel.com, stevex.yang@intel.com,\n Robin Zhang <robinx.zhang@intel.com>",
        "Date": "Wed, 15 Sep 2021 03:09:56 +0000",
        "Message-Id": "<20210915030959.59245-1-robinx.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20210830031215.557238-1-robinx.zhang@intel.com>",
        "References": "<20210830031215.557238-1-robinx.zhang@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v5 0/3] net/i40e: remove i40evf",
        "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": "In DPDK 21.05, iavf already became the default VF for i40e devices.\nSo remove i40evf due to it's no need to maintain now.\n\nv5:\n- rebase code.\n\nv4:\n- resolve compile warning issue.\n\nv3:\n- remove VF related code in i40e_rxtx.c.\n\nv2:\n- update 21.11 release note, remove some missed documentation.\n\nRobin Zhang (3):\n  net/i40e: remove i40evf\n  net/iavf: remove i40evf devargs option\n  doc: remove i40evf related documentation\n\n doc/guides/howto/lm_bond_virtio_sriov.rst |    4 +-\n doc/guides/nics/intel_vf.rst              |    8 +-\n doc/guides/rel_notes/deprecation.rst      |    8 -\n doc/guides/rel_notes/release_21_11.rst    |    2 +\n drivers/net/i40e/i40e_ethdev.h            |    1 -\n drivers/net/i40e/i40e_ethdev_vf.c         | 3006 ---------------------\n drivers/net/i40e/i40e_rxtx.c              |   50 +-\n drivers/net/i40e/meson.build              |    1 -\n drivers/net/i40e/rte_pmd_i40e.c           |    9 +-\n drivers/net/iavf/iavf_ethdev.c            |   52 +-\n 10 files changed, 26 insertions(+), 3115 deletions(-)\n delete mode 100644 drivers/net/i40e/i40e_ethdev_vf.c",
    "diff": null,
    "prefixes": [
        "v5",
        "0/3"
    ]
}