get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 6681,
    "url": "http://patches.dpdk.org/api/patches/6681/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1438377090-22232-2-git-send-email-thomas.monjalon@6wind.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": "<1438377090-22232-2-git-send-email-thomas.monjalon@6wind.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1438377090-22232-2-git-send-email-thomas.monjalon@6wind.com",
    "date": "2015-07-31T21:11:28",
    "name": "[dpdk-dev,1/3] ixgbe: fix offload config option name",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "33a60efc3d23207bab3a82952e7431358818dac8",
    "submitter": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/people/1/?format=api",
        "name": "Thomas Monjalon",
        "email": "thomas.monjalon@6wind.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1438377090-22232-2-git-send-email-thomas.monjalon@6wind.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/6681/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/6681/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 290F1C736;\n\tFri, 31 Jul 2015 23:13:01 +0200 (CEST)",
            "from mail-wi0-f171.google.com (mail-wi0-f171.google.com\n\t[209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 71B3DC6EC\n\tfor <dev@dpdk.org>; Fri, 31 Jul 2015 23:12:57 +0200 (CEST)",
            "by wibud3 with SMTP id ud3so46664058wib.0\n\tfor <dev@dpdk.org>; Fri, 31 Jul 2015 14:12:57 -0700 (PDT)",
            "from localhost.localdomain (136-92-190-109.dsl.ovh.fr.\n\t[109.190.92.136]) by smtp.gmail.com with ESMTPSA id\n\thd6sm6309134wib.19.2015.07.31.14.12.55\n\t(version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);\n\tFri, 31 Jul 2015 14:12:56 -0700 (PDT)"
        ],
        "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20130820;\n\th=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to\n\t:references;\n\tbh=0NB3o2Zm6n+OQAnReNBfzrBagx3VEC+jJsnGkTU/f08=;\n\tb=Umraxgcq6/FXiT6iSwDKhKxR4IGdVnqLHnL4fmUPmu8RimTtBaJsZ/g9tSnuXwkNwf\n\tZXAV8bvcYrwrUfoMYhn2dnDvYdq+5UQZYqMsIVqpKCIZ5eNc0rI1h2gGk6yOnoslPiln\n\tfhAxsODp0bhKs/uB1bEl4z0EOGqbXNbdz0xdCrMqfDza0H7WPSdtwXAmRAACXVwEltAo\n\t7nufJH16HSdPZToiuHmgoFbqrbRXOE4KAfrVdt4xvK1DyypROaT8NgBP2NoGz6lQq8Q9\n\tXIguLoLLdy1Ewns/iuuXrlglCE3LahDTR4qXB1IVDVxrESA4uotHqCgHLAKAsHTyxsvj\n\tPMkw==",
        "X-Gm-Message-State": "ALoCoQk7bJIqcpxZHPXWmnrYwkA4dhVYaCQzOB5Y4G+SVFKSFQxbeMXxRrGuJ9buleZAXD3ai+4h",
        "X-Received": "by 10.194.5.74 with SMTP id q10mr9892762wjq.27.1438377177206;\n\tFri, 31 Jul 2015 14:12:57 -0700 (PDT)",
        "From": "Thomas Monjalon <thomas.monjalon@6wind.com>",
        "To": "Helin Zhang <helin.zhang@intel.com>,\n\tKonstantin Ananyev <konstantin.ananyev@intel.com>,\n\tBruce Richardson <bruce.richardson@intel.com>",
        "Date": "Fri, 31 Jul 2015 23:11:28 +0200",
        "Message-Id": "<1438377090-22232-2-git-send-email-thomas.monjalon@6wind.com>",
        "X-Mailer": "git-send-email 2.4.2",
        "In-Reply-To": "<1438377090-22232-1-git-send-email-thomas.monjalon@6wind.com>",
        "References": "<2490473.jjJga3lrlm@xps13>\n\t<1438377090-22232-1-git-send-email-thomas.monjalon@6wind.com>",
        "Cc": "dev@dpdk.org",
        "Subject": "[dpdk-dev] [PATCH 1/3] ixgbe: fix offload config option name",
        "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": "The RX_OLFLAGS option was renamed from DISABLE to ENABLE in driver code\nand linux config.\nIt is now renamed also in bsd config and documentation.\n\nFixes: 359f106a69a9 (\"ixgbe: prefer enabling olflags rather than not disabling\")\n\nSigned-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>\n---\n config/common_bsdapp      | 2 +-\n doc/guides/nics/ixgbe.rst | 6 +++---\n 2 files changed, 4 insertions(+), 4 deletions(-)",
    "diff": "diff --git a/config/common_bsdapp b/config/common_bsdapp\nindex 2c6eb40..650de38 100644\n--- a/config/common_bsdapp\n+++ b/config/common_bsdapp\n@@ -174,7 +174,7 @@ CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX_FREE=n\n CONFIG_RTE_LIBRTE_IXGBE_DEBUG_DRIVER=n\n CONFIG_RTE_LIBRTE_IXGBE_PF_DISABLE_STRIP_CRC=n\n CONFIG_RTE_IXGBE_INC_VECTOR=n\n-CONFIG_RTE_IXGBE_RX_OLFLAGS_DISABLE=n\n+CONFIG_RTE_IXGBE_RX_OLFLAGS_ENABLE=y\n \n #\n # Compile burst-oriented I40E PMD driver\ndiff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst\nindex 62cc0aa..8cae299 100644\n--- a/doc/guides/nics/ixgbe.rst\n+++ b/doc/guides/nics/ixgbe.rst\n@@ -95,7 +95,7 @@ Other features are supported using optional MACRO configuration. They include:\n \n *   HW extend dual VLAN\n \n-*   Enabled by RX_OLFLAGS (RTE_IXGBE_RX_OLFLAGS_DISABLE=n)\n+*   Enabled by RX_OLFLAGS (RTE_IXGBE_RX_OLFLAGS_ENABLE=y)\n \n \n To guarantee the constraint, configuration flags in dev_conf.rxmode will be checked:\n@@ -154,13 +154,13 @@ Sample Application Notes\n testpmd\n ^^^^^^^\n \n-By default, using CONFIG_RTE_IXGBE_RX_OLFLAGS_DISABLE=n:\n+By default, using CONFIG_RTE_IXGBE_RX_OLFLAGS_ENABLE=y:\n \n .. code-block:: console\n \n     ./x86_64-native-linuxapp-gcc/app/testpmd -c 300 -n 4 -- -i --burst=32 --rxfreet=32 --mbcache=250 --txpt=32 --rxht=8 --rxwt=0 --txfreet=32 --txrst=32 --txqflags=0xf01\n \n-When CONFIG_RTE_IXGBE_RX_OLFLAGS_DISABLE=y, better performance can be achieved:\n+When CONFIG_RTE_IXGBE_RX_OLFLAGS_ENABLE=n, better performance can be achieved:\n \n .. code-block:: console\n \n",
    "prefixes": [
        "dpdk-dev",
        "1/3"
    ]
}