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 95F2DA00BE for ; Mon, 27 Apr 2020 14:13:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8203D2C6D; Mon, 27 Apr 2020 14:13:04 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7A0311BF6F; Mon, 27 Apr 2020 14:13:02 +0200 (CEST) IronPort-SDR: rH6/6OC965YJy1/CNxvlLnlMPgE9XAQsyYWQIs4M7TWdZtR75l0gfPCyw6Zb9LSuTzO6Ysj6e+ VN9Y74Yrmcpg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2020 05:12:59 -0700 IronPort-SDR: QztPjjTz16pVrS+JMoYwCDDiQOG/20IgfGejX8xL2tQJ2pIFLIU+MMc0KaRgEUxqtMMWu3Y22c TQ0+dmIPt2qg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,324,1583222400"; d="scan'208";a="275452154" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.211.137]) ([10.213.211.137]) by orsmga002.jf.intel.com with ESMTP; 27 Apr 2020 05:12:57 -0700 To: Stephen Hemminger , dev@dpdk.org Cc: stable@dpdk.org References: <20200104013341.19809-1-stephen@networkplumber.org> <20200104013341.19809-9-stephen@networkplumber.org> From: "Burakov, Anatoly" Message-ID: Date: Mon, 27 Apr 2020 13:12:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200104013341.19809-9-stephen@networkplumber.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH 08/14] eal: vfio: cleanup the mp sync handle X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 04-Jan-20 1:33 AM, Stephen Hemminger wrote: > When rte_eal_cleanup is called the rte_mp_action for VFIO > should be freed. > > Fixes: edf73dd33072 ("ipc: handle unsupported IPC in action register") > Cc: anatoly.burakov@intel.com > Cc: stable@dpdk.org > Signed-off-by: Stephen Hemminger > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly