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 C3000A04C4; Wed, 20 Nov 2019 23:13:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B72B27D; Wed, 20 Nov 2019 23:13:48 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 277F723D for ; Wed, 20 Nov 2019 23:13:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574288026; 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=Kv0oTMlOm2D2H6RZU353khaMmdnsnUxd/G4qf83xm38=; b=KWRE00b1lkeSi3E3tdaqwfUz3czUHQySe83UYHcQMCo8B7ZJo+LRZgwco73TnR+mlBBm0L 7KmJvcapz0Ts9EiX+0UiDNkqijc+2Qjsz6LULZdSG+uc5dIdBciJllE5g0FyhC/h/H56kX YjKuOAHgOlj32FmoKqd4Q3LbNCckW7E= 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-303-YvIuAV3ROw-6AdzAvi5DgQ-1; Wed, 20 Nov 2019 17:13:43 -0500 Received: by mail-vk1-f197.google.com with SMTP id v188so472847vkv.18 for ; Wed, 20 Nov 2019 14:13:42 -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=Si33hXAhn1xAVTS9YAsAJsLrXPfyH1ry8FMgfQUz91Y=; b=EUoSMx20e5SPZKgikLX+Tq9COmX4E3m6tiCyZA42YR22juHiIXlkKS/J+8Q/42tes9 J7+LUv3WUQlT/9WiL+wCmG9tyzPZQn5ZvFH1ykNcTrzmno1/Vr29SFgLW1ypwGrOYNpj VCiAqY5I8quv25XT61loEcbSPlRhrAZFUoJvFksDFmD0Gofwxno3WmOf7B2gWWKI+kFB E8xEFXu7YtKw1u9+/ISNQQWqo8ijDkiOQTxz3aNmU7qyv7DcWcwfs3lPChutUCfuBX3f XIfkufq6FCoxLWllKFQabIwdQ+Y0zpjFZ5UnwLanpTn/n+HRnJbj46vEwqSvqoBsMA0j rM+A== X-Gm-Message-State: APjAAAXaXQSQEdnun1ITojowkRHXqbVd+RSNvCfycczqhOTkveejY6Jk bLZKHg64id7vD8id7QbhEc5NBnxS6hyRYxGYKIHnOFjCgpi0dNEy18/B9FXYTasiWqxCJtrc7T8 7mY1Yg3bjcgVD+A9oH7c= X-Received: by 2002:a9f:3772:: with SMTP id a47mr3618930uae.53.1574288022323; Wed, 20 Nov 2019 14:13:42 -0800 (PST) X-Google-Smtp-Source: APXvYqzigZl3oiSTnm2ZECaC7uiCO5d2Sw9fnzFvKR5VczSQzCwDRIDmS32wrVusJO1EEaXpbpQnZMnG/0X/7/3wSTQ= X-Received: by 2002:a9f:3772:: with SMTP id a47mr3618918uae.53.1574288021953; Wed, 20 Nov 2019 14:13:41 -0800 (PST) MIME-Version: 1.0 References: <2651203.91usT3uE2H@xps> In-Reply-To: <2651203.91usT3uE2H@xps> From: David Marchand Date: Wed, 20 Nov 2019 23:13:30 +0100 Message-ID: To: Anatoly Burakov Cc: dev , "Mcnamara, John" , "Kinsella, Ray" , Bruce Richardson , Thomas Monjalon X-MC-Unique: YvIuAV3ROw-6AdzAvi5DgQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v8 00/12] Implement the new ABI policy and add helper scripts 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 Wed, Nov 20, 2019 at 9:17 PM Thomas Monjalon wrote= : > > 20/11/2019 18:23, Anatoly Burakov: > > This patchset prepares the codebase for the new ABI policy and > > adds a few helper scripts. > > > > 379 files changed, 1172 insertions(+), 3409 deletions(-) > > Thanks for the great work Anatoly > > Acked-by: Thomas Monjalon Added some entropy for external libraries using make, rebased on a (non-|) compiling master, fixed some typos (that codespell found) and added the new scripts in MAINTAINERS. And with this, we are done :-). Applied, thanks. --=20 David Marchand