From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2FFB9DE0; Mon, 17 Apr 2017 23:43:24 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2017 14:43:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,217,1488873600"; d="scan'208";a="90581598" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga005.fm.intel.com with ESMTP; 17 Apr 2017 14:43:23 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0319.002; Mon, 17 Apr 2017 22:43:22 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] crypto/scheduler: fix queue pair configuration Thread-Index: AQHSsgsEQziv21Qfg0eAv8+YIktdr6HKDwewgAAAijA= Date: Mon, 17 Apr 2017 21:43:21 +0000 Message-ID: References: <1491836454-124949-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGI0ODc3MmEtNzYxZS00ZGQ0LTlhOWYtNWMxMWZiYTEyYjZlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IklBK2IrZWZBRTVLeVhDU2o1aGlTTitVdG1iQVZZaE16ZDBvNHZTXC9tZnpRPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] crypto/scheduler: fix queue pair configuration 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: Mon, 17 Apr 2017 21:43:26 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, April 17, 2017 9:32 PM > To: Zhang, Roy Fan; dev@dpdk.org > Cc: stable@dpdk.org > Subject: RE: [PATCH] crypto/scheduler: fix queue pair configuration >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, Roy Fan > > Sent: Monday, April 10, 2017 4:01 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo; stable@dpdk.org > > Subject: [PATCH] crypto/scheduler: fix queue pair configuration > > > > This patch fixes the queue pair configuration for the scheduler PMD. > > The queue pairs of a scheduler may have different nb_descriptors sizes, > > which was not the case. Also, the maximum available objects in a > > queue pair is 1 object smaller than nb_descriptors. This patch fixes > > these issues. > > > > Fixes: 4987bbaa4810 ("crypto/scheduler: add packet size based mode") > > > > Signed-off-by: Fan Zhang >=20 > Acked-by: Pablo de Lara Wrong fixes line -> Changed to "a783aa634410 ("crypto/scheduler: add packet= size based mode")". Also, this patch doesn't need to go to stable tree, as it is fixing a commi= t that was sent in this release. Applied to dpdk-next-crypto. Thanks, Pablo