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 AE312A0A02; Thu, 25 Mar 2021 16:28:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9B7B8140E39; Thu, 25 Mar 2021 16:28:03 +0100 (CET) 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 2748C140E2E for ; Thu, 25 Mar 2021 16:28:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616686081; 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=c6sgYs6gdKyfJdF29cXWOaPFL1n9LeuO6imn49G9c2g=; b=KoNlmaYKsWsW5StRVJ9XjrxNuP6BogYqGxoTfwhgouHMz88hbF3m1SiknO48i+y6Ws3lti DBbJejD3kzb4HdEqnz78yWvMBzeH03o9gv/ZTQp1LYF7vaikA5bTIS773pWih5Lr2JwmMK x4OnkEkmhLRRHtHojZuiTHYDkHr+azM= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-156-I_4jGHkgP4Ohn2caPe42mw-1; Thu, 25 Mar 2021 11:27:54 -0400 X-MC-Unique: I_4jGHkgP4Ohn2caPe42mw-1 Received: by mail-vs1-f70.google.com with SMTP id 1so1214502vsw.16 for ; Thu, 25 Mar 2021 08:27:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=c6sgYs6gdKyfJdF29cXWOaPFL1n9LeuO6imn49G9c2g=; b=np6meGoM/mxICOa/JBvzI/QybUQPLhczu4YKvTCYSyOLiXuTsrC0n+sqBpWhUphkRd jsR9hCnQiAPcozi9nIY7FuzchkhLSiPzo5kHoycZb92DhJisKfQBoXAheLQgKoRi0DK5 Dv/QL+kocGx+r9/qwiMuzY12cGSbH0wqReHAnap4EyOioSLl0sNe6QLBzVOrFks+3CUT rPCEWsOL/nxjF4NaBoYSC7CE6p7GLb0mBFJMdpqU5GBvmq8vg3twJYdfgQmlM0j4sj0h /0+BQs41a+7iPnfHHVimnajs/FqCQzY7wGIklU6hr2EaMEhNyPkiIcSPUq8ItZMKBoAU MFAw== X-Gm-Message-State: AOAM530etvwujMr1bCBvQml4Qn8S6QcSsPyQKC8P3Cng5c0X7b8b9FHG xzNyqNNAqEff2dgkLcrHe18pF3V0QwcvDVZoIre4UydPC0YrJzf/rA8B3Dee3IDiYM3Q6+qE+8K mLhq0wNAJveVaw+uZRTA= X-Received: by 2002:a1f:d283:: with SMTP id j125mr5663294vkg.9.1616686073794; Thu, 25 Mar 2021 08:27:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwrOTO8qBOb/aKVDktpgKwq0fSCOqfPie1EZhnKYqUbeSpEUuQ4oq83D0BEjJnpOBFWuP7IqBXeU+STeBOId6c= X-Received: by 2002:a1f:d283:: with SMTP id j125mr5663278vkg.9.1616686073580; Thu, 25 Mar 2021 08:27:53 -0700 (PDT) MIME-Version: 1.0 References: <20200708120329.103200-1-m.bilal@emumba.com> <20200912195337.734ez2cumf6x7hxp@u256.net> In-Reply-To: From: David Marchand Date: Thu, 25 Mar 2021 16:27:41 +0100 Message-ID: To: Muhammad Bilal Cc: "Yigit, Ferruh" , "Burakov, Anatoly" , Vipin Varghese , Jakub Grajciar , Jerin Jacob Kollanukkaran , dev , dpdk stable , =?UTF-8?Q?Ga=C3=ABtan_Rivet?= Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] EAL: Called remove() of drivers for vdev and pci buses 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" On Sun, Oct 25, 2020 at 10:28 PM Muhammad Bilal wrote: > > On Tue, Oct 20, 2020 at 6:43 PM David Marchand > wrote: > > > > Hello, > Hi > > > > On Sat, Sep 12, 2020 at 9:53 PM Ga=C3=ABtan Rivet wrot= e: > > > > > > On 08/07/20 17:03 +0500, Muhammad Bilal wrote: > > > > while using memif with app, the resources are not cleaned on exit, > > > > So an error occurred on running it second time. The cause of this p= roblem > > > > is that remove() of memif driver is not called by rte_eal_cleanup()= which > > > > is counterpart of probe() called from rte_eal_init(). This is a cas= e for > > > > all other divers e.g pci, so to solve this problem I have added the > > > > functionality of calling remove() function of all the driver attach= ed to > > > > devices on vdev and pci buses. > > > > > > > > > > Hi Muhammad, > > > > > > review inline. > > > > There were comments from Gaetan, waiting for a v2. > I am working on required changes, and will update it soon. Any update? Thanks. --=20 David Marchand