From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1E4FD2C2F for ; Tue, 28 Mar 2017 16:29:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490711354; x=1522247354; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=5jzM7Avk35s5aCPpI1l749tbRdNU4FZxeNESUP4deM0=; b=rEGHAbGFjdYSn36yFvLFAkFfXxFKgB3umQysltClV+svGNv16A0vjIe6 d15ExwsJTq3UwrnUgCN9oQ+tC7Lihw==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2017 07:29:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,236,1486454400"; d="scan'208";a="81500847" Received: from silpixa00381633.ir.intel.com (HELO silpixa00381633.ger.corp.intel.com) ([10.237.222.114]) by fmsmga005.fm.intel.com with ESMTP; 28 Mar 2017 07:29:08 -0700 From: Fan Zhang To: dev@dpdk.org Cc: pablo.de.lara.guarch@intel.com, sergio.gonzalez.monroy@intel.com, declan.doherty@intel.com Date: Tue, 28 Mar 2017 15:30:41 +0100 Message-Id: <1490711441-55895-4-git-send-email-roy.fan.zhang@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1490711441-55895-1-git-send-email-roy.fan.zhang@intel.com> References: <1490711441-55895-1-git-send-email-roy.fan.zhang@intel.com> Subject: [dpdk-dev] [PATCH v3 3/3] doc: update cryptodev scheduler PMD documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 14:29:14 -0000 This patch updates fail-over scheduling mode description. Signed-off-by: Fan Zhang --- doc/guides/cryptodevs/scheduler.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/cryptodevs/scheduler.rst b/doc/guides/cryptodevs/scheduler.rst index 70fb62e..da051ad 100644 --- a/doc/guides/cryptodevs/scheduler.rst +++ b/doc/guides/cryptodevs/scheduler.rst @@ -126,3 +126,10 @@ operation: among its slaves in a round-robin manner. This mode may help to fill the throughput gap between the physical core and the existing cryptodevs to increase the overall performance. + +* **CDEV_SCHED_MODE_FAILOVER:** + + Fail-over mode, which works with 2 slaves, primary slave and secondary + slave. In this mode, the scheduler will enqueues the incoming crypto op + burst to the primary slave. When one or more crypto ops are failed to + be enqueued, they then will be enqueued to the secondary slave. -- 2.7.4