get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 61384,
    "url": "http://patchwork.dpdk.org/api/patches/61384/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20191017124403.26734-1-nipun.gupta@nxp.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20191017124403.26734-1-nipun.gupta@nxp.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20191017124403.26734-1-nipun.gupta@nxp.com",
    "date": "2019-10-17T12:43:54",
    "name": "[0/9,v2] DPAA and FSLMC driver fixes and cleanup",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 471,
        "url": "http://patchwork.dpdk.org/api/people/471/?format=api",
        "name": "Nipun Gupta",
        "email": "nipun.gupta@nxp.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20191017124403.26734-1-nipun.gupta@nxp.com/mbox/",
    "series": [],
    "comments": "http://patchwork.dpdk.org/api/patches/61384/comments/",
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/61384/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 F14FB1E97C;\n\tThu, 17 Oct 2019 14:59:48 +0200 (CEST)",
            "from inva020.nxp.com (inva020.nxp.com [92.121.34.13])\n\tby dpdk.org (Postfix) with ESMTP id 5B3B71E979\n\tfor <dev@dpdk.org>; Thu, 17 Oct 2019 14:59:47 +0200 (CEST)",
            "from inva020.nxp.com (localhost [127.0.0.1])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id ED4041A064A;\n\tThu, 17 Oct 2019 14:59:46 +0200 (CEST)",
            "from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com\n\t[165.114.16.14])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id AD8731A0654;\n\tThu, 17 Oct 2019 14:59:44 +0200 (CEST)",
            "from GDB1.ap.freescale.net (gdb1.ap.freescale.net [10.232.132.179])\n\tby invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id DA11E40305;\n\tThu, 17 Oct 2019 20:59:41 +0800 (SGT)"
        ],
        "From": "Nipun Gupta <nipun.gupta@nxp.com>",
        "To": "dev@dpdk.org",
        "Cc": "ferruh.yigit@intel.com,\n\themant.agrawal@nxp.com,\n\tsachin.saxena@nxp.com",
        "Date": "Thu, 17 Oct 2019 18:13:54 +0530",
        "Message-Id": "<20191017124403.26734-1-nipun.gupta@nxp.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20191011054657.21931-1-nipun.gupta@nxp.com>",
        "References": "<20191011054657.21931-1-nipun.gupta@nxp.com>",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Subject": "[dpdk-dev] [PATCH 0/9 v2] DPAA and FSLMC driver fixes and cleanup",
        "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": "These patches incllude various fixes and some cleanups related\nto DPAA and FSLMC drivers\n\nChanges in v2:\n- Rebased the patches (moved \"mempool/dpaa2: panic on endless loop in\n  mbuf release\" after \"net/dpaa2: add retry and timeout in packet\n  enqueue API\") so that DPAA2_MAX_TX_RETRY_COUNT is defined\n  before it is used - to fix intermediate patch compilation issue.\n- Fixed checkpatch error in patch #9\n\nHemant Agrawal (1):\n  bus/dpaa: moving qbman global init to bus\n\nNipun Gupta (7):\n  net/dpaa: fix supported RSS types\n  net/dpaa: fix LS1043 alignment check\n  common/dpaax: fallback to check separate memory node for VM\n  net/dpaa2: add retry and timeout in packet enqueue API\n  raw/dpaa2_qdma: add retry and timeout in packet enqueue API\n  raw/dpaa2_cmdif: add retry and timeout in packet enqueue API\n  mempool/dpaa2: panic on endless loop in mbuf release\n\nShreyansh Jain (1):\n  bus/fslmc: sanitize device name parsing for clarity\n\n drivers/bus/dpaa/dpaa_bus.c               | 21 ++++++-\n drivers/bus/dpaa/rte_bus_dpaa_version.map |  2 -\n drivers/bus/fslmc/fslmc_bus.c             | 14 +++--\n drivers/bus/fslmc/portal/dpaa2_hw_pvt.h   |  2 +\n drivers/common/dpaax/dpaax_iova_table.c   |  7 ++-\n drivers/common/dpaax/dpaax_iova_table.h   |  2 +\n drivers/crypto/dpaa_sec/dpaa_sec.c        |  8 +++\n drivers/mempool/dpaa2/dpaa2_hw_mempool.c  | 23 +++++---\n drivers/net/dpaa/dpaa_ethdev.c            | 14 -----\n drivers/net/dpaa/dpaa_ethdev.h            | 13 ++--\n drivers/net/dpaa/dpaa_rxtx.c              |  2 +-\n drivers/net/dpaa2/dpaa2_rxtx.c            | 72 ++++++++++++++++++-----\n drivers/raw/dpaa2_cmdif/dpaa2_cmdif.c     |  9 ++-\n drivers/raw/dpaa2_qdma/dpaa2_qdma.c       | 12 +++-\n 14 files changed, 140 insertions(+), 61 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/9",
        "v2"
    ]
}