From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 94055A0C3F; Thu, 15 Apr 2021 21:29:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 22AB3162434; Thu, 15 Apr 2021 21:29:01 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 5AE6C162433 for ; Thu, 15 Apr 2021 21:28:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618514938; 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=cPX/TLL39pCkQkJE0rddKMTIrQR203l1bMYQtawp1Fc=; b=aCwvxGSVHDxzPkh9zpECR+snhxcb92O/MVnuBxW2oDhPl0jdJ3T4kA8MqeInjF7kF7s/7M 9L06CQtykvSN7FcCLBcXmiBD2yNgj3wsENtf5IowrYaOmaox4D8wXBq6qxhqrLOb+JsmqO DcthqXJYcS+3CUe/i8HBCwQ2RmPWrAE= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-385-vzglp3AwN3O-TocPrX2YqQ-1; Thu, 15 Apr 2021 15:28:56 -0400 X-MC-Unique: vzglp3AwN3O-TocPrX2YqQ-1 Received: by mail-vk1-f199.google.com with SMTP id r13-20020a1f2b0d0000b02901d8b51bffc5so1632868vkr.9 for ; Thu, 15 Apr 2021 12:28:56 -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=cPX/TLL39pCkQkJE0rddKMTIrQR203l1bMYQtawp1Fc=; b=FNJs5dYu49qLFqoIerggRCmNwB/JQHJ/S3yybqhOOCBrw6Fc5HK5AOVMKpZjJ4bwv9 ME5YTFMNcZznjDNmEbeO9S++4EWe/C9aWHW0kXWVGiPTw2/JiMFiJAnNxlxl1IZCvKFX giXA8j31Af3PK1lr3Lanm4ay9uCxsGOSh3R9MFAUs34efz4bYIhjV6ZlhU4Va/vIfYNy kgwYDi1Ojj/qkuu7Y3/m2qihs7XsE4iNbHLqYyvufG9eFa9dRxxI9xu77CG35d77TQ+T rjFBIzMnzpA90yG3R76iEeK36OT22X2TJTupHlvlPlfFKBMFvkw5QxYWrZP49yHf5MoJ st+g== X-Gm-Message-State: AOAM530YSL0PL9K3V+0Q+kisJN8sFY3kSc8ebYNwcIfJr/J22TH7F9sl nEcnIqy4iPQVBvbG8iib3dD/AvWEWSxt8UjGLQWoLmOhK4kdKI/A6AYvRR0y37MlRTeRd3DN/2C Lwjyr28vWWWYVTH9Zbvo= X-Received: by 2002:ab0:60d5:: with SMTP id g21mr3535290uam.53.1618514936334; Thu, 15 Apr 2021 12:28:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzJhaIS+F38a4IRdYMG+q6V5h46n00xVC4QQ0QowvLvI+s9WZWP3E2htNRUumcN/RCJbcC7mDwWA8rO/T2mKvg= X-Received: by 2002:ab0:60d5:: with SMTP id g21mr3535279uam.53.1618514936152; Thu, 15 Apr 2021 12:28:56 -0700 (PDT) MIME-Version: 1.0 References: <20210415163230.22263-1-david.marchand@redhat.com> <2333333.PuD3DZvUio@thomas> In-Reply-To: <2333333.PuD3DZvUio@thomas> From: David Marchand Date: Thu, 15 Apr 2021 21:28:44 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Ray Kinsella , Aaron Conole , Michael Santana 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] ci: bump ABI reference version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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, Apr 15, 2021 at 6:57 PM Thomas Monjalon wrote: > > 15/04/2021 18:32, David Marchand: > > When bumping DPDK version, we should have bumped the ABI reference too. > > > > Fixes: 442155f70c6b ("version: 21.05-rc0") > > > > Signed-off-by: David Marchand > > --- > > - REF_GIT_TAG: v20.11 > > + REF_GIT_TAG: v21.02 > > Yes, checking against 21.02 may catch breakage of ABI > added in 21.02. > > Acked-by: Thomas Monjalon Unfortunately, we have a regression when (re)generating a ABI reference in the CI script (compat issue with -Dmachine=generic that is not understood by v21.02). Testing the fix, will post later. -- David Marchand