From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AEC7CA0545; Wed, 25 Nov 2020 13:54:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 36B59C94E; Wed, 25 Nov 2020 13:54:06 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 930D8C93A for ; Wed, 25 Nov 2020 13:54:04 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 10A185C01A7; Wed, 25 Nov 2020 07:54:03 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 25 Nov 2020 07:54:03 -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= HO1qjglxQQHgmCilj/sA1L5j56r54UsQ6/4UrymbDDM=; b=ubJ0GcT4gDOIYfJT 8NvIwetj5htajeiFRUUS5wauGBUhrSCII+NCmiS1hNtLft+QJcCRNbcdgvBhu9nn q5pB+BSZ6D8NEVYr0KdXFUsea0iWK65FZHvOnEzCwAsAQuzR0/fhpinXOt9M/LYT i8XBy1+BM1J8Rmkr8ul2SARcNiSKejOR/2GIutKi1BHJZE6uZOvfLpPBper1Xp/F hp8K6zX9l1Mxx28AKVqikqOEuDtKP5vvEuoKDNg5ZL6tZ5qCHWaZNefar/lCEKRR SSAk+mvX/hT8zTEuzQ5VzQXQG3MbkeQ2MhxB2aeXpakJhKaxTB0Sn3rqEVS+PPQY er4jPA== 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=HO1qjglxQQHgmCilj/sA1L5j56r54UsQ6/4UrymbD DM=; b=Dxck8ioXK+cuK8UeCdJqgGUy5r8xIy63/J6JVoeusmgG8QQWEo3hfbRUX N9WHI41VcJZommI8ZZKXjzk3f9E4/38JVCCToXTe8u+Udzfdc9Fj8/EmSxDLv0Cm 5YfpEqblpbCzaGaVVZxIDfkrzYN6lk1LOGFV/gVelQkvxHZf3J2ZREwvzlt1T91H d9g47FqknIwC8WlOrw3XJlqAbNPcHxImplsI2SJydIZxfY/XvL+O4isAkxv85Pxy kR+LELlF8sz/YYxtKZTm8/zVHgFDDqktmA8ScS1uQ6yHeGEEzHqKkTfKH/Lpl2wl XkE24Rlnxv0v8WZ+p7d0nA+q72+DQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudehtddggeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1FE603280064; Wed, 25 Nov 2020 07:54:02 -0500 (EST) From: Thomas Monjalon To: Gregory Etelson Cc: dev@dpdk.org, matan@nvidia.com, rasland@nvidia.com, Viacheslav Ovsiienko , asafp@nvidia.com Date: Wed, 25 Nov 2020 13:53:59 +0100 Message-ID: <1615354.X0TlAbQUSN@thomas> In-Reply-To: <20201125094427.7975-1-getelson@nvidia.com> References: <20201125082643.7375-1-getelson@nvidia.com> <20201125094427.7975-1-getelson@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: fix memory management for released offloaded tunnels. 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/11/2020 10:44, Gregory Etelson: > PMD did not remove tunnel offload object from tunnels database before > it released the object memory. As the result, the tunnels database > become corrupted and subsequent search operations triggered PMD crash. > The patch removes tunnel offload object from the tunnels database when > the object is not in-use by PMD any more. > > Fixes: bc1d90a3cf6f ("net/mlx5: fix build with Direct Verbs disabled") > > Signed-off-by: Gregory Etelson > Acked-by: Viacheslav Ovsiienko Applied, thanks