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 9B61AA00E6 for ; Mon, 5 Aug 2019 11:59:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7A6F31BE18; Mon, 5 Aug 2019 11:59:44 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 295791BDF0; Mon, 5 Aug 2019 11:59:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B0F0D21BF9; Mon, 5 Aug 2019 05:59:40 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 05 Aug 2019 05:59:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Y7bCkjhzJ/96p/uW/wab29WfFhLdfZWKhIoViyeFiUk=; b=ojATP1f6MEik 9MwMZXWbgAiMbq7MyPnE2/cqw4ApPHrAzsSSACv7mMuwlLay1P4V+Zor/k0iIRwi zbQ5uLwldWC4mcUdSTC5ZJGKQweoGDnAkdk6TXu5hX4VL7B6l/UyjagfritO48+3 HHuuuJ0+2T7nxe1gE4Yf9dP6lHnDEuI= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=Y7bCkjhzJ/96p/uW/wab29WfFhLdfZWKhIoViyeFi Uk=; b=epbpCtZVHrFtEjuC2Qf0976mBbvPeQLSjeXlOzukc4odCnP35FPLdJKdT 1nnCGg1DS55/I0yCbD04+dx8KtxXccbU0+Z3rWf3a0OwsBJKWMKuF017cHmwqU63 hshzIL/2v+4Y1/VZi5iB9gZmMu3wkm7B2h/XJm1cMQBr3gjv3ogRn8Jv9Iy9cict OMyAYc4h9X5FtBXEI4TPs8xazwUuiaCoF6P34tWKlouqJMDhnqVEVGfsxhcVrqQM EC9RejzRU90mIubnglVqz9G7BxbqADqHUQP1eowv+QyqV4TKYkg6+Z23RRTODLs+ Gx3qPX4t+zhBnuT+cRLKaBvSJYuvA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddtjedgvddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DF4FC80059; Mon, 5 Aug 2019 05:59:39 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, stable@dpdk.org Date: Mon, 05 Aug 2019 11:59:38 +0200 Message-ID: <1632805.uzm8Oz5EOu@xps> In-Reply-To: <1564739641-22799-1-git-send-email-david.marchand@redhat.com> References: <1564739641-22799-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] bus/pci: remove unused x86 Linux macro 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" 02/08/2019 11:54, David Marchand: > This macro is unused after a previous fix. > > Fixes: fe822eb8c565 ("bus/pci: use IOVA DMA mask check when setting IOVA mode") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Applied, thanks