From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 43C5123C for ; Fri, 20 Jul 2018 14:27:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A4BB821B03; Fri, 20 Jul 2018 08:27:01 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 20 Jul 2018 08:27:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=CgOp65aFqvG1/s/2PuOp+J5tW2 0gLy0P7QAdwLF2Ulo=; b=GLTk0i8l45xWP+pxYywGT0GO3YCr9yBK56AjNJxWF2 Sy6Ei2xT/IqsEjAQiuR5gHfaHvd5+pqJacByOs4rYIvUTRHiot0V44Fjvkml6thA 3rKUqaiNrEyfOiiWYo7LV9pH7ZPPXFSVnpGuKkyOirlXanzPzifyR94z4+8kEI0Z Q= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=CgOp65 aFqvG1/s/2PuOp+J5tW20gLy0P7QAdwLF2Ulo=; b=Wek6B8dAdVU4awjTCdCnOs 3LCGxxfomsyPnEMhJFL+t+XkWWTuMqwyZt0ITa31QA/pLHgoPpqn9auG3Qi6ijdQ G+d0xc1aGo0BcrVV5R/NpjfUoEIiXt89H63bSKQZ09lI/7izPWTgH8xiBLa2PtQP xLa4+0qxhbHOmXJGG2B1U/fof2Sq3xRFA18TdxlIO8bgLKxFxnpheqZkiGWbURrh iCeIUJ+AmW6mAN5lenGQnhNfDQmkszDSsRwJhm5EpCFnnD51C/hfZEff/qmgYi+k jyc1dH2lGCHbS/RgJ0FNmqFldHgGBrIhAxLf6KkdAeE0HohZ482BeucuzX4FOi7w == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (unknown [207.232.18.42]) by mail.messagingengine.com (Postfix) with ESMTPA id E2FEFE450F; Fri, 20 Jul 2018 08:26:59 -0400 (EDT) From: Thomas Monjalon To: Qi Zhang Cc: dev@dpdk.org, anatoly.burakov@intel.com, gaetan.rivet@6wind.com Date: Fri, 20 Jul 2018 14:26:57 +0200 Message-ID: <15170033.3y1JtfccX1@xps> In-Reply-To: <20180712140144.18146-1-qi.z.zhang@intel.com> References: <20180712140144.18146-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/4] couple hotplug fix 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: , X-List-Received-Date: Fri, 20 Jul 2018 12:27:02 -0000 12/07/2018 16:01, Qi Zhang: > The patchset fix couple issues that related with hotplug add and hotplug > remove. > > Qi Zhang (4): > eal: fix hotplug add and hotplug remove > bus/pci: fix PCI address compare > bus/pci: enable vfio unmap resource for secondary > vfio: remove uneccessary IPC for group fd clear Applied, thanks