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 AEB9D3254 for ; Tue, 5 Sep 2017 09:31:30 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4310D20E46; Tue, 5 Sep 2017 03:31:30 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 05 Sep 2017 03:31:30 -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:x-sasl-enc; s=mesmtp; bh=354Nu37Nhzi+oFd KE7c4ji+d6Iy+ep0w7CSTTD7FEWA=; b=H6+W4tcULxOTgaCLhw3g4NqDTYTCuJN eEPsddx9TQwBmi8ZP+BOKmCdv4fV0SeOL4dCis3sepMofYI9ZLJE8PYgHNU8ZOpK kLJh3UayIUs8iou5aUWfRs+8ZU8CazEepChPxMdO5K7rdcb6lbeTU797Yop9pY+T a6/ILZEpF9Eg= 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:x-sasl-enc; s= fm1; bh=354Nu37Nhzi+oFdKE7c4ji+d6Iy+ep0w7CSTTD7FEWA=; b=NluaYbGx mmmgNlvpKankDJHa77or+SjgYL8/U2c8tV1gsFUk5h+0QetPEnIxsc4vqUR1dBxQ TX2qazLa2BWafpCGVaH+IJY6RZ/aJqOgDfyEpOt4pCiyDIcggWbz6zM56588IR/5 deRCqE6rViwv4eGPx69UTyaatNBzOlP5wwA+YYNXzrKraIf5wHRVhg9gMHDV1X/8 Y4JtPALTq/+CHZ78GsqxhivQz+9TucufPcK5UVuQMz0HehenfGzKXZ5bqfaVHksP m3HzWEpaPBjhjnwtb805Ac+2AUSCebOX+NS6Yb4z5/EESMUzbhktPUNUcGTvXuGJ kpQXP8W6dmUYBA== X-ME-Sender: X-Sasl-enc: nXB9IOKEtEPhp+wJZRU0daECGBMJGU1EgAgzzCQ78V3M 1504596689 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DF8EB24335; Tue, 5 Sep 2017 03:31:29 -0400 (EDT) From: Thomas Monjalon To: "Tan, Jianfeng" Cc: "Richardson, Bruce" , dev@dpdk.org, xen-devel@lists.xenproject.org, "Mcnamara, John" , joao.m.martins@oracle.com, jerin.jacob@caviumnetworks.com, shahafs@mellanox.com Date: Tue, 05 Sep 2017 09:31:28 +0200 Message-ID: <18154944.ikgZCrDS5M@xps> In-Reply-To: References: <1504116634-115687-1-git-send-email-jianfeng.tan@intel.com> <20170904144916.GE11856@bricha3-MOBL3.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 5/6] eal: remove xen dom0 support 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: Tue, 05 Sep 2017 07:31:30 -0000 05/09/2017 05:41, Tan, Jianfeng: > From: Richardson, Bruce > > > > Reading the contributors guide section on ABI, specifically > > http://dpdk.org/doc/guides/contributing/versioning.html#deprecating-an- > > entire-abi-version > > it seems like we should collapse down the versions to a single one > > following the function removal, and also increment the whole library so > > version. > > So for lib/librte_eal/linuxapp/eal/rte_eal_version.map, we should change it in below way? > > DPDK_2.1 { > {APIs in DPDK_2.0 except xen APIs} > ... > }; > > DPDK_16.04 { > {APIs in DPDK_2.1 except xen APIs} > ... > } DPDK_2.1; No, you don't need to collapse. You can just remove Xen functions.