From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8F05514E8 for ; Thu, 23 Mar 2017 14:01:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490274071; x=1521810071; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=5jzM7Avk35s5aCPpI1l749tbRdNU4FZxeNESUP4deM0=; b=h9ZfnIu8yjAaN6kEArhM9+WpD71X89UHvjfEz5sV4177WZeSMukBAhet +vkqeZbim4OLk/r5BQaIOesi2BrE0A==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Mar 2017 06:01:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,209,1486454400"; d="scan'208";a="1111418623" Received: from silpixa00381633.ir.intel.com (HELO silpixa00381633.ger.corp.intel.com) ([10.237.222.114]) by orsmga001.jf.intel.com with ESMTP; 23 Mar 2017 06:01:09 -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: Thu, 23 Mar 2017 13:02:42 +0000 Message-Id: <1490274162-85053-4-git-send-email-roy.fan.zhang@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1490274162-85053-1-git-send-email-roy.fan.zhang@intel.com> References: <1490274162-85053-1-git-send-email-roy.fan.zhang@intel.com> Subject: [dpdk-dev] [PATCH v2 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: Thu, 23 Mar 2017 13:01:12 -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