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 360EBA057B; Wed, 1 Apr 2020 14:52:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C29D31BDAC; Wed, 1 Apr 2020 14:52:29 +0200 (CEST) Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 6B973375B for ; Wed, 1 Apr 2020 14:52:28 +0200 (CEST) Received: from 2606-a000-111b-43ee-0000-0000-0000-1bf2.inf6.spectrum.com ([2606:a000:111b:43ee::1bf2] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1jJcqn-0004zc-4w; Wed, 01 Apr 2020 08:52:11 -0400 Date: Wed, 1 Apr 2020 08:52:08 -0400 From: Neil Horman To: Thomas Monjalon Cc: mdr@ashroe.eu, "Ananyev, Konstantin" , "david.marchand@redhat.com" , "honnappa.nagarahalli@arm.com" , "dev@dpdk.org" , "Richardson, Bruce" , "Yigit, Ferruh" , kevin.laatz@intel.com Message-ID: <20200401125208.GC3959020@hmswarspite.think-freely.org> References: <144154980.GCLyqPZtNA@xps> <1621718.vEMTNlK7mp@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1621718.vEMTNlK7mp@xps> X-Spam-Score: -2.9 (--) X-Spam-Status: No 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" On Tue, Mar 31, 2020 at 09:24:41PM +0200, Thomas Monjalon wrote: > 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? > Ack, we should remove validate_abi and update the docs Neil > >