From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 3E29C10FB7 for ; Thu, 30 Mar 2017 14:35:13 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 30 Mar 2017 05:35:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,246,1486454400"; d="scan'208";a="1128890166" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga001.fm.intel.com with ESMTP; 30 Mar 2017 05:35:10 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 30 Mar 2017 13:33:46 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX156.ger.corp.intel.com ([169.254.3.246]) with mapi id 14.03.0319.002; Thu, 30 Mar 2017 13:33:46 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "Gonzalez Monroy, Sergio" , "Doherty, Declan" Thread-Topic: [PATCH v5 0/3] crypto/scheduler: add fail-over mode Thread-Index: AQHSqKm8lSXu9JgYyUOEGpfrNAT2GqGtTnbg Date: Thu, 30 Mar 2017 12:33:45 +0000 Message-ID: References: <1490775868-65199-1-git-send-email-roy.fan.zhang@intel.com> <1490805094-64679-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1490805094-64679-1-git-send-email-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTExNDgzOWItNzdjYy00MDI4LWJlYzktOGI1ZTBmOTQ5MmM4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InQ0cGw0Mmg5OVgxam13V0Y3MURRXC9Sc0htcytVTGxTQzBlajE0RXNGSis0PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 0/3] crypto/scheduler: add fail-over mode 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, 30 Mar 2017 12:35:13 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Wednesday, March 29, 2017 5:32 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Gonzalez Monroy, Sergio; Doherty, Declan > Subject: [PATCH v5 0/3] crypto/scheduler: add fail-over mode >=20 > This patch adds fail-over mode for cryptodev scheduler PMD. Fail-over > mode > works with 2 slaves, the primary slave and the secondary slave. In this > mode, the scheduler will enqueues the incoming crypto operation burst to > the > primary slave. When one or more crypto operations fail to be enqueued, > then > they will be enqueued to the secondary slave. ... > 2.7.4 Applied to dpdk-next-crypto as a single patch. Thanks, Pablo