get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 89383,
    "url": "http://patchwork.dpdk.org/api/1.0/patches/89383/?format=api",
    "project": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/1.0/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"
    },
    "msgid": "<20210317111551.2215332-1-qi.z.zhang@intel.com>",
    "date": "2021-03-17T11:15:42",
    "name": "[v3,0/9] ether: refine debug build option",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 504,
        "url": "http://patchwork.dpdk.org/api/1.0/people/504/?format=api",
        "name": "Qi Zhang",
        "email": "qi.z.zhang@intel.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20210317111551.2215332-1-qi.z.zhang@intel.com/mbox/",
    "series": [],
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/89383/checks/",
    "tags": {},
    "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 67420A00C2;\n\tWed, 17 Mar 2021 12:12:09 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id D780C4069F;\n\tWed, 17 Mar 2021 12:12:08 +0100 (CET)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n by mails.dpdk.org (Postfix) with ESMTP id B6F5840687\n for <dev@dpdk.org>; Wed, 17 Mar 2021 12:12:07 +0100 (CET)",
            "from orsmga007.jf.intel.com ([10.7.209.58])\n by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 17 Mar 2021 04:12:06 -0700",
            "from dpdk51.sh.intel.com ([10.67.111.142])\n by orsmga007.jf.intel.com with ESMTP; 17 Mar 2021 04:12:03 -0700"
        ],
        "IronPort-SDR": [
            "\n YrHHG6AugMM2M6CNqCiTDnba3LEZHJbEtOj0QG9rJh6m+GwzcF0CD1p3L6omyOWZGmOo2cswkn\n x+cxdoupLn7A==",
            "\n uvsVIkl+QQC4UypU5L54KM159inLlTQfA79Nw1/LnVCoqopqGPZJF37lV8niUyVrCUJmRzYSN7\n itnJ9PRMBEtA=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9925\"; a=\"176570678\"",
            "E=Sophos;i=\"5.81,256,1610438400\"; d=\"scan'208\";a=\"176570678\"",
            "E=Sophos;i=\"5.81,256,1610438400\"; d=\"scan'208\";a=\"411428938\""
        ],
        "X-ExtLoop1": "1",
        "From": "Qi Zhang <qi.z.zhang@intel.com>",
        "To": "ferruh.yigit@intel.com",
        "Cc": "dev@dpdk.org, thomas@monjalon.net, bruce.richardson@intel.com,\n xiao.w.wang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com,\n jia.guo@intel.com, qiming.yang@intel.com, haiyue.wang@intel.com,\n Qi Zhang <qi.z.zhang@intel.com>",
        "Date": "Wed, 17 Mar 2021 19:15:42 +0800",
        "Message-Id": "<20210317111551.2215332-1-qi.z.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.26.2",
        "In-Reply-To": "<20210310121626.2019863-1-qi.z.zhang@intel.com>",
        "References": "<20210310121626.2019863-1-qi.z.zhang@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v3 0/9] ether: refine debug build option",
        "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": "PMDs use RTE_LIBRTE_<PMD_NAME>_DEBUG_RX|TX as build option to wrap\ndata path debug code. As .config has been removed since the meson build,\nIt is not friendly for new DPDK users to notice those debug options.\n\nPatch 1/9: introduces new compile options for data path debug in ether\nlayer, PMD can choose to reuse them to avoid maintain their own.\n\n- RTE_ETHDEV_DEBUG\n- RTE_ETHDEV_DEBUG_RX\n- RTE_ETHDEV_DEBUG_TX\n\nPatch 2/9: replace all RTE_LIBRTE_ETHDEV_DEBUG with RTE_ETHDEV_DEBUG\nin all PMDs\n\nPatch 3/9 - 9/9: refine the build option for Intel PMDs by using the\nnew build options\n\nv3:\n- rename \"RTE_LIBRTE_ETHDEV_xxx\" to \"RTE_ETHDEV_xxx\"\n- move document from \"overview.rst\" page to \"build_and_test.rst\"\n- fix grammar issues.\n\nv2:\n- fix some coding style issues.\n\nQi Zhang (9):\n  ether: refine debug build option\n  net: replace build option\n  net/fm10k: refine debug build option\n  net/e1000: refine debug build option\n  net/i40e: refine debug build option\n  net/iavf: refine debug build option\n  net/ice: refine debug build option\n  net/ixgbe: refine debug build option\n  net/igc: refine debug build option\n\n doc/guides/nics/build_and_test.rst           | 20 ++++++\n drivers/net/ark/ark_logs.h                   |  2 +-\n drivers/net/atlantic/atl_rxtx.c              |  2 +-\n drivers/net/e1000/e1000_logs.c               | 17 ++----\n drivers/net/e1000/e1000_logs.h               | 13 +---\n drivers/net/e1000/em_rxtx.c                  | 38 ++++++------\n drivers/net/e1000/igb_rxtx.c                 |  2 +-\n drivers/net/ena/ena_ethdev.c                 |  2 +-\n drivers/net/enic/enic_rxtx.c                 |  2 +-\n drivers/net/fm10k/fm10k_ethdev.c             |  7 +--\n drivers/net/fm10k/fm10k_logs.h               | 13 +---\n drivers/net/fm10k/fm10k_rxtx.c               |  8 +--\n drivers/net/hinic/hinic_pmd_tx.c             |  2 +-\n drivers/net/hns3/hns3_rxtx.c                 |  4 +-\n drivers/net/i40e/i40e_ethdev.c               |  7 +--\n drivers/net/i40e/i40e_logs.h                 | 13 +---\n drivers/net/i40e/i40e_rxtx.c                 | 16 ++---\n drivers/net/iavf/iavf_ethdev.c               |  7 +--\n drivers/net/iavf/iavf_log.h                  | 13 +---\n drivers/net/iavf/iavf_rxtx.c                 |  8 +--\n drivers/net/ice/ice_ethdev.c                 |  7 +--\n drivers/net/ice/ice_logs.h                   | 13 +---\n drivers/net/ice/ice_rxtx.c                   | 20 +++---\n drivers/net/igc/igc_logs.h                   |  4 +-\n drivers/net/igc/igc_txrx.c                   |  2 +-\n drivers/net/ixgbe/ixgbe_ethdev.c             |  7 +--\n drivers/net/ixgbe/ixgbe_logs.h               | 13 +---\n drivers/net/ixgbe/ixgbe_rxtx.c               | 64 ++++++++++----------\n drivers/net/qede/qede_rxtx.c                 |  4 +-\n drivers/net/softnic/rte_eth_softnic.c        |  2 +-\n drivers/net/softnic/rte_eth_softnic_thread.c |  2 +-\n drivers/net/txgbe/txgbe_rxtx.c               |  2 +-\n drivers/net/virtio/virtio_rxtx.c             |  2 +-\n drivers/net/vmxnet3/vmxnet3_rxtx.c           |  2 +-\n lib/librte_ethdev/rte_ethdev.h               | 16 ++---\n 35 files changed, 149 insertions(+), 207 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "0/9"
    ]
}