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 B35B4A32A2 for ; Fri, 25 Oct 2019 00:33:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BC2131E8AC; Fri, 25 Oct 2019 00:33:07 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7BF731E8AB for ; Fri, 25 Oct 2019 00:33:05 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B956720241; Thu, 24 Oct 2019 18:33:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 24 Oct 2019 18:33:04 -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=Gw9n9zbMB+if3Kv7ZrUKXoUVOPr4Ll/wNckrXWH3BZM=; b=gyHJfP2zmqGc 7kDNnIyRETmvlojthx8XFonMfsZ747Jeeo23qT4DdQLw3HeIfmbeFC9XXBO5Fmge XNJKqYmy4A0yaKtdH+YS+0NClXxKb0UMV3KtPUaG4Onb9xuGhHtlFyDVGBIFtI0R RwcK3inra3F5MWEyaw3FMVskQBq1SUU= 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=fm1; bh=Gw9n9zbMB+if3Kv7ZrUKXoUVOPr4Ll/wNckrXWH3B ZM=; b=kT3mTaNvjRpJokmGJfbKBB8ly7fZnoM3PregM6BEhrBGdKPvoJYd9a8WF ntNSCqhh/8JoLY3m0VBuvfP0FC9Y6V8LR1r8HUfp8hwZdjWUHRQagyR1gmWWtLEj vVvyXwKYvNmKFiSZslthwlyvxcWGo2oSTErF88TQCYPkzdKpYVorWCa/yyBoe1JH xQaeGrfUFtj9z8J5qmq6nWWC5OMHOMcbji+RtaGJL+a2o/2UNbziIEM19Sfi03CP HbbsCVkEPpU64TM7DZNoR9faXB+tNm/z3KMCB+H2p06Fbje1CYkHt6YTDLjq6mMJ CbAHqzTrx4YFMvSaf3rCV1pPsETJA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrledvgddutdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 81319D60062; Thu, 24 Oct 2019 18:33:02 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: Anatoly Burakov , Shahaf Shuler , Ray Kinsella , dev , Neil Horman , John McNamara , Marko Kovacevic , Bruce Richardson , Damjan Marion Date: Fri, 25 Oct 2019 00:32:59 +0200 Message-ID: <2302363.xZHtmyloc2@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] vfio: remove deprecated DMA mapping functions 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/10/2019 21:09, David Marchand: > On Thu, Oct 24, 2019 at 2:18 PM Anatoly Burakov > wrote: > > > > The rte_vfio_dma_map/unmap API's have been marked as deprecated in > > release 19.05. Remove them. > > > > Signed-off-by: Anatoly Burakov > > --- > > > > Notes: > > Although `rte_vfio_dma_map` et al. was marked as deprecated in our documentation, > > it wasn't marked as __rte_deprecated in code. Should we still remove it? > > I can see that vpp is still using this api. > I would prefer we get some ack from their side. > > Shahaf? > Ray? > > Do you guys have contact with VPP devs? +Cc Damjan