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 D5081A04F5; Thu, 12 Dec 2019 23:18:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E2AD21BF87; Thu, 12 Dec 2019 23:17:59 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id F40911BF84; Thu, 12 Dec 2019 23:17:57 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5D72D22747; Thu, 12 Dec 2019 17:17:57 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 12 Dec 2019 17:17:57 -0500 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=w+s93OlaHx0UzsGl0CUSAW6VPvTryzB1YvyR4IJi9hg=; b=sf/H68AxG+vx yfgvUp14ePngWZRYVok8T1muLRmzZtB56ufTPLTB/50nO1t6FTEeSHpPUjoWZ4nv o7N+JdeIYsARDIzQM/nP5LQ5yF2kHFoFJFZsJl75U6Xrk/KP+dok7yITrBilktFC JtMolrtEtKsb4beOCKY8NNeqRcYdhxQ= 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=w+s93OlaHx0UzsGl0CUSAW6VPvTryzB1YvyR4IJi9 hg=; b=BTvCxine7eKyy2AcJ+Km3hxdTEsQhap7CY2xitYx6uNcYG17wLhXOGV2e a/8fCO6Zq0zw2lRzIBHBYpTVR44Skr2BEa5LXhGIbN6sqCZ8YiJlDYQeLy6yuLUK kRm3qUGo9d9OCzO7rwWrF7DrVm8gPkjsC+8gLIgvF7FSaa8k2/kr3z/UtSHfS9ED UysvX+0ySRFNzt91mApqZSDF9rYGeVge6gLuDiOQ5NyqrUrKJHuABLKmZKLu8EHF TkwhCrKgeNjAWtIXIhRlWTnPb7+D/9t6NT0a563Jfk+UKiabpScjTkjWgyjaf/rt 4MNW+BcH7viZrj8gBOSbUNSaf6t3w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeljedgudeitdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 BAB3680063; Thu, 12 Dec 2019 17:17:55 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: stable@dpdk.org, dev@dpdk.org, Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko , rasland@mellanox.com, bluca@debian.org Date: Thu, 12 Dec 2019 23:17:53 +0100 Message-ID: <9272526.6B3L8A1auC@xps> In-Reply-To: <20191204100546.32095-1-david.marchand@redhat.com> References: <20191204100546.32095-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] drivers/net: fix mlx* glue libraries ABI version 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" 04/12/2019 11:05, David Marchand: > Those libraries have been missed when switching to global ABI version. The versioning of the glue libraries are for compatibility checks between the PMD and its dependency (rdma-core) packaged as a plugin, called glue library. This versioning is updated when there is a change in the verbs glue interface, in order to avoid issues in case of PMD and glue updated separately with a non-compatible version. I don't think the mlx glue libraries are part of the ABI policy which acts at the application level. Am I missing something?