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 E1779A04BC; Thu, 8 Oct 2020 15:20:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7CD881C10B; Thu, 8 Oct 2020 15:20:03 +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 C5D2B1C10B for ; Thu, 8 Oct 2020 15:20:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602163199; 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=2dNn7P1bWiRqBXklmfvKEPcIpg9gxjFIJAU+rmyN3Q4=; b=gdmdJOrxZz+rnLUjIse3kyIsM2WLyj8CpqGSN3UmB9FtfxYGIOShTo3Q0VmbdiXwIWE3+1 THIJBclAAyU8jNKgm0A3EJC8CAFf1rUV10djqcuOQTCjLv5L7jvnY4UOzjvv097scl2ip3 kTKriI+PHtEgnGEHCekcYHq0r0nxoKs= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-157-XlCVG0SLM0aC1W5IxX71Cg-1; Thu, 08 Oct 2020 09:19:56 -0400 X-MC-Unique: XlCVG0SLM0aC1W5IxX71Cg-1 Received: by mail-ua1-f69.google.com with SMTP id f10so1342899uao.15 for ; Thu, 08 Oct 2020 06:19: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=2dNn7P1bWiRqBXklmfvKEPcIpg9gxjFIJAU+rmyN3Q4=; b=c2D5JFg7f7g5467gNGaLNJieyiZriWkZsHG0tARTywHEB7TY/k4NuuCunU9zuPftFT uVQX5Wfg3JexyiavaZG5sKi1zu0E1HnomAZonXiiz6gosWu00+3UZ9q9L0JYCNqSMfbE PzmQHa+0Cepfwjp+V9V3NS2jzbmx2qdtMz7jcvitbYloYcLBjSt97ya/HvYbXaDAGgd6 Lk81OjFca7zclx+vAJKsa/CY5QQrYSw3fSgSVwVzcv84qPHVxrQ7q4/MD/U+OKIiqk/N RjPP6KUPOHzdIoUYQIGdYa/1qY+F6qUoGRLO+YPkuTVGu4JDu/21Xj98sCffiRVq5PJn UedA== X-Gm-Message-State: AOAM533ywYsoMFIV1U3FVj/uyNKmPZ9oYTkFR+34smNItX0/QxtV5oIs WiITq0ZfWzlGKVLRNuYG/oz1JDoaG28GS4QpjUzoJlFd1qpTYEVASHYYFy19bdNOVkUbCmc3cdj /Ni8tK+y/Oh9pRBz3nAs= X-Received: by 2002:ab0:269:: with SMTP id 96mr4445089uas.41.1602163194610; Thu, 08 Oct 2020 06:19:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/1a9S1YLVLvIXiqH4/jgN1GSvfGV9oyoX9yHorqvDI51WkPnLDuNu7qX0rk9ZD/zmr5+MQdtURuyR1y4f3wI= X-Received: by 2002:ab0:269:: with SMTP id 96mr4444931uas.41.1602163193500; Thu, 08 Oct 2020 06:19:53 -0700 (PDT) MIME-Version: 1.0 References: <20201008124927.7129-1-david.marchand@redhat.com> <1635944.p7MQENuaZp@thomas> In-Reply-To: <1635944.p7MQENuaZp@thomas> From: David Marchand Date: Thu, 8 Oct 2020 15:19:42 +0200 Message-ID: To: Thomas Monjalon Cc: dev 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] eal: fix experimental block for 20.11 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, Oct 8, 2020 at 3:06 PM Thomas Monjalon wrote: > > 08/10/2020 14:49, David Marchand: > > In EAL, we try to sort the experimental symbols per the release they > > were introduced in. > > > > Fixes: 8929de043eb4 ("service: retrieve lcore active state") > > > > Signed-off-by: David Marchand > > Acked-by: Thomas Monjalon Applied. -- David Marchand