get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 98230,
    "url": "https://patches.dpdk.org/api/patches/98230/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1631063741-28631-1-git-send-email-nicolas.chautru@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": "<1631063741-28631-1-git-send-email-nicolas.chautru@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1631063741-28631-1-git-send-email-nicolas.chautru@intel.com",
    "date": "2021-09-08T01:15:35",
    "name": "[v3,0/6] bbdev update related to CRC usage",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1314,
        "url": "https://patches.dpdk.org/api/people/1314/?format=api",
        "name": "Chautru, Nicolas",
        "email": "nicolas.chautru@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1631063741-28631-1-git-send-email-nicolas.chautru@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/98230/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/98230/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 3EA6BA0C56;\n\tWed,  8 Sep 2021 03:16:06 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id E40124112E;\n\tWed,  8 Sep 2021 03:16:01 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n by mails.dpdk.org (Postfix) with ESMTP id 3A68E4003C\n for <dev@dpdk.org>; Wed,  8 Sep 2021 03:16:00 +0200 (CEST)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 07 Sep 2021 18:15:58 -0700",
            "from unknown (HELO icx-npg-scs1-cp1.localdomain) ([10.233.180.245])\n by fmsmga006.fm.intel.com with ESMTP; 07 Sep 2021 18:15:57 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10100\"; a=\"281368117\"",
            "E=Sophos;i=\"5.85,276,1624345200\"; d=\"scan'208\";a=\"281368117\"",
            "E=Sophos;i=\"5.85,276,1624345200\"; d=\"scan'208\";a=\"693000841\""
        ],
        "X-ExtLoop1": "1",
        "From": "Nicolas Chautru <nicolas.chautru@intel.com>",
        "To": "dev@dpdk.org,\n\tgakhil@marvell.com",
        "Cc": "thomas@monjalon.net, trix@redhat.com, hemant.agrawal@nxp.com,\n mingshan.zhang@intel.com, arun.joshi@intel.com,\n Nicolas Chautru <nicolas.chautru@intel.com>",
        "Date": "Tue,  7 Sep 2021 18:15:35 -0700",
        "Message-Id": "<1631063741-28631-1-git-send-email-nicolas.chautru@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [PATCH v3 0/6] bbdev update related to CRC usage",
        "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": "v3: 2 updates based on review comment by tom rix, thanks\nv2: typo missed in documentation. \nCapturing in this serie minor change to bbdev to support a more \ncomprehensive set of options for CRC used for 4G and 5G (exposed as \noptional capabilities).\nThis also includes clarifications in documention and minor update to log print.\n\nNicolas Chautru (6):\n  bbdev: add capability for CRC16 check\n  baseband/turbo_sw: add support for CRC16\n  bbdev: add capability for 4G CB CRC DROP\n  baseband/acc100: add support for 4G CRC drop\n  doc: clarification of usage of HARQ in bbdev doc\n  bbdev: reduce warning level for one scenario\n\n app/test-bbdev/test_bbdev_vector.c               |  4 +++\n doc/guides/bbdevs/acc100.rst                     |  1 +\n doc/guides/prog_guide/bbdev.rst                  | 26 ++++++++++++++++\n doc/guides/rel_notes/release_21_11.rst           |  8 +++++\n drivers/baseband/acc100/rte_acc100_pmd.c         | 12 ++++++--\n drivers/baseband/turbo_sw/bbdev_turbo_software.c | 16 ++++++++++\n lib/bbdev/rte_bbdev.c                            |  7 +++--\n lib/bbdev/rte_bbdev_op.h                         | 39 +++++++++++++-----------\n 8 files changed, 90 insertions(+), 23 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "0/6"
    ]
}