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 1EFADA04E0; Thu, 28 Nov 2019 16:37:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8AC5029CB; Thu, 28 Nov 2019 16:37:07 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 173C828EE for ; Thu, 28 Nov 2019 16:37:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574955425; 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=wgPqhlj17R1IklVbjw4GoJogiqf0m+/XbClKHQjkpqI=; b=Yfg6cBSQG3j6u2dS9/soh8XAg9Vv4Q1y3CsSFtYnqDXM7H0LbHG4JgeprUn0JVMbGCqKnj WsFzKTrHwP8W8oiieMFiotrET5/Ym2s2nhP2r1wYiHsIfDUSenMbu0OxgBJDwD2+O4zWdV k1hKp7+4Ac3ADzd+IWL03bMq1Sc/P3U= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-329-33LAuR4dOLCaekYC6gXTww-1; Thu, 28 Nov 2019 10:37:03 -0500 Received: by mail-vk1-f197.google.com with SMTP id v27so2097796vkn.18 for ; Thu, 28 Nov 2019 07:37:03 -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=2Qpu81C8BRcEbA8pKnCTeQ5UxkGybHieLDLduHkwL4E=; b=jqCSMYZlsWaL6ymoHfq/Pr+codqj4T0xNUrDpFJjli/LbUOlBF4AElpSD5L2E372V3 HarBLKAyIrpjCP1Xw7k3m82fwbIeBU3gbcIEID1FKPVlf80ks7Sa0AYHhVMMTpriyifj 5/HxHjsXhwXnabeAeZhQ7mrLL9AfVW3vgAz/o3yjF6maBJXLa8HPKcJwsK4wLpUsTSAy J+YZJhoc4P4L7oz3brndRGx309Fk6UFEqS0gx9lF0Uh9fU64C3dXWyP+vuTR1Zec1+mh cq1slpNDG1T4wPexZ9MQlP35MOxHFFdUjBxFJIm9yYCTwsrK9aVKGVVX0kz2xVSY0LuS hjag== X-Gm-Message-State: APjAAAWvejBNVwPA5csDw7IZ91oZRm+HfUxIWCl9a/blOLPbtci7GVDn xGpIkL8aoE3301lIWgesQSlOZT4UchLeusEtxPoRsyLlWTF9AzVFzkxnBJoRQfD8qyqBs5DpHZb LN3hpBhVO720BziMIYUM= X-Received: by 2002:a1f:60ce:: with SMTP id u197mr6911229vkb.80.1574955423201; Thu, 28 Nov 2019 07:37:03 -0800 (PST) X-Google-Smtp-Source: APXvYqwHO3xJYV6VbtfdbTDVfaE1wotZsXmisa0Bz6vaC3MrnOhEaQY6r9zC1F1c1O8Ks4L74mLfuR5HXLY7Wvyui7s= X-Received: by 2002:a1f:60ce:: with SMTP id u197mr6911208vkb.80.1574955422856; Thu, 28 Nov 2019 07:37:02 -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:36:52 +0100 Message-ID: To: David Marchand Cc: dev , Neil Horman , Thomas Monjalon X-MC-Unique: 33LAuR4dOLCaekYC6gXTww-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 > > Acked-by: Thomas Monjalon Applied, thanks. --=20 David Marchand