get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 463,
    "url": "http://patches.dpdk.org/api/patches/463/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1411478047-1251-3-git-send-email-jing.d.chen@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": "<1411478047-1251-3-git-send-email-jing.d.chen@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1411478047-1251-3-git-send-email-jing.d.chen@intel.com",
    "date": "2014-09-23T13:14:03",
    "name": "[dpdk-dev,2/6] igb: change for VMDQ arguments expansion",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "c3bb1b5d736c92976aafe0b7e3ea4b7755aea728",
    "submitter": {
        "id": 40,
        "url": "http://patches.dpdk.org/api/people/40/?format=api",
        "name": "Chen, Jing D",
        "email": "jing.d.chen@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1411478047-1251-3-git-send-email-jing.d.chen@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/463/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/463/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 2BD8BB393;\n\tTue, 23 Sep 2014 15:12:56 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 872F7B344\n\tfor <dev@dpdk.org>; Tue, 23 Sep 2014 15:12:44 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby fmsmga101.fm.intel.com with ESMTP; 23 Sep 2014 06:14:18 -0700",
            "from shvmail01.sh.intel.com ([10.239.29.42])\n\tby FMSMGA003.fm.intel.com with ESMTP; 23 Sep 2014 06:08:25 -0700",
            "from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com\n\t[10.239.29.90])\n\tby shvmail01.sh.intel.com with ESMTP id s8NDEFMb012266;\n\tTue, 23 Sep 2014 21:14:15 +0800",
            "from shecgisg003.sh.intel.com (localhost [127.0.0.1])\n\tby shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP\n\tid s8NDED9Q001300; Tue, 23 Sep 2014 21:14:15 +0800",
            "(from jingche2@localhost)\n\tby shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id s8NDEDvW001296; \n\tTue, 23 Sep 2014 21:14:13 +0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"4.97,862,1389772800\"; d=\"scan'208\";a=\"390347778\"",
        "From": "\"Chen Jing D(Mark)\" <jing.d.chen@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue, 23 Sep 2014 21:14:03 +0800",
        "Message-Id": "<1411478047-1251-3-git-send-email-jing.d.chen@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "In-Reply-To": "<1411478047-1251-1-git-send-email-jing.d.chen@intel.com>",
        "References": "<1411478047-1251-1-git-send-email-jing.d.chen@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 2/6] igb: change for VMDQ arguments expansion",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "From: \"Chen Jing D(Mark)\" <jing.d.chen@intel.com>\n\nAssign new VMDQ arguments with correct values.\n\nSigned-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>\nAcked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>\nAcked-by: Jingjing Wu <jingjing.wu@intel.com>\nAcked-by: Jijiang Liu <jijiang.liu@intel.com>\nAcked-by: Huawei Xie <huawei.xie@intel.com>\n---\n lib/librte_pmd_e1000/igb_ethdev.c |    3 +++\n 1 files changed, 3 insertions(+), 0 deletions(-)",
    "diff": "diff --git a/lib/librte_pmd_e1000/igb_ethdev.c b/lib/librte_pmd_e1000/igb_ethdev.c\nindex c9acdc5..dc0ea6d 100644\n--- a/lib/librte_pmd_e1000/igb_ethdev.c\n+++ b/lib/librte_pmd_e1000/igb_ethdev.c\n@@ -1286,18 +1286,21 @@ eth_igb_infos_get(struct rte_eth_dev *dev,\n \t\tdev_info->max_rx_queues = 16;\n \t\tdev_info->max_tx_queues = 16;\n \t\tdev_info->max_vmdq_pools = ETH_8_POOLS;\n+\t\tdev_info->vmdq_queue_num = 16;\n \t\tbreak;\n \n \tcase e1000_82580:\n \t\tdev_info->max_rx_queues = 8;\n \t\tdev_info->max_tx_queues = 8;\n \t\tdev_info->max_vmdq_pools = ETH_8_POOLS;\n+\t\tdev_info->vmdq_queue_num = 8;\n \t\tbreak;\n \n \tcase e1000_i350:\n \t\tdev_info->max_rx_queues = 8;\n \t\tdev_info->max_tx_queues = 8;\n \t\tdev_info->max_vmdq_pools = ETH_8_POOLS;\n+\t\tdev_info->vmdq_queue_num = 8;\n \t\tbreak;\n \n \tcase e1000_i354:\n",
    "prefixes": [
        "dpdk-dev",
        "2/6"
    ]
}