From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 27DD237B1 for ; Wed, 19 Apr 2017 18:31:45 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2017 09:31:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,222,1488873600"; d="scan'208";a="251085625" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga004.fm.intel.com with ESMTP; 19 Apr 2017 09:31:43 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX152.ger.corp.intel.com ([169.254.6.231]) with mapi id 14.03.0319.002; Wed, 19 Apr 2017 17:31:43 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" Thread-Topic: [PATCH] crypto/scheduler: change ordering ring dequeue Thread-Index: AQHSuRuUXWK659lB5USUfMcWUnkIbKHM1zng Date: Wed, 19 Apr 2017 16:31:42 +0000 Message-ID: References: <1492613222-60184-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1492613222-60184-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDNkNzUzNjQtZGFiZS00ZjNkLTk5NzMtMDgxMDNmNGEyZWIwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik1JKzc0dk43a1BaRFRZeVwvckt2alJTVWI1THZEd3c5Y3dSakYyM1JzSFJvPSJ9 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] crypto/scheduler: change ordering ring dequeue 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: Wed, 19 Apr 2017 16:31:46 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Wednesday, April 19, 2017 3:47 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] crypto/scheduler: change ordering ring dequeue >=20 > Commit ("ring: return remaining entry count when > dequeuing") changed the return of rte_ring_sc_dequeue_bulk, this > patch updates the scheduler to comply with this change. >=20 > Signed-off-by: Fan Zhang Modified title to: "crypto/scheduler fix ring dequeue return handling" Added "Fixes: 8a48e039432b ("crypto/scheduler: optimize crypto op ordering"= )" Applied to dpdk-next-crypto. Thanks, Pablo