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 6BD414319C; Wed, 18 Oct 2023 21:14:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F18A240272; Wed, 18 Oct 2023 21:14:48 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id D36D940271 for ; Wed, 18 Oct 2023 21:14:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1697656487; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=D/kQVQk2egBabwb6mw2u3m78aidrnzabsgEl9fNYbXc=; b=FXL3S2Qyt9irp4H+7HBahXw+dgwtXPmf1kosCcetABMXZpH+kvFG9zhmTC1DqOFuWXJwgk MQQqq0ureimDb2Rlm5E/SiwyxFrmcSqv1CYl5OIiO/KSljvVP4Bqnra6lzhbQiJcEcr4Zn yYq/ubf4ZlNVu4kyCdyQVPw7pu5mBpI= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-401-FJi0ogr2MqGZh9v2dc6ktw-1; Wed, 18 Oct 2023 15:14:45 -0400 X-MC-Unique: FJi0ogr2MqGZh9v2dc6ktw-1 Received: by mail-lf1-f71.google.com with SMTP id 2adb3069b0e04-507cb169766so815973e87.0 for ; Wed, 18 Oct 2023 12:14:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697656484; x=1698261284; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=D/kQVQk2egBabwb6mw2u3m78aidrnzabsgEl9fNYbXc=; b=XESpQp3M5RwUqVhCrq2ibG7S7OborwfLN3ZsbtsiUtXjMCt5THSysibMG7GqmqzloW QdZiy/imRLQCGIk0dgZH2r7xVHpEoYq7o9DRjRAle2v/LAW+HtRiEhggiSsh9JN+yo0I /5iuk25IL4LSfenQMIlx5QbbnFLxxNv3nphaOPPngBikSywED6h1QbQYejXaRttHIXV6 Blk6LlCzfItXrGEvKU92AFjyt9FLoMI4PzHCPlXQ/QByBuVR93fHrz6ujq7zr4ufOzOI DoXRIPi9zsmDN8+cDgKZtlAdyj5bv1IL+CQqUMcjpMjWt2WGTg5KA5mdqZY+kPJUg3FH akcQ== X-Gm-Message-State: AOJu0Yy6wDGldpu8FTzXtxx0R8GVsRQVMfSVFRaXnbHR6KkzWYoiEo+Y /opN1lfgMv3UuGJDw493HQs1PnD5LoTL1cX1xAe+OBdH1eNH+1PuE1rMgj+2w0Vcy2XqNW51kCv 4voFTfmg747r6d0vtoAWn0sOCJxM= X-Received: by 2002:a05:6512:3d16:b0:4fe:7dcb:4150 with SMTP id d22-20020a0565123d1600b004fe7dcb4150mr5608167lfv.67.1697656484456; Wed, 18 Oct 2023 12:14:44 -0700 (PDT) X-Google-Smtp-Source: AGHT+IHqcXfYdtgRKeTVih12p0pmwDNqQ64zWocjsat1qEvgmeyuT1Yhg8hc9K/1Lv1pjib/4PZ535dpkhisqloCGVQ= X-Received: by 2002:a05:6512:3d16:b0:4fe:7dcb:4150 with SMTP id d22-20020a0565123d1600b004fe7dcb4150mr5608146lfv.67.1697656483746; Wed, 18 Oct 2023 12:14:43 -0700 (PDT) MIME-Version: 1.0 References: <20230808173527.186042-1-stephen@networkplumber.org> <20230809001017.293037-1-stephen@networkplumber.org> In-Reply-To: <20230809001017.293037-1-stephen@networkplumber.org> From: David Marchand Date: Wed, 18 Oct 2023 21:14:32 +0200 Message-ID: Subject: Re: [PATCH v2 00/29] promote many API's to stable To: Stephen Hemminger Cc: dev@dpdk.org, Tyler Retzlaff , Thomas Monjalon X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Hello Stephen, On Wed, Aug 9, 2023 at 2:10=E2=80=AFAM Stephen Hemminger wrote: > > Since 23.11 is an LTS release it is time to remove the experimental > bandaid off many API's. There are about 850 API's marked with experimenta= l > on current main branch. This addresses the easy to remove ones and > gets it down to about 690 places. > > The rule is any API that has been in since 22.11 needs to have > experimental removed (or deleted). The experimental flag is > intended to be temporary not a "get out of ABI stability for free" card. > > v2 - add more libraries to the mix > - remove EXPERIMENTAL where tagged in MAINTAINERS There were some API updates merged in -rc1. Could you please rebase this series? Thanks. --=20 David Marchand