get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 129823,
    "url": "http://patchwork.dpdk.org/api/patches/129823/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20230802081106.2340406-2-caowenbo@mucse.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": "<20230802081106.2340406-2-caowenbo@mucse.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230802081106.2340406-2-caowenbo@mucse.com",
    "date": "2023-08-02T08:10:59",
    "name": "[v2,1/8] net/rnp: add skeleton",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "98113f9466142a1d3a5426ff3f8545301335edea",
    "submitter": {
        "id": 2142,
        "url": "http://patchwork.dpdk.org/api/people/2142/?format=api",
        "name": "11",
        "email": "caowenbo@mucse.com"
    },
    "delegate": {
        "id": 319,
        "url": "http://patchwork.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20230802081106.2340406-2-caowenbo@mucse.com/mbox/",
    "series": [
        {
            "id": 29092,
            "url": "http://patchwork.dpdk.org/api/series/29092/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=29092",
            "date": "2023-08-02T08:10:58",
            "name": "*** Add Support New Pmd Driver ***",
            "version": 2,
            "mbox": "http://patchwork.dpdk.org/series/29092/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/129823/comments/",
    "check": "success",
    "checks": "http://patchwork.dpdk.org/api/patches/129823/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 D710242FB8;\n\tWed,  2 Aug 2023 10:12:36 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id C277943253;\n\tWed,  2 Aug 2023 10:12:33 +0200 (CEST)",
            "from smtpbgsg1.qq.com (smtpbgsg1.qq.com [54.254.200.92])\n by mails.dpdk.org (Postfix) with ESMTP id 5D58340DDB\n for <dev@dpdk.org>; Wed,  2 Aug 2023 10:12:30 +0200 (CEST)",
            "from steven.localdomain ( [183.81.182.182])\n by bizesmtp.qq.com (ESMTP) with\n id ; Wed, 02 Aug 2023 16:12:17 +0800 (CST)"
        ],
        "X-QQ-mid": "bizesmtp91t1690963939tcmmv94h",
        "X-QQ-SSF": "01400000000000D0E000000B0000000",
        "X-QQ-FEAT": "+bXiSo2NuBfs3/0WmNn3mXVHZb6QDYWG4wu44HB0vTtdC7OlPh8Ge0QFZSR2y\n SHQlJAfN0cYNIiF+JRC3mtXrd72OXlB/whhwQWPvpPp83OgwUgZRlVzYxRUgIlZnZR1Dkmz\n IthNz+TkH4lF9Om4+ZFBeKweSg4L1NntISN5IO4S6iPI3MzjcdFPv5IQ4baLkmmHlkZrQ2P\n MrSSdrWn1Cs1xKDJNRncO1LuHcNebs1B3/t4X+VQagGXc8nIooEgTx2rq8eyYzwvmMvSrql\n 1+lAS3CL3CQ/8RLd6IeJyjWcvs63CpELYlQUibcimS4jL415zhk+zVuVFQnqqXVQF+5+MR0\n bItdobD+D7obJoLSYXEi0YU1Zolom2pzgXiQfFbi0UJ3FXkUoz/mQnxarqHN/6VkjJ+WmfL\n h87XgAp7AA7P0H/zP2qtxw==",
        "X-QQ-GoodBg": "2",
        "X-BIZMAIL-ID": "3684039822870715063",
        "From": "Wenbo Cao <caowenbo@mucse.com>",
        "To": "Thomas Monjalon <thomas@monjalon.net>,\n\tWenbo Cao <caowenbo@mucse.com>",
        "Cc": "dev@dpdk.org,\n\tferruh.yigit@intel.com,\n\tandrew.rybchenko@oktetlabs.ru",
        "Subject": "[PATCH v2 1/8] net/rnp: add skeleton",
        "Date": "Wed,  2 Aug 2023 08:10:59 +0000",
        "Message-Id": "<20230802081106.2340406-2-caowenbo@mucse.com>",
        "X-Mailer": "git-send-email 2.27.0",
        "In-Reply-To": "<20230802081106.2340406-1-caowenbo@mucse.com>",
        "References": "<20230802081106.2340406-1-caowenbo@mucse.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "X-QQ-SENDSIZE": "520",
        "Feedback-ID": "bizesmtp:mucse.com:qybglogicsvrgz:qybglogicsvrgz5a-0",
        "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"
    },
    "content": "Add Basic PMD library and doc build infrastructure\nUpdate maintainers file to claim responsibility.\n\nSigned-off-by: Wenbo Cao <caowenbo@mucse.com>\n---\n MAINTAINERS                      |  6 +++++\n doc/guides/nics/features/rnp.ini |  8 ++++++\n doc/guides/nics/index.rst        |  1 +\n doc/guides/nics/rnp.rst          | 43 ++++++++++++++++++++++++++++++++\n drivers/net/meson.build          |  1 +\n drivers/net/rnp/meson.build      | 12 +++++++++\n drivers/net/rnp/rnp_ethdev.c     |  3 +++\n 7 files changed, 74 insertions(+)\n create mode 100644 doc/guides/nics/features/rnp.ini\n create mode 100644 doc/guides/nics/rnp.rst\n create mode 100644 drivers/net/rnp/meson.build\n create mode 100644 drivers/net/rnp/rnp_ethdev.c",
    "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex a5219926ab..29c130b280 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -955,6 +955,12 @@ F: drivers/net/qede/\n F: doc/guides/nics/qede.rst\n F: doc/guides/nics/features/qede*.ini\n \n+Mucse rnp\n+M: Wenbo Cao <caowenbo@mucse.com>\n+F: drivers/net/rnp\n+F: doc/guides/nics/rnp.rst\n+F: doc/guides/nics/features/rnp.ini\n+\n Solarflare sfc_efx\n M: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>\n F: drivers/common/sfc_efx/\ndiff --git a/doc/guides/nics/features/rnp.ini b/doc/guides/nics/features/rnp.ini\nnew file mode 100644\nindex 0000000000..2ad04ee330\n--- /dev/null\n+++ b/doc/guides/nics/features/rnp.ini\n@@ -0,0 +1,8 @@\n+;\n+; Supported features of the 'rnp' network poll mode driver.\n+;\n+; Refer to default.ini for the full list of available PMD features.\n+;\n+[Features]\n+Linux                = Y\n+x86-64               = Y\ndiff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst\nindex 5c9d1edf5e..cc89d3154a 100644\n--- a/doc/guides/nics/index.rst\n+++ b/doc/guides/nics/index.rst\n@@ -61,6 +61,7 @@ Network Interface Controller Drivers\n     pcap_ring\n     pfe\n     qede\n+    rnp\n     sfc_efx\n     softnic\n     tap\ndiff --git a/doc/guides/nics/rnp.rst b/doc/guides/nics/rnp.rst\nnew file mode 100644\nindex 0000000000..5b3a3d0483\n--- /dev/null\n+++ b/doc/guides/nics/rnp.rst\n@@ -0,0 +1,43 @@\n+..  SPDX-License-Identifier: BSD-3-Clause\n+    Copyright(c) 2023 Mucse IC Design Ltd.\n+\n+RNP Poll Mode driver\n+==========================\n+\n+The RNP ETHDEV PMD (**librte_net_rnp**) provides poll mode ethdev\n+driver support for the inbuilt network device found in the **Mucse RNP**\n+\n+Prerequisites\n+-------------\n+More information can be found at `Mucse, Official Website\n+<https://mucse.com/productDetail>`_.\n+\n+Supported RNP SoCs\n+------------------------\n+\n+- N10\n+\n+Driver compilation and testing\n+------------------------------\n+\n+Refer to the document :ref:`compiling and testing a PMD for a NIC <pmd_build_and_test>`\n+for details.\n+\n+#. Running testpmd:\n+\n+   Follow instructions available in the document\n+   :ref:`compiling and testing a PMD for a NIC <pmd_build_and_test>`\n+   to run testpmd.\n+\n+Limitations or Known issues\n+----------------------------\n+Build with ICC is not supported yet.\n+CRC stripping\n+~~~~~~~~~~~~~~\n+The RNP SoC family NICs strip the CRC for every packets coming into the\n+host interface irrespective of the offload configuration.\n+When You Want To Disable CRC_OFFLOAD The Feature Will Influence The RxCksum Offload\n+VLAN Strip\n+~~~~~~~~~~~\n+For VLAN Strip RNP Just Support CVLAN(0x8100) Type If The Vlan Type Is SVLAN(0X88a8)\n+VLAN Filter Or Strip Will Not Effert For This Packet It Will Bypass To The Host.\ndiff --git a/drivers/net/meson.build b/drivers/net/meson.build\nindex b1df17ce8c..f9e013d38e 100644\n--- a/drivers/net/meson.build\n+++ b/drivers/net/meson.build\n@@ -54,6 +54,7 @@ drivers = [\n         'pfe',\n         'qede',\n         'ring',\n+        'rnp',\n         'sfc',\n         'softnic',\n         'tap',\ndiff --git a/drivers/net/rnp/meson.build b/drivers/net/rnp/meson.build\nnew file mode 100644\nindex 0000000000..0c38d39347\n--- /dev/null\n+++ b/drivers/net/rnp/meson.build\n@@ -0,0 +1,12 @@\n+# SPDX-License-Identifier: BSD-3-Clause\n+# Copyright(C) 2023 Mucse IC Design Ltd.\n+#\n+if is_windows\n+    build = false\n+    reason = 'not supported on Windows'\n+    subdir_done()\n+endif\n+\n+sources = files(\n+\t\t'rnp_ethdev.c',\n+)\ndiff --git a/drivers/net/rnp/rnp_ethdev.c b/drivers/net/rnp/rnp_ethdev.c\nnew file mode 100644\nindex 0000000000..9ce3c0b497\n--- /dev/null\n+++ b/drivers/net/rnp/rnp_ethdev.c\n@@ -0,0 +1,3 @@\n+/* SPDX-License-Identifier: BSD-3-Clause\n+ * Copyright(C) 2023 Mucse IC Design Ltd.\n+ */\n",
    "prefixes": [
        "v2",
        "1/8"
    ]
}