get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 56429,
    "url": "http://patches.dpdk.org/api/patches/56429/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190715084442.14686-1-hemant.agrawal@nxp.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": "<20190715084442.14686-1-hemant.agrawal@nxp.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190715084442.14686-1-hemant.agrawal@nxp.com",
    "date": "2019-07-15T08:44:37",
    "name": "[v3,0/5] FSLMC bus enchancements",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 477,
        "url": "http://patches.dpdk.org/api/people/477/?format=api",
        "name": "Hemant Agrawal",
        "email": "hemant.agrawal@nxp.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190715084442.14686-1-hemant.agrawal@nxp.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/56429/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/56429/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id E4246322C;\n\tMon, 15 Jul 2019 10:46:01 +0200 (CEST)",
            "from inva021.nxp.com (inva021.nxp.com [92.121.34.21])\n\tby dpdk.org (Postfix) with ESMTP id 7CB0C2C5E\n\tfor <dev@dpdk.org>; Mon, 15 Jul 2019 10:46:00 +0200 (CEST)",
            "from inva021.nxp.com (localhost [127.0.0.1])\n\tby inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id DDD9E20019D;\n\tMon, 15 Jul 2019 10:45:59 +0200 (CEST)",
            "from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com\n\t[165.114.16.14])\n\tby inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 3F97D2001A5;\n\tMon, 15 Jul 2019 10:45:58 +0200 (CEST)",
            "from bf-netperf1.ap.freescale.net (bf-netperf1.ap.freescale.net\n\t[10.232.133.63])\n\tby invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 8833B402B5;\n\tMon, 15 Jul 2019 16:45:55 +0800 (SGT)"
        ],
        "From": "Hemant Agrawal <hemant.agrawal@nxp.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net",
        "Date": "Mon, 15 Jul 2019 14:14:37 +0530",
        "Message-Id": "<20190715084442.14686-1-hemant.agrawal@nxp.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190627093343.5171-2-hemant.agrawal@nxp.com>",
        "References": "<20190627093343.5171-2-hemant.agrawal@nxp.com>",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Subject": "[dpdk-dev] [PATCH v3 0/5]  FSLMC bus enchancements",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Changes since v2: remove rte_experimental from c file\n\nThis patch series makes few enhancements w.r.t functionality and usabilty of FSLMC bus.\n\n1. Applications like OVS has mandated the use of hotplug of dpdk ports. The fslmc bus shall support hotplug now to support dpaa2 ports with OVS.\n\n2. DPAA2 usages it hw based mempool. So, if applications like VPP are using external memory to configure buffer pool, it shall be provisition in FSLMC bus VFIO as well. \n\n3. Performance improvement for LS1088 to avoid few corruption issues with cache enabled mode for Tx FQ EQCR.\n\n\nNipun Gupta (1):\n  bus/fslmc: use cinh read for eqcr ci on ls1088 platform\n\nSachin Saxena (1):\n  mempool/dpaa2: vfio dmamap for user allocated memory\n\nShreyansh Jain (3):\n  bus/fslmc: support device iteration\n  bus/fslmc: enhance error handling for dev parsing\n  bus/fslmc: dynamic iommu mode detection\n\n drivers/bus/fslmc/fslmc_bus.c                 | 156 ++++++++--\n drivers/bus/fslmc/fslmc_vfio.c                |  77 ++++-\n drivers/bus/fslmc/fslmc_vfio.h                |   5 +-\n drivers/bus/fslmc/portal/dpaa2_hw_dpio.h      |   2 -\n drivers/bus/fslmc/portal/dpaa2_hw_pvt.h       |   5 -\n .../fslmc/qbman/include/fsl_qbman_portal.h    |   9 +\n drivers/bus/fslmc/qbman/qbman_portal.c        | 278 +++++++++++++++++-\n drivers/bus/fslmc/qbman/qbman_sys.h           |  22 +-\n drivers/bus/fslmc/rte_bus_fslmc_version.map   |   6 +\n drivers/mempool/dpaa2/dpaa2_hw_mempool.c      |  13 +\n 10 files changed, 521 insertions(+), 52 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "0/5"
    ]
}