get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 75282,
    "url": "https://patches.dpdk.org/api/patches/75282/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200807123009.21266-6-ciara.power@intel.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": "<20200807123009.21266-6-ciara.power@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200807123009.21266-6-ciara.power@intel.com",
    "date": "2020-08-07T12:29:55",
    "name": "[20.11,05/19] doc: remove references to make in bbdev guides",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "2a6aeedb3946a9bdf1041865067b466dab54cc31",
    "submitter": {
        "id": 978,
        "url": "https://patches.dpdk.org/api/people/978/?format=api",
        "name": "Power, Ciara",
        "email": "ciara.power@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200807123009.21266-6-ciara.power@intel.com/mbox/",
    "series": [
        {
            "id": 11549,
            "url": "https://patches.dpdk.org/api/series/11549/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=11549",
            "date": "2020-08-07T12:29:50",
            "name": "remove make support in DPDK",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/11549/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/75282/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/75282/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 dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id ECCCAA04B0;\n\tFri,  7 Aug 2020 14:39:20 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 650521C0D6;\n\tFri,  7 Aug 2020 14:37:52 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n by dpdk.org (Postfix) with ESMTP id E128C1C0B7\n for <dev@dpdk.org>; Fri,  7 Aug 2020 14:37:45 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 07 Aug 2020 05:37:44 -0700",
            "from silpixa00399953.ir.intel.com (HELO\n silpixa00399953.ger.corp.intel.com) ([10.237.222.53])\n by orsmga001.jf.intel.com with ESMTP; 07 Aug 2020 05:37:43 -0700"
        ],
        "IronPort-SDR": [
            "\n HpL0jHMY5FeSajeYUsiQXfZwdDuJHD1+UE3q2wNn13h+Pe4upsyHObHKGZxaLepvTk4MOe9CnF\n KoyEDgLK9HCQ==",
            "\n 6pA5sOSTTGpNj+nZRZLO863bS1Bpynk4R8a9qi6JOPmHWBTUyfgIX8Eosvg7tamAbVik17GjYo\n RwHECDjA6lXQ=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9705\"; a=\"152298266\"",
            "E=Sophos;i=\"5.75,445,1589266800\"; d=\"scan'208\";a=\"152298266\"",
            "E=Sophos;i=\"5.75,445,1589266800\"; d=\"scan'208\";a=\"367914486\""
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "Ciara Power <ciara.power@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "bruce.richardson@intel.com, thomas@monjalon.net,\n Ciara Power <ciara.power@intel.com>",
        "Date": "Fri,  7 Aug 2020 13:29:55 +0100",
        "Message-Id": "<20200807123009.21266-6-ciara.power@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20200807123009.21266-1-ciara.power@intel.com>",
        "References": "<20200807123009.21266-1-ciara.power@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 20.11 05/19] doc: remove references to make in\n\tbbdev guides",
        "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 <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": "Make is no longer supported for compiling DPDK, references are now\nremoved in the documentation.\n\nSigned-off-by: Ciara Power <ciara.power@intel.com>\n---\n doc/guides/bbdevs/fpga_5gnr_fec.rst |  5 +----\n doc/guides/bbdevs/fpga_lte_fec.rst  |  5 +----\n doc/guides/bbdevs/turbo_sw.rst      | 15 ---------------\n 3 files changed, 2 insertions(+), 23 deletions(-)",
    "diff": "diff --git a/doc/guides/bbdevs/fpga_5gnr_fec.rst b/doc/guides/bbdevs/fpga_5gnr_fec.rst\nindex 6760391e8c..76ac12cdc3 100644\n--- a/doc/guides/bbdevs/fpga_5gnr_fec.rst\n+++ b/doc/guides/bbdevs/fpga_5gnr_fec.rst\n@@ -51,10 +51,7 @@ FPGA 5GNR FEC does not support the following:\n Installation\n ------------\n \n-Section 3 of the DPDK manual provides instructions on installing and compiling DPDK. The\n-default set of bbdev compile flags may be found in config/common_base, where for example\n-the flag to build the FPGA 5GNR FEC device, ``CONFIG_RTE_LIBRTE_PMD_BBDEV_FPGA_5GNR_FEC``,\n-is already set.\n+Section 3 of the DPDK manual provides instructions on installing and compiling DPDK.\n \n DPDK requires hugepages to be configured as detailed in section 2 of the DPDK manual.\n The bbdev test application has been tested with a configuration 40 x 1GB hugepages. The\ndiff --git a/doc/guides/bbdevs/fpga_lte_fec.rst b/doc/guides/bbdevs/fpga_lte_fec.rst\nindex fdc8a76981..340ce4ff37 100644\n--- a/doc/guides/bbdevs/fpga_lte_fec.rst\n+++ b/doc/guides/bbdevs/fpga_lte_fec.rst\n@@ -50,10 +50,7 @@ FPGA LTE FEC does not support the following:\n Installation\n --------------\n \n-Section 3 of the DPDK manual provides instructions on installing and compiling DPDK. The\n-default set of bbdev compile flags may be found in config/common_base, where for example\n-the flag to build the FPGA LTE FEC device, ``CONFIG_RTE_LIBRTE_PMD_BBDEV_FPGA_LTE_FEC``, is already\n-set.\n+Section 3 of the DPDK manual provides instructions on installing and compiling DPDK.\n \n DPDK requires hugepages to be configured as detailed in section 2 of the DPDK manual.\n The bbdev test application has been tested with a configuration 40 x 1GB hugepages. The\ndiff --git a/doc/guides/bbdevs/turbo_sw.rst b/doc/guides/bbdevs/turbo_sw.rst\nindex 20620c2e20..3b93157890 100644\n--- a/doc/guides/bbdevs/turbo_sw.rst\n+++ b/doc/guides/bbdevs/turbo_sw.rst\n@@ -12,14 +12,6 @@ Note that the driver can also be built without any dependency with reduced\n functionality for maintenance purpose.\n \n To enable linking to the SDK libraries see detailed installation section below.\n-Two flags can be enabled depending on whether the target machine can support\n-AVX2 and AVX512 instructions sets and the related SDK libraries for vectorized\n-signal processing functions are installed :\n-- CONFIG_RTE_BBDEV_SDK_AVX2\n-- CONFIG_RTE_BBDEV_SDK_AVX512\n-By default these 2 flags are disabled by default. For AVX2 machine and SDK\n-library installed then the first flag can be enabled. For AVX512 machine and\n-SDK library installed then both flags can be enabled for full real time capability.\n \n This PMD supports the functions: FEC, Rate Matching and CRC functions detailed\n in the Features section.\n@@ -151,13 +143,6 @@ Example:\n     export FLEXRAN_SDK=<path-to-workspace>/FlexRAN-FEC-SDK-19-04/sdk/build-avx2-icc/install\n     export DIR_WIRELESS_SDK=<path-to-workspace>/FlexRAN-FEC-SDK-19-04/sdk/build-avx2-icc/\n \n-* Set ``CONFIG_RTE_BBDEV_SDK_AVX2=y`` and ``CONFIG_RTE_BBDEV_SDK_AVX512=y``\n-  in DPDK common configuration file ``config/common_base`` to be able to use\n-  the SDK libraries as mentioned above.\n-  For AVX2 machine it is possible to only enable CONFIG_RTE_BBDEV_SDK_AVX2\n-  for limited 4G functionality.\n-  If no flag are set the PMD driver will still build but its capabilities\n-  will be limited accordingly.\n \n To use the PMD in an application, user must:\n \n",
    "prefixes": [
        "20.11",
        "05/19"
    ]
}