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 322014319C; Wed, 18 Oct 2023 21:29:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7D2940272; Wed, 18 Oct 2023 21:29:53 +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 7A76E40271 for ; Wed, 18 Oct 2023 21:29:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1697657392; 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=0i07py2lbDLd1ttd6iuyTIiFxxX9C2D8Uj9h5SShd3M=; b=cbq4gXLrUYtOkw85BGZymCZ2bGIPRaK54BMaQxdc44wQeB03xUMCsS+NVfMSXP5wNb02CV cxkHzsjR0XPal4ZydP8wAQWMi/7vu7L+uCpDiJAOuqXPdSGNkMHPEeqTpeYzcenNSi5fLj /6vmBRoKCywMQdCJylFKrQPM17y0JkI= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-573-NDFiz3CLP2CT1YW3q31ISQ-1; Wed, 18 Oct 2023 15:29:50 -0400 X-MC-Unique: NDFiz3CLP2CT1YW3q31ISQ-1 Received: by mail-lj1-f199.google.com with SMTP id 38308e7fff4ca-2c503b47880so167761fa.0 for ; Wed, 18 Oct 2023 12:29:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697657389; x=1698262189; 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=0i07py2lbDLd1ttd6iuyTIiFxxX9C2D8Uj9h5SShd3M=; b=KRkXEqxtBONn4vqQ/t4fAy1wGizCWK07nHgi6sA/xb1yiUgdNyXZsMhNz5BceIOrwR u77wSSM3VFAYi7hGdTZEkFI5bG3CEFzKfHOOe1B9Bz/EX0edhdz67VNsNvoppMPqSghu xpQyoeyw589E93nb0JWQIIlFm5KmLy/kehhho0nsnhKA054DSILuhFEqUHgfzclbCBPi zxbfPvyk7M/tyrf7uqzoK6/SXc9NOPqqsVDnGdRI6onAhoCSz/gmBeb9NPSaNG/H5SgX nzhZNDa5tZDPBbXjyGacTm2fAn52ErgS4Gz/6OwmsgZ+sggxReHoSv7FGazur8OFB5ye JB9w== X-Gm-Message-State: AOJu0Yy87MIZ7KgcWaOEa26w2gXRv1+aLKpLGJ0b/FGdAKL2WM6Bn1ug y3GCN6pL8M0BjCbKgXmDEc2bojzYk78gCr9VHN9qyfpTKeqyQVF0FmrrX8TcNCQodRNgrZ4E4Qu p/N4Q7mFM55VwdQgBNPs= X-Received: by 2002:a05:651c:1055:b0:2c5:d7d:4d1 with SMTP id x21-20020a05651c105500b002c50d7d04d1mr2331793ljm.6.1697657389269; Wed, 18 Oct 2023 12:29:49 -0700 (PDT) X-Google-Smtp-Source: AGHT+IHK3MXsmEPRLfM2idNCVi3BdX1cQhrSbsyenjLZZ765eZVlfP9PV6iZNlSsSXmgXqmY+L+3DowBRR0ne1D/QK8= X-Received: by 2002:a05:651c:1055:b0:2c5:d7d:4d1 with SMTP id x21-20020a05651c105500b002c50d7d04d1mr2331784ljm.6.1697657388954; Wed, 18 Oct 2023 12:29:48 -0700 (PDT) MIME-Version: 1.0 References: <20230809164312.308093-1-stephen@networkplumber.org> In-Reply-To: <20230809164312.308093-1-stephen@networkplumber.org> From: David Marchand Date: Wed, 18 Oct 2023 21:29:37 +0200 Message-ID: Subject: Re: [PATCH 00/15] eal: mark older API's stable To: Stephen Hemminger Cc: dev@dpdk.org 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 On Wed, Aug 9, 2023 at 6:44=E2=80=AFPM Stephen Hemminger wrote: > > About 80 function in EAL were marked experimental > and should have been made stable by now. > > Stephen Hemminger (15): > eal: make bitops a stable API > eal: mark rte_dev API's as stable > eal: make rte_class API's stable > eal: make rte_version_XXX API's stable > eal: make rte_drand a stable API > eal: make rte_service_lcore_may_be_active stable > eal: make rte_devargs_reset stable > eal: make pflock API stable > eal: make seqcount and seqlock stable > eal: mark rte_intr_XXX API's as stable > eal: mark rte_atomic128_cmp_exchange as stable > eal: make most rte_thread API's stable > eal: mark rte_power API's stable > eal: mark rte_eal_vfio_get_token stable > eal: mark rte_vect simd bandwidth API as stable This needs some rebasing too. --=20 David Marchand