get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 117057,
    "url": "http://patches.dpdk.org/api/patches/117057/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220928133018.1583280-1-tadhg.kearney@intel.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": "<20220928133018.1583280-1-tadhg.kearney@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220928133018.1583280-1-tadhg.kearney@intel.com",
    "date": "2022-09-28T13:30:15",
    "name": "[v7,0/3] add uncore api to be called through l3fwd-power",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2533,
        "url": "http://patches.dpdk.org/api/people/2533/?format=api",
        "name": "Tadhg Kearney",
        "email": "tadhg.kearney@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220928133018.1583280-1-tadhg.kearney@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/117057/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/117057/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 E371EA00C4;\n\tWed, 28 Sep 2022 15:30:30 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 8512C41140;\n\tWed, 28 Sep 2022 15:30:30 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n by mails.dpdk.org (Postfix) with ESMTP id 2A5DF4113C\n for <dev@dpdk.org>; Wed, 28 Sep 2022 15:30:28 +0200 (CEST)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 28 Sep 2022 06:30:27 -0700",
            "from silpixa00401183.ir.intel.com ([10.55.129.143])\n by fmsmga008.fm.intel.com with ESMTP; 28 Sep 2022 06:30:26 -0700"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1664371829; x=1695907829;\n h=from:to:cc:subject:date:message-id:in-reply-to:\n references:mime-version:content-transfer-encoding;\n bh=XdVsDaZ1uy78rQesAsAMadYiyU2gZ+qoiYFz7XOLPJM=;\n b=FKdyyrv7D+ObtzcPtBRREMDDiZE5rZ/PP+olVMvt4voIx56u9e2qmHzE\n oN5rV9Hd9B7HylBjdAIfBXdxy+p2Y1pr2ceCo4hriXVas/+CFCp7EJ1gX\n U0bbifttoqGqFtJZl8b1gNZa9ntB1GBLQvDKJY6kHIsgRwwR8I6FNS7R8\n oe8s/Oh+aHIl8FKnhbwHBWNdWo1sis9z3f2gGFLreVIH3xp0rO5x+K0sJ\n tnaHx+b1l402twNLADZV3NCUFB7SH1mlqoOPgACSQrjzPI8oh9wAtQKL+\n l/2jHA3hK6ieOWTfu95TgA4B0Xtim8QyovAes/ORJDi2X7WOcD1NDSUoV Q==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6500,9779,10484\"; a=\"301576408\"",
            "E=Sophos;i=\"5.93,352,1654585200\"; d=\"scan'208\";a=\"301576408\"",
            "E=McAfee;i=\"6500,9779,10484\"; a=\"684407205\"",
            "E=Sophos;i=\"5.93,352,1654585200\"; d=\"scan'208\";a=\"684407205\""
        ],
        "X-ExtLoop1": "1",
        "From": "Tadhg Kearney <tadhg.kearney@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "david.hunt@intel.com, anatoly.burakov@intel.com, reshma.pattan@intel.com,\n Tadhg Kearney <tadhg.kearney@intel.com>",
        "Subject": "[PATCH v7 0/3] add uncore api to be called through l3fwd-power",
        "Date": "Wed, 28 Sep 2022 13:30:15 +0000",
        "Message-Id": "<20220928133018.1583280-1-tadhg.kearney@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20220928090636.1580647-1-tadhg.kearney@intel.com>",
        "References": "<20220928090636.1580647-1-tadhg.kearney@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "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 is targeting 22.11 and aims to add an API to DPDK power library to allow\nuncore frequency adjustment. This will be called through the l3fwd-power app\nand gives the ability to set the minimum and maximum uncore frequency to both min,\nmax or specific frequency index.\n\nSigned-off-by: tadhgkearney <tadhg.kearney@intel.com>\nReviewed-by: David Hunt <david.hunt@intel.com>\n---\n\nv2:\nFix compilation warnings and errors.\nv3:\nRemove addition of x86 global macros.\nAdd 2 new API's for getting package and die numbers from system.\nAddress comments from mailing list.\nImprove efficiency of code and code quality.\nv4:\nFix compilation warnings and errors.\nv5:\nImprove error message for uncore access not working.\nv6:\nFix uncore exit being called if uncore option not selected.\nv7:\nAddress ml comments.\n\n\nTadhg Kearney (3):\n  power: add uncore frequency control API to the power library\n  l3fwd-power: add option to call uncore API\n  test/power: add unit tests for uncore API\n\n app/test/meson.build                          |   2 +\n app/test/test_power_uncore.c                  | 301 ++++++++++++\n doc/guides/prog_guide/power_man.rst           |  38 ++\n doc/guides/rel_notes/release_22_11.rst        |   5 +\n .../sample_app_ug/l3_forward_power_man.rst    |  29 ++\n examples/l3fwd-power/main.c                   | 126 ++++-\n lib/power/meson.build                         |   2 +\n lib/power/rte_power_uncore.c                  | 451 ++++++++++++++++++\n lib/power/rte_power_uncore.h                  | 194 ++++++++\n lib/power/version.map                         |  11 +\n 10 files changed, 1157 insertions(+), 2 deletions(-)\n create mode 100644 app/test/test_power_uncore.c\n create mode 100644 lib/power/rte_power_uncore.c\n create mode 100644 lib/power/rte_power_uncore.h",
    "diff": null,
    "prefixes": [
        "v7",
        "0/3"
    ]
}