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 37582A009E for ; Sun, 27 Oct 2019 10:49:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E4FF41BF0D; Sun, 27 Oct 2019 10:49:13 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id AD37B1F5 for ; Sun, 27 Oct 2019 10:49:12 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EF1A521B81; Sun, 27 Oct 2019 05:49:11 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 27 Oct 2019 05:49:11 -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=VXQaaJUGSkQ0lFkgztqPjog0+6yHlnh1J+inNejjPpo=; b=EOkRscnRbTl3 /kFxLWM6W9qifVieK0/G1lES+kWKyNMeteg2m8vluBw/XckxMjCCGUymUOvDRp/d nhENs9aJhdnxipBa7ijh2ta5gHYnLxSNGgwt0aHa+VaZqP58h+x8Q/7kFu0sYQgu lZm1YpxYofszCLcyB2J1NJ0xNCD7N8E= 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=VXQaaJUGSkQ0lFkgztqPjog0+6yHlnh1J+inNejjP po=; b=KoWcwyBO57Lhbqis/2ldCpZoHXb+tWBE3B87tZxJMrpM1o40nHmmaYegq LusTCQ0LLLdbD1+sLWN7xb5dqoX9PrLo0FY81T3Dg+E3ywcXqUJdGBjMC5ymlp8z jdsayTcvOUMRY+orNed2L+or+VZEik4mFHwBtLxKVhyhuRHi5QebiRF+1KISdLbe cZmQ8avYIs4qA98YZouJ4E3BxbttY7+hYZImay9JLyF5wlHoQOllHs4f+vf0B4IB 5eN12AeMjnprMFSlND+XLZDLStSwhVVx2MHKEMMeUWSrLx8YHoM6IHQ0QsijQEe6 KS1sFwPE6inmLvbjhkcb1fQ9DnGkQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleejgddtlecutefuodetggdotefrodftvf 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 63B63D6005B; Sun, 27 Oct 2019 05:49:10 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Andrzej Ostruszka , Neil Horman , bluca@debian.org Date: Sun, 27 Oct 2019 10:49:08 +0100 Message-ID: <2933969.mZ5m0Berl4@xps> In-Reply-To: <20191007154550.46655-2-bruce.richardson@intel.com> References: <20190927194932.22197-1-bruce.richardson@intel.com> <20191007154550.46655-1-bruce.richardson@intel.com> <20191007154550.46655-2-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 1/2] eal: split compat header file 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" 07/10/2019 17:45, Bruce Richardson: > The compat.h header file provided macros for two purposes: > 1. it provided the macros for marking functions as rte_experimental > 2. it provided the macros for doing function versioning [...] > lib/librte_eal/common/include/rte_compat.h | 70 ---------------- > .../common/include/rte_function_versioning.h | 79 +++++++++++++++++++ I take this opportunity to add (while merging) the files in MAINTAINERS, in the section "ABI versioning" of Neil Horman, so it is clear what are the pieces of ABI code.