get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 101379,
    "url": "https://patches.dpdk.org/api/patches/101379/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20211013163053.1033998-1-kevin.laatz@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": "<20211013163053.1033998-1-kevin.laatz@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20211013163053.1033998-1-kevin.laatz@intel.com",
    "date": "2021-10-13T16:30:37",
    "name": "[v7,00/16] add dmadev driver for idxd devices",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 921,
        "url": "https://patches.dpdk.org/api/people/921/?format=api",
        "name": "Kevin Laatz",
        "email": "kevin.laatz@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20211013163053.1033998-1-kevin.laatz@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/101379/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/101379/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 9242BA0C55;\n\tWed, 13 Oct 2021 18:31:04 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 3827A40E50;\n\tWed, 13 Oct 2021 18:31:04 +0200 (CEST)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n by mails.dpdk.org (Postfix) with ESMTP id D83BA40151\n for <dev@dpdk.org>; Wed, 13 Oct 2021 18:31:01 +0200 (CEST)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 13 Oct 2021 09:31:00 -0700",
            "from silpixa00401122.ir.intel.com ([10.55.128.10])\n by orsmga008.jf.intel.com with ESMTP; 13 Oct 2021 09:30:58 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10136\"; a=\"313670711\"",
            "E=Sophos;i=\"5.85,371,1624345200\"; d=\"scan'208\";a=\"313670711\"",
            "E=Sophos;i=\"5.85,371,1624345200\"; d=\"scan'208\";a=\"491541124\""
        ],
        "X-ExtLoop1": "1",
        "From": "Kevin Laatz <kevin.laatz@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "bruce.richardson@intel.com, fengchengwen@huawei.com, jerinj@marvell.com,\n conor.walsh@intel.com, Kevin Laatz <kevin.laatz@intel.com>",
        "Date": "Wed, 13 Oct 2021 16:30:37 +0000",
        "Message-Id": "<20211013163053.1033998-1-kevin.laatz@intel.com>",
        "X-Mailer": "git-send-email 2.30.2",
        "In-Reply-To": "<20210827172048.558704-1-kevin.laatz@intel.com>",
        "References": "<20210827172048.558704-1-kevin.laatz@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v7 00/16] add dmadev driver for idxd devices",
        "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": "This patchset adds a dmadev driver and associated documentation to support\nIntel Data Streaming Accelerator devices. This driver is intended to\nultimately replace the current IDXD part of the IOAT rawdev driver.\n\nNOTE: This patchset has several dependencies:\n - v26 of the dmadev lib set [1]\n - v7 of the dmadev test suite [2]\n\n[1] http://patches.dpdk.org/project/dpdk/list/?series=19594\n[2] http://patches.dpdk.org/project/dpdk/list/?series=19599\n\nv7:\n * rebase on above patchsets\n * add meson reason for rawdev build\n\nv6:\n * set state of device during create\n * add dev_close function\n * documentation updates - moved generic pieces from driver doc to lib doc\n * other small miscellaneous fixes based on rebasing and ML feedback\n\nv5:\n * add missing toctree entry for idxd driver\n\nv4:\n * rebased on above patchsets\n * minor fixes based on review feedback\n\nv3:\n * rebased on above patchsets\n * added burst capacity API\n\nv2:\n * rebased on above patchsets\n * added API to check for device being idle\n * added devbind updates for DMA devices\n * fixed issue identified by internal coverity scan\n\nBruce Richardson (1):\n  raw/ioat: only build if dmadev not present\n\nConor Walsh (1):\n  dma/idxd: move dpdk_idxd_cfg.py from raw to dma\n\nKevin Laatz (14):\n  dma/idxd: add skeleton for VFIO based DSA device\n  dma/idxd: add bus device probing\n  dma/idxd: create dmadev instances on bus probe\n  dma/idxd: create dmadev instances on pci probe\n  dma/idxd: add datapath structures\n  dma/idxd: add configure and info_get functions\n  dma/idxd: add start and stop functions for pci devices\n  dma/idxd: add data-path job submission functions\n  dma/idxd: add data-path job completion functions\n  dma/idxd: add operation statistic tracking\n  dma/idxd: add vchan status function\n  dma/idxd: add burst capacity API\n  devbind: add dma device class\n  devbind: move idxd device ID to dmadev class\n\n MAINTAINERS                            |  10 +\n doc/guides/dmadevs/idxd.rst            | 179 ++++++++\n doc/guides/dmadevs/index.rst           |   2 +\n doc/guides/prog_guide/dmadev.rst       |  30 ++\n doc/guides/rawdevs/ioat.rst            |   8 +\n doc/guides/rel_notes/release_21_11.rst |   5 +\n drivers/dma/idxd/dpdk_idxd_cfg.py      | 117 +++++\n drivers/dma/idxd/idxd_bus.c            | 377 +++++++++++++++\n drivers/dma/idxd/idxd_common.c         | 612 +++++++++++++++++++++++++\n drivers/dma/idxd/idxd_hw_defs.h        | 131 ++++++\n drivers/dma/idxd/idxd_internal.h       | 108 +++++\n drivers/dma/idxd/idxd_pci.c            | 386 ++++++++++++++++\n drivers/dma/idxd/meson.build           |  14 +\n drivers/dma/idxd/version.map           |   3 +\n drivers/dma/meson.build                |   2 +\n drivers/meson.build                    |   4 +-\n drivers/raw/ioat/dpdk_idxd_cfg.py      | 118 +----\n drivers/raw/ioat/meson.build           |  24 +-\n usertools/dpdk-devbind.py              |  10 +-\n 19 files changed, 2016 insertions(+), 124 deletions(-)\n create mode 100644 doc/guides/dmadevs/idxd.rst\n create mode 100755 drivers/dma/idxd/dpdk_idxd_cfg.py\n create mode 100644 drivers/dma/idxd/idxd_bus.c\n create mode 100644 drivers/dma/idxd/idxd_common.c\n create mode 100644 drivers/dma/idxd/idxd_hw_defs.h\n create mode 100644 drivers/dma/idxd/idxd_internal.h\n create mode 100644 drivers/dma/idxd/idxd_pci.c\n create mode 100644 drivers/dma/idxd/meson.build\n create mode 100644 drivers/dma/idxd/version.map\n mode change 100755 => 120000 drivers/raw/ioat/dpdk_idxd_cfg.py",
    "diff": null,
    "prefixes": [
        "v7",
        "00/16"
    ]
}