get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 22746,
    "url": "http://patches.dpdk.org/api/patches/22746/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1490805094-64679-4-git-send-email-roy.fan.zhang@intel.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": "<1490805094-64679-4-git-send-email-roy.fan.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1490805094-64679-4-git-send-email-roy.fan.zhang@intel.com",
    "date": "2017-03-29T16:31:34",
    "name": "[dpdk-dev,v5,3/3] doc: update cryptodev scheduler PMD documentation",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "234a3c4d76295e85c2c1ec87cda9798e1d9bc374",
    "submitter": {
        "id": 304,
        "url": "http://patches.dpdk.org/api/people/304/?format=api",
        "name": "Fan Zhang",
        "email": "roy.fan.zhang@intel.com"
    },
    "delegate": {
        "id": 22,
        "url": "http://patches.dpdk.org/api/users/22/?format=api",
        "username": "pdelarag",
        "first_name": "Pablo",
        "last_name": "de Lara Guarch",
        "email": "pablo.de.lara.guarch@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1490805094-64679-4-git-send-email-roy.fan.zhang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/22746/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/22746/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 1EA1BFAC9;\n\tWed, 29 Mar 2017 20:26:06 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 4598CF967\n\tfor <dev@dpdk.org>; Wed, 29 Mar 2017 18:30:02 +0200 (CEST)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n\tby orsmga104.jf.intel.com with ESMTP; 29 Mar 2017 09:30:02 -0700",
            "from silpixa00381633.ir.intel.com (HELO\n\tsilpixa00381633.ger.corp.intel.com) ([10.237.222.114])\n\tby orsmga004.jf.intel.com with ESMTP; 29 Mar 2017 09:30:01 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.36,242,1486454400\"; d=\"scan'208\";a=\"71628687\"",
        "From": "Fan Zhang <roy.fan.zhang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "pablo.de.lara.guarch@intel.com, sergio.gonzalez.monroy@intel.com,\n\tdeclan.doherty@intel.com",
        "Date": "Wed, 29 Mar 2017 17:31:34 +0100",
        "Message-Id": "<1490805094-64679-4-git-send-email-roy.fan.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1490805094-64679-1-git-send-email-roy.fan.zhang@intel.com>",
        "References": "<1490775868-65199-1-git-send-email-roy.fan.zhang@intel.com>\n\t<1490805094-64679-1-git-send-email-roy.fan.zhang@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v5 3/3] doc: update cryptodev scheduler PMD\n\tdocumentation",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This patch updates fail-over scheduling mode description.\n\nSigned-off-by: Fan Zhang <roy.fan.zhang@intel.com>\n---\n doc/guides/cryptodevs/scheduler.rst    | 8 ++++++++\n doc/guides/rel_notes/release_17_05.rst | 7 +++++++\n 2 files changed, 15 insertions(+)",
    "diff": "diff --git a/doc/guides/cryptodevs/scheduler.rst b/doc/guides/cryptodevs/scheduler.rst\nindex 70fb62e..9f6c477 100644\n--- a/doc/guides/cryptodevs/scheduler.rst\n+++ b/doc/guides/cryptodevs/scheduler.rst\n@@ -126,3 +126,11 @@ operation:\n    among its slaves in a round-robin manner. This mode may help to fill\n    the throughput gap between the physical core and the existing cryptodevs\n    to increase the overall performance.\n+\n+*   **CDEV_SCHED_MODE_FAILOVER:**\n+\n+   Fail-over mode, which works with 2 slaves, the primary slave and the\n+   secondary slave. In this mode, the scheduler will enqueue the incoming\n+   crypto operation burst to the primary slave. When one or more crypto\n+   operations fail to be enqueued, then they will be enqueued to the secondary\n+   slave.\ndiff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst\nindex 918f483..741f37c 100644\n--- a/doc/guides/rel_notes/release_17_05.rst\n+++ b/doc/guides/rel_notes/release_17_05.rst\n@@ -49,6 +49,13 @@ New Features\n \n   sPAPR IOMMU based pci probing enabled for vfio-pci devices.\n \n+* **Added fail-over mode to Cryptodev Scheduler PMD.**\n+\n+  Fail-over mode is a scheduling mode that works with 2 slaves.In this mode,\n+  the scheduler will enqueue the incoming crypto operation burst to the\n+  primary slave. When one or more crypto operations fail to be enqueued,\n+  then they will be enqueued to the secondary slave.\n+\n Resolved Issues\n ---------------\n \n",
    "prefixes": [
        "dpdk-dev",
        "v5",
        "3/3"
    ]
}