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 A7660A0562; Tue, 31 Mar 2020 21:24:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1043C1C125; Tue, 31 Mar 2020 21:24:48 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 0DB5A1C124 for ; Tue, 31 Mar 2020 21:24:46 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id A4B525C01BF; Tue, 31 Mar 2020 15:24:45 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Tue, 31 Mar 2020 15:24:45 -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=wZOO9qBXrgwff5F73fyEFds4D0QJnD0mubiIt/YMHa0=; b=ielBo9XL4WHc aIjeXKn8Y3whfRlgTiKulfLO0KpplD+iUdqk0VQn1sTvEV5SxNPFREG7UQXVVVgE u0MrBCNPJKRWFjiUdU0syDaK+wflK2QZycISmFiK5hcjxfi+NUfsDxxvl/S4J2X5 byklH1T3U9Fji8IWtGt02Q3SZY1l4MU= 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=fm2; bh=wZOO9qBXrgwff5F73fyEFds4D0QJnD0mubiIt/YMH a0=; b=2JbTR6dUfD6rrC6gH5xhb6P3iqP7ehAdvjuCSCdTQmPo1g9smsqReg2y0 dcn1FItXQh9a1IVnfcwUgFzos1p8JipTCM6jDmcrkS8FFMfWXF5GQ+iDZKSPIbHI zo1JuEPeKbugty1J+HzSLNFsUZff8Hhf+0mwHOTahy5QkWbCItRXFGP87s2FejBP uetd7Yx+bAumfT0axMEJqt2o05YdWip3FFK7eMvp/5v+0PxuB2i7nTTGZi8YVwNZ geblqH7E7yo9Rf7OsaCm8MLeqXr2OFJ78KIGTUn9q/Y2WhFm7spSym682yQmsJLO WSS1SoAgcaIcklK1Bgp4pUp8jLxkQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrtddtgddutdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 877AA3280064; Tue, 31 Mar 2020 15:24:43 -0400 (EDT) From: Thomas Monjalon To: "nhorman@tuxdriver.com" , mdr@ashroe.eu Cc: "Ananyev, Konstantin" , "david.marchand@redhat.com" , "honnappa.nagarahalli@arm.com" , "dev@dpdk.org" , "Richardson, Bruce" , "Yigit, Ferruh" , kevin.laatz@intel.com Date: Tue, 31 Mar 2020 21:24:41 +0200 Message-ID: <1621718.vEMTNlK7mp@xps> In-Reply-To: <144154980.GCLyqPZtNA@xps> References: <144154980.GCLyqPZtNA@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] /validate-abi.sh complains [PATCH v1 3/8] ring: introduce RTS ring mode 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" 31/03/2020 21:22, Thomas Monjalon: > 31/03/2020 19:05, Ananyev, Konstantin: > > Hi everyone, > > > > Have a question regarding validate-abi.sh. > > devtools/validate-abi.sh should be removed. > Please use the new devtools/check-abi.sh The file doc/guides/contributing/abi_versioning.rst should be updated as well. Neil? Ray?