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 4DE601075 for ; Wed, 29 Mar 2017 01:09:34 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 28 Mar 2017 16:09:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,238,1486454400"; d="scan'208";a="1148145834" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga002.fm.intel.com with ESMTP; 28 Mar 2017 16:09:32 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx110.ger.corp.intel.com ([169.254.15.151]) with mapi id 14.03.0319.002; Wed, 29 Mar 2017 00:09:31 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "Gonzalez Monroy, Sergio" , "Doherty, Declan" Thread-Topic: [PATCH v3 1/3] crypto/scheduler: add fail-over scheduling mode file Thread-Index: AQHSp8+xW3ygsw+tdEC3x2VJcrkP96Gq4Eww Date: Tue, 28 Mar 2017 23:09:30 +0000 Message-ID: References: <1490711441-55895-1-git-send-email-roy.fan.zhang@intel.com> <1490711441-55895-2-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1490711441-55895-2-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzM1OTg4ZmItOGUxOS00ZjkwLWI1YzAtNjUyODQwZGE0N2E4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImFyMUZRRFpYMnNBUTdMM1VTK09Bc3NtVjVmWVl0ejFkZnBtV240bUNZTlU9In0= 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 v3 1/3] crypto/scheduler: add fail-over scheduling mode file 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 23:09:34 -0000 Hi Fan, > -----Original Message----- > From: Zhang, Roy Fan > Sent: Tuesday, March 28, 2017 3:31 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Gonzalez Monroy, Sergio; Doherty, Declan > Subject: [PATCH v3 1/3] crypto/scheduler: add fail-over scheduling mode > file >=20 > This patch adds the fail-over scheduling mode main source file. Fail-over > mode 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. >=20 > Signed-off-by: Fan Zhang Could you update release notes doc? Also for the packet size based scheduli= ng mode. Thanks, Pablo