From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3141D9E3; Mon, 17 Apr 2017 22:31:35 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 17 Apr 2017 13:31:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,216,1488873600"; d="scan'208";a="75279204" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga002.jf.intel.com with ESMTP; 17 Apr 2017 13:31:33 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX154.ger.corp.intel.com ([169.254.12.233]) with mapi id 14.03.0319.002; Mon, 17 Apr 2017 21:31:32 +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+YIktdr6HKDwew Date: Mon, 17 Apr 2017 20:31:31 +0000 Message-ID: References: <1491836454-124949-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <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.182] 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 20:31:35 -0000 > -----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 >=20 > 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. >=20 > Fixes: 4987bbaa4810 ("crypto/scheduler: add packet size based mode") >=20 > Signed-off-by: Fan Zhang Acked-by: Pablo de Lara