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 9535AA0562; Tue, 31 Mar 2020 21:22:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5E5521C10C; Tue, 31 Mar 2020 21:22:27 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 60D521C0B9 for ; Tue, 31 Mar 2020 21:22:26 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id C076A5C0413; Tue, 31 Mar 2020 15:22:24 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Tue, 31 Mar 2020 15:22:24 -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=D4ylosL7OvGSiwbLNerWyn27kwwrUcKLRFNT2UirECE=; b=mEdIwd0buiJC GoBG40L8cA1Cw9G/v3wrOPVQ7yRGBL9kq/Cydu/E5iGkbOQyFfvjC+LZzGn/o/fl DyteLyzHX4qFUxsq+2JzJRMSqIXljVi3DqAnU0EROmmbryJ6lUu5gV3lY1mhhki4 KX2W/vjxpQRp/piKxB0WNL2H7txPrVE= 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=D4ylosL7OvGSiwbLNerWyn27kwwrUcKLRFNT2UirE CE=; b=jnUwbS7HkE8ATCNt0Ic7L16lQgMw6gXGCq7euT8V1u78VnbGa65UihLm3 5ti2KhAqhO4cqLUNOYIZX6zAsrxmw8X2VzN03ASWXoer5PdWcUzZ/DaAyAJcUxHO jTMPlJjEACftWQSq7GkUjrQKvCO5F4TWo1nfT4b7uDXtqmdaxGP0/uuDfP+AK2Jh SzvDp7g2v2ZqIsVrj2aX/MuHvX9swweOkz4k5V1Q0g4uRUtxRCcBC2KhShHwZDoJ 8osIw6Sy8c2yxxmkAqgx1w6aTqwce5qkYeg/kC/FssnBXpBovs9Th6QpFWFV6wPR InLIpaWkducwvyd0FGtKQZLfX9Gow== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrtddtgddutddvucetufdoteggodetrfdotf 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 79F9E306CBCB; Tue, 31 Mar 2020 15:22:22 -0400 (EDT) From: Thomas Monjalon To: "Ananyev, Konstantin" Cc: "david.marchand@redhat.com" , "nhorman@tuxdriver.com" , "honnappa.nagarahalli@arm.com" , "dev@dpdk.org" , "Richardson, Bruce" , "Yigit, Ferruh" , kevin.laatz@intel.com Date: Tue, 31 Mar 2020 21:22:20 +0200 Message-ID: <144154980.GCLyqPZtNA@xps> In-Reply-To: References: 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 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