From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id CC961F94 for ; Mon, 6 Nov 2017 21:32:03 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7D9AF20CB8; Mon, 6 Nov 2017 15:32:03 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 06 Nov 2017 15:32:03 -0500 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=AYGxv7UEn1mT8/Z5K74nekVCA2 2niO6pnZ/FyWRfF30=; b=K5W6l+Z6arlKATffgdFULP4HqeKkSzKHwn6FkY1Bqa QG5TbQZs2G1mui4Ns0FWJ+fhlbqyQtgxQ4U9Yv8LO+dcZrUeGeTGuKL0VohEvaU4 lAIg+sYLYpkMWKjPXCkjAZb0vLzPqdKF3XgeY6SPf9ZYQVPC4o0DY/uHoW2DZAF+ I= 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=fm1; bh=AYGxv7 UEn1mT8/Z5K74nekVCA22niO6pnZ/FyWRfF30=; b=f+Gwi+pYugB0eRWZ8gfq/E iwAnol0DoK1TrBTXbnrf3bSKhCAy9YCJ6Z5wfG3fccBYz91JZpjnDIbti6N6hAPP /CTwBTvSI1DSNEI3RQX1UQkV3euL8x3FFe1LZXeqjSUPi1oDW2f0fiiboHgU41OH Q2pDXjxQYqS/HZEANhGiLVtPV9ScYdQbLYN475JQRs9YWrox1M0tNfUz/c4mTTFK AlWIec+z8Rj+BXqHvyuzr6k9n3p52oFu7lZPNh+vFAL2yXAwY8e69ssqMUQEm2OI MX/00DEoEu8MxI/jEgze5eoH5beOJo9i8XZNLXJx/b0AnF0wjKC/meubr2+3wNQA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 462B2240B2; Mon, 6 Nov 2017 15:32:03 -0500 (EST) From: Thomas Monjalon To: Gaetan Rivet Cc: dev@dpdk.org Date: Mon, 06 Nov 2017 21:32:02 +0100 Message-ID: <16615637.68jBSdi6l7@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1 0/2] Fix namespaces for VFIO and PCI 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: Mon, 06 Nov 2017 20:32:04 -0000 06/11/2017 17:08, Gaetan Rivet: > Some symbols are lacking the proper rte_ prefix. > > Gaetan Rivet (2): > eal: use proper namespace for VFIO symbols > pci: fix PCI lib prefix Applied, thanks