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 A954042D9A; Fri, 30 Jun 2023 23:56:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F0AE410FC; Fri, 30 Jun 2023 23:56:27 +0200 (CEST) Received: from mail-ot1-f49.google.com (mail-ot1-f49.google.com [209.85.210.49]) by mails.dpdk.org (Postfix) with ESMTP id 6371140EDB for ; Fri, 30 Jun 2023 23:56:26 +0200 (CEST) Received: by mail-ot1-f49.google.com with SMTP id 46e09a7af769-6b74791c948so2043256a34.3 for ; Fri, 30 Jun 2023 14:56:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1688162185; x=1690754185; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=ik7k2bN8c8U+tlyfqvnPUBWIYK3hvanZWQ7MN8DJtTM=; b=Doz4OODK+FyzFL5oeV9J6/F0McqM4MHN66sm+NH+1OOl2Aqs6br3E2NzvhbG1+d84o zOkY/Tzq7et+Tu6JBNyGaz8b6NfPYgVEnQo924Lvza0msgP9y0g9QFymrWtCWQRbMsrw uH3XZyL5XKN9VSu7Jc0/VAJK1Bp+fp8k+0edLnAisHlUdR9LZ1YfRphY3EBTV802Cl0i iQeEKo0T0MVre4GgS3X0BaqSj7sfDDg/h8YO6C/JeX9eE2z6wVc1pXf+9VvEwmpljgF8 og1fpBQClWJF6lS4FswOZPAzFvLUVNqmk/LjXvQ7w92VHg1UbRF3DfQoDrQ42xGOXCQG E1Gw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688162185; x=1690754185; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ik7k2bN8c8U+tlyfqvnPUBWIYK3hvanZWQ7MN8DJtTM=; b=kBwqwBJjEEA1QEM6MaXkHcK7JqGDwr/OuxBPB5fRyEu1pO+0pFfPTwenEgQfWsiHc0 tZ5CkijItfNZ/fJgXcvtnGYJ97Ter7txutlU+WG6ZISj3qaaDJv3msK2dDT9SJXNb3vG 2rU0UQqs5R9I4HJ9XFyR3pHssjr1nUqHViDDYRzjJgZSN2UpVHqVcWmYks7ebkmLLtkB i5aikW/jAIfIXG5ODkkbiL95ubzw/FrrXtLEoY3Nu7R2dETUKY60wlyH8j8b1CQUW705 lrSFJ9rtcJeWU8qIg8u67XIkRh79edXrJcfkuv+zgzMkId2F3KB63yMH+n752j3hjf+m kX6w== X-Gm-Message-State: ABy/qLakoVKgx9QzZQ3bmethK0dOIYMQy+n3vU7RtIw5wBfrpGwWW0xW 4/cTPZxA+vOFNaXroGvuAYUYFsITshsRmLAu1izkFw== X-Google-Smtp-Source: APBJJlHEPdHB0zpzPjv0kLSZX/x+UcF2WHMte1CskQza9FYxUmcy/0btr5w8oProwsCee1ValFsgzQ== X-Received: by 2002:a05:6870:96a0:b0:19f:9495:95ff with SMTP id o32-20020a05687096a000b0019f949595ffmr5265737oaq.27.1688162185524; Fri, 30 Jun 2023 14:56:25 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id 22-20020a17090a031600b00262ffa796d7sm8622376pje.42.2023.06.30.14.56.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Jun 2023 14:56:25 -0700 (PDT) Date: Fri, 30 Jun 2023 14:56:23 -0700 From: Stephen Hemminger To: Bernard Iremonger Cc: ray.kinsella@intel.com, dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] flow_classify: remove eperimental tag from the API Message-ID: <20230630145623.077015f9@hermes.local> In-Reply-To: <1631718995-25427-1-git-send-email-bernard.iremonger@intel.com> References: <1631718995-25427-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Wed, 15 Sep 2021 16:16:35 +0100 Bernard Iremonger wrote: > This API was introduced in 17.11, removing experimental tag > to promote to stable state. > > Signed-off-by: Bernard Iremonger The API is unmaintained and because of that likely to be deprecated in future. Marking it as stable at this point would not be a good idea.