From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0604C432C3 for ; Thu, 28 Nov 2019 15:21:57 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 4E9B82168B for ; Thu, 28 Nov 2019 15:21:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="WMyD69RM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4E9B82168B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7E06F2B88; Thu, 28 Nov 2019 16:21:56 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 0F85729CB for ; Thu, 28 Nov 2019 16:21:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574954514; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OkZlPATDmijy1SWaIZrRrPSbPtB1KpYAbxKKNahfRHM=; b=WMyD69RMhRzzVtDAYAGKYLsTxNUW1j/WHOCUJiIY3l4P34m4BhnQS9jc4e/Rl+zA7BDbRO yTOPGyUxq6mecJ8mGBdIclTUKk8+4LuRGOmdvJTnFXptKOBIQtEskeK6MkZarx/mOrJIfx QjT1MB+phDTWQctmWEvd2DkeYXZdI2E= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-328-ELE9D7tUOQymnCNhrgjdiw-1; Thu, 28 Nov 2019 10:21:50 -0500 Received: by mail-vk1-f200.google.com with SMTP id q25so387824vkd.1 for ; Thu, 28 Nov 2019 07:21:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=n38m6mldhReQ+fMPMwreVaZgV0EJ6R9p4aS151XosCg=; b=NERHz4Mh4sKJ2qCUkHYxBTkdbBn2MC+f9/wxSL/aCc3ffigoRoa0D4iNIM2etBIfeL ZRzrIMVTIrOA80rrdkd59lLOZZmjYQ6j0Rd1Ii1WyPzb2kP9IDar7NfSDfoJyyyBPNOL /JWt8ZIj6y78HsW1mhXN0DxS4d7msRglX0jYEFn/5hCMmFm+SzG8wBAw9U6QbG3BNleo +5S/7TIt3k7csJh8HU02sgLifppgX528YwY7yt25ev3VTrwJh4AnlQMI8k9YyqQ2RuPC 4VZrB2WnWoj7qZbbAGAiIxTPo1eJK103fQ04TDkXzh86R69KX5o6S0KXsFjw+Be1BqQY EJXw== X-Gm-Message-State: APjAAAWgHnJL0gJ2HIYNIRAtj5JIxUCm8Hmn03hWg0Yi9p6aOGNZNnpI lRdmS60P2b/woovN21mizZsv0aY87fp2rn6k9XuBLLu9aFx0y7TnDEXYibtnjdV5FO837bMaBS2 O72yMgDSiMrTKbmzei+c= X-Received: by 2002:a9f:3772:: with SMTP id a47mr6595065uae.53.1574954509805; Thu, 28 Nov 2019 07:21:49 -0800 (PST) X-Google-Smtp-Source: APXvYqzfsPIk/+lyhwByp/OuKGXFr3VhSwwo16U14MtzC3H3iXlYvpIPq9A0XBrc6FRN/GYNQMgLzUnK8gtDjsmCQPE= X-Received: by 2002:a9f:3772:: with SMTP id a47mr6595048uae.53.1574954509388; Thu, 28 Nov 2019 07:21:49 -0800 (PST) MIME-Version: 1.0 References: <20191128134630.21869-1-david.marchand@redhat.com> <15594365.JpMjZjFS0L@xps> In-Reply-To: <15594365.JpMjZjFS0L@xps> From: David Marchand Date: Thu, 28 Nov 2019 16:21:38 +0100 Message-ID: To: Thomas Monjalon Cc: dev , Neil Horman , Luca Boccassi X-MC-Unique: ELE9D7tUOQymnCNhrgjdiw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] devtools: move ABI scripts from buildtools 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 Thu, Nov 28, 2019 at 3:23 PM Thomas Monjalon wrote= : > > 28/11/2019 14:46, David Marchand: > > Those scripts are only used by developers and not part of the build > > process. > > > > Signed-off-by: David Marchand > > I hesitated to accept these scripts in buildtools. > I agree it is better in devtools, and not installed. Yes, forgot to mention that update_version_map_abi.py raised an issue in the Centos 8 packaging test in OBS. Relooking at those scripts, there is no reason to install them as part of a dpdk package. --=20 David Marchand