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 7B5B7A04DB; Fri, 16 Oct 2020 14:00:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 61C521C210; Fri, 16 Oct 2020 14:00:47 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 5A8921C1F0 for ; Fri, 16 Oct 2020 14:00:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602849644; 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: in-reply-to:in-reply-to:references:references; bh=iZayYlRyd3hrNl/baGF1cRSRFmjGWzR+EWhU2yZPE9w=; b=T0BkvUs7CEOaOlAq264IHEVDLMhe1GZvdJcA9cGMvKfKGSnJWXfuYXEcn4GeIJhV9N1rFr 7sjvMbLySGKG27jIVhgfUedyPXDtPKyA8HIqc85kpmK6qP+MB99wLVC9m9Kd8BFipOG1Lc /7K/9hwPtVHQuuyCu+Nwpk9ViSCVB9E= 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-499-6vOEVqPANcuOYEr1jdDqKw-1; Fri, 16 Oct 2020 08:00:42 -0400 X-MC-Unique: 6vOEVqPANcuOYEr1jdDqKw-1 Received: by mail-vk1-f200.google.com with SMTP id v17so847246vke.10 for ; Fri, 16 Oct 2020 05:00:42 -0700 (PDT) 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=iZayYlRyd3hrNl/baGF1cRSRFmjGWzR+EWhU2yZPE9w=; b=kB0+qU1ets0z4GNfDsGuSCLu/9KDytlf97raCqNUYyRVyjMtgE8da3lL/CX9Ry0cZC 7stN1hQj2i3BEPBnQovhzXsnJ+rFv3ZLMHbEyml4MeLulPvdYL/kHxpxlGMQUp1LC2sR Pn9Bw9rjRIBjzuCcmk0xqU/EWlcYUMPCXoL397oENXuzahUOTnKLkyIhAPlaOrxV6lXo DSlFYtBCSUpVY3poH8Qi2GhFlC/L0uOADytTioVzEOGynfQQ4H+hhTzRPYJiFLZ6a2dl lTeRibPmRBFZZhtBU0O0ODn4YJT4HSqQX5cs9fOs/loWVeyEHCPVO5rqfLeVXztMR2U7 UR6g== X-Gm-Message-State: AOAM531LVbVFkldi0BNLQyBXeH6NovovS1+8pWysKhz7XbwBDkNZxIAV j6cGRrCUcOLMctCjDFmnL1yQIceISV4R1mbwD+cttw7ewet7k/ZoGtTToenybiNWaktfEhmXRBo Jm633pSxIOQ+kbC/yDqA= X-Received: by 2002:a05:6102:5d:: with SMTP id k29mr1393892vsp.17.1602849641342; Fri, 16 Oct 2020 05:00:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyIC3udlPP7hMtOaU/2kV1pQoXZgtRw4VV5jeIix/0M3C0e2pPTTktQyv+Hz7C4mQanRvyK8M0mL7OcNkEJJuk= X-Received: by 2002:a05:6102:5d:: with SMTP id k29mr1393878vsp.17.1602849641136; Fri, 16 Oct 2020 05:00:41 -0700 (PDT) MIME-Version: 1.0 References: <20201016093806.20061-1-david.marchand@redhat.com> <20201016102711.11926-1-david.marchand@redhat.com> <20201016102711.11926-2-david.marchand@redhat.com> <1768384.caTjLYAj6b@thomas> In-Reply-To: <1768384.caTjLYAj6b@thomas> From: David Marchand Date: Fri, 16 Oct 2020 14:00:29 +0200 Message-ID: To: dev Cc: Thomas Monjalon Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 2/2] devtools: check Windows export files 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 Fri, Oct 16, 2020 at 1:56 PM Thomas Monjalon wrote: > > 16/10/2020 12:27, David Marchand: > > Updating export files (supposed to disappear at some point, but still > > there) might be missed when removing symbols in the API / map files. > > Add a check for this case. > > > > Signed-off-by: David Marchand > Acked-by: Thomas Monjalon Series applied. -- David Marchand