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 5874EA0C55 for ; Wed, 3 Nov 2021 14:51:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 373D442721; Wed, 3 Nov 2021 14:51:14 +0100 (CET) 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 EDF7D426DD for ; Wed, 3 Nov 2021 14:51:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635947471; 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=ru+Ow2ACsr3vYoSsEGQr55txQqfHTlUdac6gJjk33hc=; b=YY7p7Fm9jH+Uwgc2XXSAiI3xZ2+uRTfVrPOcpJAa9WjkM+7F7PbKyI1QlK5Fnwbn/rvhjU 53SXA6gdFfkYptm43dzYPw/tBJeqBwNlZy/W5wb7iSxCF9auhGzwGJYu8M3kuY33k+WVwi ZCDI9pMps0n6w0vknssFzHXiZ0IsvHU= Received: from mail-lj1-f200.google.com (mail-lj1-f200.google.com [209.85.208.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-567-cZkKBid9PjSmOtSmE6CRyA-1; Wed, 03 Nov 2021 09:51:08 -0400 X-MC-Unique: cZkKBid9PjSmOtSmE6CRyA-1 Received: by mail-lj1-f200.google.com with SMTP id f6-20020a2e9e86000000b00211349f9ce3so1117212ljk.3 for ; Wed, 03 Nov 2021 06:51:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ru+Ow2ACsr3vYoSsEGQr55txQqfHTlUdac6gJjk33hc=; b=IOC7eOgoKrCWRqhsxjO6kAFvygy8sJdjJgRBKm4RLx+JFtvdCrX6kpt+FVU5O4OEhD gFB6HbB/9gp7kN/tJWoT4ngemYF8dqIXyXx1S6U9qK8AN7xDUNrTaSFxBjerzzuHUz0T IKPHg8pLpNovZWQuOmAKmQuoXW/W/n3Tdkhwb29rwb+IYQa4i2Q5q4MRwM7Na3lBvpDG 0h4Hg1e6EviNAvr+fWyvpVKcaZZvo9U1Elq7kxBvcMZgpd4OQGWSjtwXqpWy+SPGgiEN zN5E3tOhsByJ3OXE3sU6zOxEaAk5bHFXhi+3nXuahDY0HEMmL7XIhLaolg4WCojv6phT J0jg== X-Gm-Message-State: AOAM531JIyZwu/cJG5V1I47wXf+rGBLxAevEOds2dncQEpI1QeOsUqAI kJZWeEMUMcDglQK7sqK5cfQezWIbqkIWtYkwmqDqvBQMeQrkXMEMsMyWzEwH+8mWg4wPhlTtC5M sIfLMSi8gFXiOH9U76aenvew= X-Received: by 2002:a2e:b6d3:: with SMTP id m19mr11344200ljo.297.1635947466663; Wed, 03 Nov 2021 06:51:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwLqNT23xefI5qZk5jZc362yyyJaCgGJu8SkUgZETj3GqaZ0R5vS7aXd/ocqjFAjkpZius8dshKC2We4slI+E0= X-Received: by 2002:a2e:b6d3:: with SMTP id m19mr11344178ljo.297.1635947466480; Wed, 03 Nov 2021 06:51:06 -0700 (PDT) MIME-Version: 1.0 References: <20211103105155.3556048-1-radu.nicolau@intel.com> <20211103115618.3559996-1-radu.nicolau@intel.com> <2503525.8RzHhxm8q0@thomas> In-Reply-To: From: David Marchand Date: Wed, 3 Nov 2021 14:50:54 +0100 Message-ID: To: Akhil Goyal Cc: Thomas Monjalon , Radu Nicolau , dev , Declan Doherty , "Hemant Agrawal (OSS)" , Anoob Joseph , dpdk stable 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-stable] [dpdk-dev] [EXT] Re: [PATCH v2] examples/ipsec-secgw: fix potential build error X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, Nov 3, 2021 at 2:45 PM Akhil Goyal wrote: > > > On Wed, Nov 3, 2021 at 2:09 PM Thomas Monjalon > > wrote: > > > > > > 03/11/2021 12:56, Radu Nicolau: > > > > When STATS_INTERVAL is set to a non-zero value the core_statistics array > > > > will be defined in multiple compilation units and this can trigger a > > > > linker error on particular environments. In order to fix this the > > > > core_statistics definition was moved out of the header file. > > > > > > So it is not fixing compilation, > > > as we would never apply a patch which would completely break > > compilation. > > > I would say (in the title) that it moves global variable from header file. > > > > > > > Fixes: 1329602b6c8f ("examples/ipsec-secgw: add per-core packet > > statistics") > > > > Cc: stable@dpdk.org > > > > > > > > Signed-off-by: Radu Nicolau > > > > I guess it has to do with series: > > https://patchwork.dpdk.org/project/dpdk/list/?series=20174 > > Yes this series initiated the issue, applying both the patch and the series now > On next-crypto It means a patch of this series broke compilation, and this fix here should be squashed in it. -- David Marchand