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 6D1A1A04B5; Thu, 1 Oct 2020 14:03:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BB0D21C1C3; Thu, 1 Oct 2020 14:03:46 +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 AFB0B1C1C3 for ; Thu, 1 Oct 2020 14:03:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601553823; 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=szP346LN3JUDpk07VX9t76qlX6DGcRQL3wzX+DITDoY=; b=afeGa9pjQta5LI8n9khmalmvuHtuGpuXqWdZkd2jDaORoP8Ga/LikCmIfB/oXCwRhpAYuT Wz42ZEk+HhAlCwNQx5fjQFl3uHb89aHTZ0qQF+VvFjkEWjt7e7WrTnd/NAVJVNEYSJO/Sa B+xZD//lRNhnvrnICvEL1Rx579qT1FQ= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-199-Gw3p4m-yMICb6LXCDRT-mw-1; Thu, 01 Oct 2020 08:03:41 -0400 X-MC-Unique: Gw3p4m-yMICb6LXCDRT-mw-1 Received: by mail-vs1-f71.google.com with SMTP id s68so844915vss.3 for ; Thu, 01 Oct 2020 05:03:41 -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=szP346LN3JUDpk07VX9t76qlX6DGcRQL3wzX+DITDoY=; b=L47OST8i2uJHKePbd3E3bfiXCen1aVHClaiEINYyWQff64dH0loaXvED9AMzkXxP4k rNluw7vM9MresKMv8Psa1FthWpPnJpMHsso014y7EKVuPViSDnwWuaB8GmiYdtKAvol7 QQ7PS2nki3qDxbot3Yj3yFNh7+22/q1HcvXB0Gbmnb7niaQjDDF3byUHfxAFRy2MveQw /f9Nc43NvUiQnT/L7zIk7xkCr93/Gt7Wmm7rIVrXlo03oiW15Pshv/IHA7JKM5VzjpjZ CFVNSPazv0roeMozoMzYEjmoTOsX16fBLOo5U4DgZyVYUJQUSiRS2mmmKDRM5WFYD1ap NcIw== X-Gm-Message-State: AOAM530IDp0ijIvCnkR1smcem1AmCb37+gS+o1SQD9usoDREZb2QpVJ4 BrW7mKkVk94bvxkJu38rmiUnH4HPPGPdk41xYtI8u+QGdB3gNdcz4bMD5qV8oYafM+BtNx4SOnr s+189RZRJpJh5F5XbYac= X-Received: by 2002:ab0:20a:: with SMTP id 10mr4118201uas.86.1601553820954; Thu, 01 Oct 2020 05:03:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy3E+x3pbqQzTPL5M+KDfc0JiHJki3462jTsn63w81l0a+/rvBs+xciUqIoh3oXeMpKX+la8Lzul6IMA5xd1KA= X-Received: by 2002:ab0:20a:: with SMTP id 10mr4118168uas.86.1601553820704; Thu, 01 Oct 2020 05:03:40 -0700 (PDT) MIME-Version: 1.0 References: <20200930063416.68428-2-cristian.dumitrescu@intel.com> <20201001102010.36861-1-cristian.dumitrescu@intel.com> <20201001102010.36861-32-cristian.dumitrescu@intel.com> In-Reply-To: <20201001102010.36861-32-cristian.dumitrescu@intel.com> From: David Marchand Date: Thu, 1 Oct 2020 14:03:29 +0200 Message-ID: To: Cristian Dumitrescu Cc: dev , Thomas Monjalon , Ray Kinsella 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 v7 31/42] pipeline: add SWX table update high level API 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 1, 2020 at 12:21 PM Cristian Dumitrescu wrote: > diff --git a/lib/librte_pipeline/rte_pipeline_version.map b/lib/librte_pipeline/rte_pipeline_version.map > index 730e11a0c..ec38f0eef 100644 > --- a/lib/librte_pipeline/rte_pipeline_version.map > +++ b/lib/librte_pipeline/rte_pipeline_version.map > @@ -1,4 +1,4 @@ > -DPDK_21 { > +DPDK_20.0 { Ouch. Fixed when applying... > global: > > rte_pipeline_ah_packet_drop; -- David Marchand