From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 238F1A0C4E; Mon, 8 Nov 2021 19:44:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A9B140E5A; Mon, 8 Nov 2021 19:44:22 +0100 (CET) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by mails.dpdk.org (Postfix) with ESMTP id 14B5640DF7 for ; Mon, 8 Nov 2021 19:44:21 +0100 (CET) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id A87C83201DBC; Mon, 8 Nov 2021 13:44:19 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Mon, 08 Nov 2021 13:44:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= K/dw6khslGWvcIAZAv2lYfwTaUPopLjBuE+bF54Hm4c=; b=Z1WFQaATbERqmR+v XQSUIeXCzc0qFnSpwtgqPYVCB6AK99E9bFLlRqC3feQjI47Hv8k8LqhqTX2Ye80g JvB+5BZ/YGyv1DCLGHYDkhoowkKK0Fb/UYKid+txdgI9KL4Db6IPy50FNmHEymnl 3Cfk+hVd+WtqryCrDTELIzuZWBieNtgHzB9QMthir0Tb2H4oCEtMtSsjJg75YUz+ DIi6xA0wN3Iw7YTeqg8WidTGjSTwHoYBsTH7w2VrUJulWo8Y54oqoFDVVEkHuAUd CLlBd2PJ6oKIuaaAX9p0+FLSYsLqBAJbtWrmjAu7b/9rungBECZLt8DizMyJgBL/ u4A17w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=K/dw6khslGWvcIAZAv2lYfwTaUPopLjBuE+bF54Hm 4c=; b=bsSNb6SViM7yG+ebd5Itxy/f6TWjWyKpoP4T6DwNdhpEBcy9fXtz6NlI7 rRQpEd/nb96tRTkDA8VaR/SGdVuI3+v9Pu+bMvzXbCUAHxqT9ZlUhf78SYKfKeDc foZY41AUuwsH+KneOGFH+6tZ8yel05zF5d6pnyCjFk8tBL2ztZduYMpOiSiw47U8 Znmq8kvjJXPZCTooEU/9ZjmuF3+xXNdPa25dBIQ7tMtqk/sbDDGkLBrVKlJJWCSs PQVjkLK1/0llcebR23idaz3spDkIwCUvy+cWtBV2wrU8xKOyQSFVmmxH3RFIxPaw zPuxs9cekCVXi0VRT7kSqGlKmkS+g== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddruddvgdduudefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 8 Nov 2021 13:44:18 -0500 (EST) From: Thomas Monjalon To: Raja Zidane Cc: dev@dpdk.org, Matan Azrad Date: Mon, 08 Nov 2021 19:44:16 +0100 Message-ID: <4814935.ZCruxaGoUg@thomas> In-Reply-To: <20211108130921.19143-1-rzidane@nvidia.com> References: <20211108123354.2194-1-rzidane@nvidia.com> <20211108130921.19143-1-rzidane@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH V2 0/4] fixes to queue size config X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Raja Zidane (4): > common/mlx5: fix overflows in DevX queues size calculations > crypto/mlx5: fix driver destroy before the configuration > crypto/mlx5: fix the queue size configuration > common/mlx5: fix RQ size configuration in QP create Applied, thanks.