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 50097A0C4F; Thu, 22 Jul 2021 15:09:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA69B4014D; Thu, 22 Jul 2021 15:09:31 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mails.dpdk.org (Postfix) with ESMTP id 3B45940040 for ; Thu, 22 Jul 2021 15:09:30 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 1941C32008FC; Thu, 22 Jul 2021 09:09:29 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Thu, 22 Jul 2021 09:09:29 -0400 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=fm1; bh= snuQ1nYfb6/p9Km9NVfKf0TKL0pvkAlzyx42v/yiPEE=; b=p0q5toYqxuRiYngz Drh6K3lo3Ip4CdtfpQuQvClQH+Z8+WNXTMzlEXK3AzODs+isrnRboJlk71FhEWiZ iLrrouUyVPlnePNPm9T1c2kY0NwnqolD11BKPZbjvad8rMEfRzOGBCO82SjBJwXm jzxcdIGQUNVC7ICRr+Z/91iKmU1UtlGuL6aNAaZeVhWR41YNRtsSS+47syaTKh4k GgTDmURWAGHvRUOmMDN75lKPKKsFNKPuO/XZwPlusfYqw5ARKmvpisFdpV+jVTcL HgT+0Skdzm7Yvj7lGt/KngKFTvkTGkxjFVAcLIS2cTkXstEwShml6nFBVeIJcKxT SG/k5w== 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=fm3; bh=snuQ1nYfb6/p9Km9NVfKf0TKL0pvkAlzyx42v/yiP EE=; b=lR3iFtgLr2M/Ss5+5tLmZMR3FNQMYHmpa2WPd8xMX+T74wnJ3nKwUnU/A KQgJPHPpZacfaIyCnQQsWxvZn2/+ltad2A1CJmowjshCMBPETlQWvQdF8z63WuA7 yZZj7vDDvhWN2H+w8eKb5Jhl0PQlQf5/FlUPklZGnN4Danx4LAO23oqbX/ntBWi5 jNboWssUHBZx4udn/it0h78P/KvfyrdoWncoB6NDIfByMgypW7qkpjHTLtDRNKjs dN4hhPF9ja1WxS2rF3Y7kma1PFT8P/6fCvk2sh4KKhyXb07GP5qpvsNRXiUq5j7S GE1YC2EUOS3zbfDwx+7/QIy/zZyvA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrfeeigdehkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 22 Jul 2021 09:09:27 -0400 (EDT) From: Thomas Monjalon To: Michael Baum Cc: dev@dpdk.org, Matan Azrad , Ori Kam Date: Thu, 22 Jul 2021 15:09:43 +0200 Message-ID: <12327444.TbgK7hEHpC@thomas> In-Reply-To: <20210712070644.2848418-1-michaelba@nvidia.com> References: <20210707120303.2490006-2-michaelba@nvidia.com> <20210712070644.2848418-1-michaelba@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH_v4 0/3] regex/mlx5: some independent fixes 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" > Michael Baum (3): > regex/mlx5: fix memory region unregistration > regex/mlx5: fix leak in PCI remove function > regex/mlx5: fix redundancy in PCI remove function Applied, thanks