get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 117120,
    "url": "https://patches.dpdk.org/api/patches/117120/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220929102936.5490-1-adwivedi@marvell.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<20220929102936.5490-1-adwivedi@marvell.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220929102936.5490-1-adwivedi@marvell.com",
    "date": "2022-09-29T10:29:32",
    "name": "[v2,0/4] add trace points in ethdev library",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1561,
        "url": "https://patches.dpdk.org/api/people/1561/?format=api",
        "name": "Ankur Dwivedi",
        "email": "adwivedi@marvell.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220929102936.5490-1-adwivedi@marvell.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/117120/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/117120/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 9C863A00C4;\n\tThu, 29 Sep 2022 12:32:41 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 80C3C40694;\n\tThu, 29 Sep 2022 12:32:41 +0200 (CEST)",
            "from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com\n [67.231.156.173])\n by mails.dpdk.org (Postfix) with ESMTP id 7A15B40395\n for <dev@dpdk.org>; Thu, 29 Sep 2022 12:32:40 +0200 (CEST)",
            "from pps.filterd (m0045851.ppops.net [127.0.0.1])\n by mx0b-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id\n 28T1UlbW022921;\n Thu, 29 Sep 2022 03:30:16 -0700",
            "from dc5-exch02.marvell.com ([199.233.59.182])\n by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3jw1rt1s2w-1\n (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);\n Thu, 29 Sep 2022 03:30:15 -0700",
            "from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com\n (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18;\n Thu, 29 Sep 2022 03:30:04 -0700",
            "from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com\n (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend\n Transport; Thu, 29 Sep 2022 03:30:04 -0700",
            "from hyd1349.t110.caveonetworks.com.com (unknown [10.29.45.13])\n by maili.marvell.com (Postfix) with ESMTP id D096A3F705C;\n Thu, 29 Sep 2022 03:29:42 -0700 (PDT)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com;\n h=from : to : cc :\n subject : date : message-id : in-reply-to : references : mime-version :\n content-transfer-encoding : content-type; s=pfpt0220;\n bh=VaCjT8pOxOmMQWtJZW5g9D3T7M3ZSyt0WLzLAwLhpdc=;\n b=alvPrOTDS19i+e4oMIKSev30xXhmpc8/rVQPcL7Td/dqnvn7+NGBwZRrK/YOCYb+YDCq\n UQz4k2M2UugMA2dVwdCPUjPBZuxYx+i8zBLz5MWcgbXyZ5xHLuZDK96dqy8Q1oULR0HJ\n aK1+VeHik4u7FdGpMOpdVlIdD7jmcTrFxifUZVXK+trLP+B7f3oapufpbAFik6GSRaMf\n ndhiaCLh44c+5JCGoGlGI30VsmRzvAh/rDZYLJua3oQx8HGs61KmgtaB3Hl4tHLx//n+\n PKYKDCmZJihpA1RNLpUXR2CI8xs59S2OOFRRE3ojn0sRalSPHS5OzB/N1ZUAtvi8QFO4 Rw==",
        "From": "Ankur Dwivedi <adwivedi@marvell.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<thomas@monjalon.net>, <mdr@ashroe.eu>, <orika@nvidia.com>,\n <ferruh.yigit@xilinx.com>, <chas3@att.com>, <humin29@huawei.com>,\n <linville@tuxdriver.com>, <ciara.loftus@intel.com>,\n <qi.z.zhang@intel.com>, <mw@semihalf.com>, <mk@semihalf.com>,\n <shaibran@amazon.com>, <evgenys@amazon.com>, <igorch@amazon.com>,\n <chandu@amd.com>, <irusskikh@marvell.com>,\n <shepard.siegel@atomicrules.com>, <ed.czeck@atomicrules.com>,\n <john.miller@atomicrules.com>, <ajit.khaparde@broadcom.com>,\n <somnath.kotur@broadcom.com>, <jerinj@marvell.com>,\n <mczekaj@marvell.com>, <sthotton@marvell.com>,\n <srinivasan@marvell.com>, <hkalra@marvell.com>,\n <rahul.lakkireddy@chelsio.com>, <johndale@cisco.com>,\n <hyonkim@cisco.com>, <liudongdong3@huawei.com>,\n <yisen.zhuang@huawei.com>, <xuanziyang2@huawei.com>,\n <cloud.wangxiaoyun@huawei.com>, <zhouguoyang@huawei.com>,\n <simei.su@intel.com>, <wenjun1.wu@intel.com>, <qiming.yang@intel.com>,\n <Yuying.Zhang@intel.com>, <beilei.xing@intel.com>,\n <xiao.w.wang@intel.com>, <jingjing.wu@intel.com>,\n <junfeng.guo@intel.com>, <rosen.xu@intel.com>,\n <ndabilpuram@marvell.com>, <kirankumark@marvell.com>,\n <skori@marvell.com>, <skoteshwar@marvell.com>, <lironh@marvell.com>,\n <zr@semihalf.com>, <radhac@marvell.com>, <vburru@marvell.com>,\n <sedara@marvell.com>, <matan@nvidia.com>, <viacheslavo@nvidia.com>,\n <sthemmin@microsoft.com>, <longli@microsoft.com>, <spinler@cesnet.cz>,\n <chaoyong.he@corigine.com>, <niklas.soderlund@corigine.com>,\n <hemant.agrawal@nxp.com>, <sachin.saxena@oss.nxp.com>,\n <g.singh@nxp.com>, <apeksha.gupta@nxp.com>, <sachin.saxena@nxp.com>,\n <aboyer@pensando.io>, <rmody@marvell.com>, <shshaikh@marvell.com>,\n <dsinghrawat@marvell.com>, <andrew.rybchenko@oktetlabs.ru>,\n <jiawenwu@trustnetic.com>, <jianwang@trustnetic.com>,\n <jbehrens@vmware.com>, <maxime.coquelin@redhat.com>,\n <chenbo.xia@intel.com>, <steven.webster@windriver.com>,\n <matt.peters@windriver.com>, <bruce.richardson@intel.com>,\n <mtetsuyah@gmail.com>, <grive@u256.net>, <jasvinder.singh@intel.com>,\n <cristian.dumitrescu@intel.com>, <jgrajcia@cisco.com>,\n Ankur Dwivedi <adwivedi@marvell.com>",
        "Subject": "[PATCH v2 0/4] add trace points in ethdev library",
        "Date": "Thu, 29 Sep 2022 15:59:32 +0530",
        "Message-ID": "<20220929102936.5490-1-adwivedi@marvell.com>",
        "X-Mailer": "git-send-email 2.28.0",
        "In-Reply-To": "<20220804134430.6192-1-adwivedi@marvell.com>",
        "References": "<20220804134430.6192-1-adwivedi@marvell.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Proofpoint-GUID": "d1Mi43zxYuVv07YewXUJQkYsJMuWlxfx",
        "X-Proofpoint-ORIG-GUID": "d1Mi43zxYuVv07YewXUJQkYsJMuWlxfx",
        "X-Proofpoint-Virus-Version": "vendor=baseguard\n engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1\n definitions=2022-09-29_06,2022-09-29_03,2022-06-22_01",
        "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": "This series adds trace points for functions in the ethdev library.\nThe trace points are added in ethdev, flow, mtr and tm files.\n\nv2:\n - Made rte_eth_trace_call_rx_callbacks and rte_eth_trace_call_tx_callbacks\n   as fastpath trace functions.\n - Moved some trace functions call to the end to capture return value and\n   data.\n - Removed rte_eth_trace_tx_queue_setup as it is not required.\n   rte_ethdev_trace_txq_setup() is already present in\n   rte_eth_tx_queue_setup().\n - Removed trace in ethdev_driver.c\n - Removed trace function check patch.\n\nAnkur Dwivedi (4):\n  ethdev: add trace points\n  ethdev: add trace points for flow\n  ethdev: add trace points for mtr\n  ethdev: add trace points for tm\n\n lib/ethdev/ethdev_private.c      |    3 +\n lib/ethdev/ethdev_trace_points.c |  699 ++++++++++\n lib/ethdev/rte_ethdev.c          |  148 +++\n lib/ethdev/rte_ethdev_trace.h    | 2062 ++++++++++++++++++++++++++++++\n lib/ethdev/rte_ethdev_trace_fp.h |   19 +\n lib/ethdev/rte_flow.c            |   54 +\n lib/ethdev/rte_mtr.c             |   27 +\n lib/ethdev/rte_tm.c              |   40 +\n lib/ethdev/version.map           |  232 ++++\n 9 files changed, 3284 insertions(+)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/4"
    ]
}