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 4CBF842D2E; Fri, 23 Jun 2023 10:56:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2403F40EE4; Fri, 23 Jun 2023 10:56:02 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id AB35040E09 for ; Fri, 23 Jun 2023 10:56:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1687510560; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=T/WJMTai08W8c2x38YC0gMaGWscL+drjDTzOOWm3xkE=; b=CEdK2sYYauAUnAEpigWTES2v8l5hM5bf48poQycEyMk12/Wm+6sGIUa210eFOodcaD5EaX 63go4AXknLGLLiAThMrzqIkFUVWPrNmefFQfDtjF22d/Rl5g/dvx8s6+iUE3R5dsb0gxFr HawKQz3ULhsSTgS2UdzydYyNfXf6Ncc= Received: from mail-oi1-f199.google.com (mail-oi1-f199.google.com [209.85.167.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-124-yInUE8HtMq-Vl6XxNlOOEg-1; Fri, 23 Jun 2023 04:55:58 -0400 X-MC-Unique: yInUE8HtMq-Vl6XxNlOOEg-1 Received: by mail-oi1-f199.google.com with SMTP id 5614622812f47-39c872bab70so337462b6e.3 for ; Fri, 23 Jun 2023 01:55:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687510557; x=1690102557; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=T/WJMTai08W8c2x38YC0gMaGWscL+drjDTzOOWm3xkE=; b=MaRbnnqhilQk7t5SyMOCRYo3FojaEgDLuQiZSt+XX/0dEdqpQqYxnSkEpcnc57HP7z qII9Y/DhlASobhmv82Pk2Tm95Exslelq2I0Mjto/BWaol/1OKciDKvq/sdjqwISo9Qhr ShvrbPoym3ZqZQgufWF1e9SZ5V4JT1SUxe9fvgVWRq0t3CQYAEgbD/+k6p+eaMEJNMSA SqjfjENSSZI2ppGHIxuXvw2Nu5xscC0dbx0ugGc0Gagt5uAEeMYx+f85mHrpsptTGg8U 01LUdrnRxwf00QuetReeTtLQO2RWhlk8WmI91BETtJ7B0REbMfReL5GQgLOWP7+/8HoD ggGQ== X-Gm-Message-State: AC+VfDyKdQHSyXb+0PeoMedqRldNwu2hxNQVQqddWIR/iX2A9CBmO226 PeDL9FW65mHNpNKvkmDVdh9q1vrmggCw8zT0fdwwRjBsdUhBHYrvqq4gTR1TECycbWl3hU1l6GK BlHGj0t4BVBlRCN0/nC0= X-Received: by 2002:a05:6808:23ca:b0:3a0:3391:14fd with SMTP id bq10-20020a05680823ca00b003a0339114fdmr13324805oib.11.1687510557514; Fri, 23 Jun 2023 01:55:57 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ4XIT0GZqnADVCkoz78Z1JhG/1YBJA/vmhr5q5A5RnPE0ML0yhFPb/w455bVqOF67PeDJ1OCRj6vVkWq1uRbnM= X-Received: by 2002:a05:6808:23ca:b0:3a0:3391:14fd with SMTP id bq10-20020a05680823ca00b003a0339114fdmr13324802oib.11.1687510557331; Fri, 23 Jun 2023 01:55:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Fri, 23 Jun 2023 10:55:45 +0200 Message-ID: Subject: Re: [Bug 1255] [asan] net/mlx5: memory leak on port cleanup To: Asaf Penso Cc: "dev@dpdk.org" X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Wed, Jun 21, 2023 at 9:12=E2=80=AFPM Asaf Penso wrote= : > > Hello David, > What's the dpdk version used in that OS? > Have you tried manually installing latest dpdk and check? > We recently fixed some mem issue, raised by valgrind. I caught this on the main branch of DPDK, after v23.03-rc1. Please check, thanks. --=20 David Marchand