get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 41539,
    "url": "http://patchwork.dpdk.org/api/patches/41539/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20180626091236.30429-2-olivier.matz@6wind.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20180626091236.30429-2-olivier.matz@6wind.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180626091236.30429-2-olivier.matz@6wind.com",
    "date": "2018-06-26T09:12:36",
    "name": "[2/2] eal: remove experimental tag from user mbuf pool ops func",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "015190e5318d3f89f949686e97da864bb1d51564",
    "submitter": {
        "id": 8,
        "url": "http://patchwork.dpdk.org/api/people/8/?format=api",
        "name": "Olivier Matz",
        "email": "olivier.matz@6wind.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20180626091236.30429-2-olivier.matz@6wind.com/mbox/",
    "series": [
        {
            "id": 234,
            "url": "http://patchwork.dpdk.org/api/series/234/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=234",
            "date": "2018-06-26T09:12:35",
            "name": "[1/2] eal: remove deprecated function returning mbuf pool ops name",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/234/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/41539/comments/",
    "check": "success",
    "checks": "http://patchwork.dpdk.org/api/patches/41539/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 [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id E90D31B43B;\n\tTue, 26 Jun 2018 11:13:09 +0200 (CEST)",
            "from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com\n\t[62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 012E11B42E\n\tfor <dev@dpdk.org>; Tue, 26 Jun 2018 11:13:06 +0200 (CEST)",
            "from glumotte.dev.6wind.com. (unknown [10.16.0.195])\n\tby proxy.6wind.com (Postfix) with ESMTP id E89A919573B;\n\tTue, 26 Jun 2018 11:08:00 +0200 (CEST)"
        ],
        "From": "Olivier Matz <olivier.matz@6wind.com>",
        "To": "dev@dpdk.org,\n\tHemant Agrawal <hemant.agrawal@nxp.com>",
        "Cc": "santosh.shukla@caviumnetworks.com,\n\tJohn McNamara <john.mcnamara@intel.com>",
        "Date": "Tue, 26 Jun 2018 11:12:36 +0200",
        "Message-Id": "<20180626091236.30429-2-olivier.matz@6wind.com>",
        "X-Mailer": "git-send-email 2.11.0",
        "In-Reply-To": "<20180626091236.30429-1-olivier.matz@6wind.com>",
        "References": "<20180626091236.30429-1-olivier.matz@6wind.com>",
        "Subject": "[dpdk-dev] [PATCH 2/2] eal: remove experimental tag from user mbuf\n\tpool ops func",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Remove experimental tag from rte_eal_mbuf_user_pool_ops().\n\nSigned-off-by: Olivier Matz <olivier.matz@6wind.com>\n---\n lib/librte_eal/bsdapp/eal/eal.c         | 2 +-\n lib/librte_eal/common/include/rte_eal.h | 5 +----\n lib/librte_eal/linuxapp/eal/eal.c       | 2 +-\n lib/librte_eal/rte_eal_version.map      | 6 ++++++\n lib/librte_mbuf/Makefile                | 1 -\n lib/librte_mbuf/meson.build             | 1 -\n 6 files changed, 9 insertions(+), 8 deletions(-)",
    "diff": "diff --git a/lib/librte_eal/bsdapp/eal/eal.c b/lib/librte_eal/bsdapp/eal/eal.c\nindex f7cced725..98c689b16 100644\n--- a/lib/librte_eal/bsdapp/eal/eal.c\n+++ b/lib/librte_eal/bsdapp/eal/eal.c\n@@ -147,7 +147,7 @@ eal_get_runtime_dir(void)\n }\n \n /* Return user provided mbuf pool ops name */\n-const char * __rte_experimental\n+const char *\n rte_eal_mbuf_user_pool_ops(void)\n {\n \treturn internal_config.user_mbuf_pool_ops_name;\ndiff --git a/lib/librte_eal/common/include/rte_eal.h b/lib/librte_eal/common/include/rte_eal.h\nindex 0c9c3f13b..e114dcbdc 100644\n--- a/lib/librte_eal/common/include/rte_eal.h\n+++ b/lib/librte_eal/common/include/rte_eal.h\n@@ -490,15 +490,12 @@ static inline int rte_gettid(void)\n enum rte_iova_mode rte_eal_iova_mode(void);\n \n /**\n- * @warning\n- * @b EXPERIMENTAL: this API may change without prior notice\n- *\n  * Get user provided pool ops name for mbuf\n  *\n  * @return\n  *   returns user provided pool ops name.\n  */\n-const char * __rte_experimental\n+const char *\n rte_eal_mbuf_user_pool_ops(void);\n \n #ifdef __cplusplus\ndiff --git a/lib/librte_eal/linuxapp/eal/eal.c b/lib/librte_eal/linuxapp/eal/eal.c\nindex cf2a8082b..71ec2be9f 100644\n--- a/lib/librte_eal/linuxapp/eal/eal.c\n+++ b/lib/librte_eal/linuxapp/eal/eal.c\n@@ -155,7 +155,7 @@ eal_get_runtime_dir(void)\n }\n \n /* Return user provided mbuf pool ops name */\n-const char * __rte_experimental\n+const char *\n rte_eal_mbuf_user_pool_ops(void)\n {\n \treturn internal_config.user_mbuf_pool_ops_name;\ndiff --git a/lib/librte_eal/rte_eal_version.map b/lib/librte_eal/rte_eal_version.map\nindex 3d4a9d3bb..c151c8454 100644\n--- a/lib/librte_eal/rte_eal_version.map\n+++ b/lib/librte_eal/rte_eal_version.map\n@@ -240,6 +240,12 @@ DPDK_18.05 {\n \n } DPDK_18.02;\n \n+DPDK_18.08 {\n+\tglobal:\n+\n+\trte_eal_mbuf_user_pool_ops;\n+} DPDK_18.05;\n+\n EXPERIMENTAL {\n \tglobal:\n \ndiff --git a/lib/librte_mbuf/Makefile b/lib/librte_mbuf/Makefile\nindex 8749a00fe..e2b98a254 100644\n--- a/lib/librte_mbuf/Makefile\n+++ b/lib/librte_mbuf/Makefile\n@@ -6,7 +6,6 @@ include $(RTE_SDK)/mk/rte.vars.mk\n # library name\n LIB = librte_mbuf.a\n \n-CFLAGS += -DALLOW_EXPERIMENTAL_API\n CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3\n LDLIBS += -lrte_eal -lrte_mempool\n \ndiff --git a/lib/librte_mbuf/meson.build b/lib/librte_mbuf/meson.build\nindex 869c17c1c..45ffb0db5 100644\n--- a/lib/librte_mbuf/meson.build\n+++ b/lib/librte_mbuf/meson.build\n@@ -2,7 +2,6 @@\n # Copyright(c) 2017 Intel Corporation\n \n version = 3\n-allow_experimental_apis = true\n sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c')\n headers = files('rte_mbuf.h', 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h')\n deps += ['mempool']\n",
    "prefixes": [
        "2/2"
    ]
}