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 56F1E4332B; Tue, 14 Nov 2023 14:11:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD0B04027D; Tue, 14 Nov 2023 14:10:59 +0100 (CET) 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 2A85A40279 for ; Tue, 14 Nov 2023 14:10:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1699967457; 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=mgKz+o7EAZopmkOAK1UTS5Se9/DP4/8n16VLSjA6EBw=; b=CNs0X/iMSKloqFWz7At2fpvOrAFAiU83oOfwG2keccpI7b3WdN2vGMtGP5+liCtaVkDEfW KSYC3fWcRwep9BvpUd1cVEQnpZ6zhXRnDWZerwRO1Id/twmZUhssn6T6Mzoe6raIblKqRs Ld8QA5jzLXIKYH+Ot5BFdc/5Qu3uJ/U= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-607-sBQcXS_HP2af0kA2hF96bQ-1; Tue, 14 Nov 2023 08:10:56 -0500 X-MC-Unique: sBQcXS_HP2af0kA2hF96bQ-1 Received: by mail-lf1-f72.google.com with SMTP id 2adb3069b0e04-5079fd9754cso5572661e87.0 for ; Tue, 14 Nov 2023 05:10:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699967455; x=1700572255; 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=mgKz+o7EAZopmkOAK1UTS5Se9/DP4/8n16VLSjA6EBw=; b=hvtKA6rev+ThdGOQ5AflaWdYREFuVPdimf+IcOlIVpr1d0ICYW/vVg4i6PQ9ZUCHtf t+RyqhFrBhTrkCWWzXu+XvFNT48yastxndB7/MHqQxlsTjg8wpMBTqzepRPimSReR7Y/ VQohIp1dI+DrRBbr4HcvEI0Kewmcd4yctOlRfo7Y8NsIHMIXlYotJ7NPIAKah5bvpX00 2jtwITaOptmePkeZxrcpK4q5k7nWWkBpLkDWWmXfgf5dks3e1jVPKYoJkxH/43EizCvs nOVNj6uVZNbro6coiXwot/i5X9EaYY8SldZbi03KVbVBkWzlawlvM63qyRfskP7xGe3t evoQ== X-Gm-Message-State: AOJu0Yyzwsd+O4kF3PGaY24oAzbjGiybonZUDccgvMTEExsUKF8FbNbQ 9X0wnXmA9xngNoaOww60gPvt4f5cTTh1RDyjYc86aUnro9QkVU7nzBiQHK13BZIxGWzl1dKOVLP RaWTFqt0B4Tz05fJ50sBvXqRkADE= X-Received: by 2002:a19:4f4e:0:b0:507:9dfd:f846 with SMTP id a14-20020a194f4e000000b005079dfdf846mr5740648lfk.69.1699967454938; Tue, 14 Nov 2023 05:10:54 -0800 (PST) X-Google-Smtp-Source: AGHT+IH13aK7OrEQiQjvAKabw59U7Sie0EFvZhTObowzhc9feQCpo+3bVwIcGCEIC8NZowelmuSpVWm9yZ20SYacRIQ= X-Received: by 2002:a19:4f4e:0:b0:507:9dfd:f846 with SMTP id a14-20020a194f4e000000b005079dfdf846mr5740630lfk.69.1699967454465; Tue, 14 Nov 2023 05:10:54 -0800 (PST) MIME-Version: 1.0 References: <20230809164312.308093-1-stephen@networkplumber.org> <20231020214119.255491-1-stephen@networkplumber.org> In-Reply-To: <20231020214119.255491-1-stephen@networkplumber.org> From: David Marchand Date: Tue, 14 Nov 2023 14:10:42 +0100 Message-ID: Subject: Re: [PATCH v2 00/14] eal: mark older API's as 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 Fri, Oct 20, 2023 at 11:41=E2=80=AFPM Stephen Hemminger wrote: > > About 80 function in EAL were marked experimental > and should have been made stable by now. > > v2 - rebase and fix some bits in wrong patch > > Stephen Hemminger (14): > eal: make bitops a stable API > eal: mark rte_dev API's as stable > eal: make rte_class 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: mark rte_power API's stable > eal: mark rte_eal_vfio_get_token stable > eal: mark rte_vect simd bandwidth API as stable > eal: make rte_version API's stable > > lib/eal/arm/include/rte_atomic_64.h | 1 - > lib/eal/include/generic/rte_atomic.h | 1 - > .../include/generic/rte_power_intrinsics.h | 16 ---- > lib/eal/include/generic/rte_vect.h | 8 -- > lib/eal/include/rte_bitmap.h | 8 -- > lib/eal/include/rte_bitops.h | 40 -------- > lib/eal/include/rte_class.h | 4 - > lib/eal/include/rte_dev.h | 32 ------- > lib/eal/include/rte_devargs.h | 1 - > lib/eal/include/rte_eal.h | 4 - > lib/eal/include/rte_interrupts.h | 28 ------ > lib/eal/include/rte_pflock.h | 20 ---- > lib/eal/include/rte_random.h | 4 - > lib/eal/include/rte_seqcount.h | 23 ----- > lib/eal/include/rte_seqlock.h | 21 ---- > lib/eal/include/rte_service.h | 1 - > lib/eal/include/rte_version.h | 6 -- > lib/eal/version.map | 96 ++++++++----------- > lib/eal/x86/include/rte_atomic_64.h | 1 - > 19 files changed, 38 insertions(+), 277 deletions(-) Series applied. Thanks. --=20 David Marchand