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 030B942C35; Mon, 5 Jun 2023 21:07:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 863354021F; Mon, 5 Jun 2023 21:07:44 +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 C52144003C for ; Mon, 5 Jun 2023 21:07:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1685992062; 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=DhfB09W1xCmTTEq5zEpySKUdB2OOwMgDwttMmvg6CzA=; b=E1FvNp3ljxU137PriC8UQowHEB2B92CVSeaHsE5ot/XKpjRe6zy8/x5RyUFj8vInkGcpNa WHo4SjHZcgaK7EqKA1Y22Bity3JOiA0i7tx1vxf4DSa9NApco/OjYb+tYTb0Ag/LXr1ewZ WD4Mqi646BVdZFiuylmlgBasLYhDgJ8= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-443-yJgL9OPXPB2bDjr7DNSmjg-1; Mon, 05 Jun 2023 15:07:36 -0400 X-MC-Unique: yJgL9OPXPB2bDjr7DNSmjg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 81766185A78B; Mon, 5 Jun 2023 19:07:36 +0000 (UTC) Received: from [10.39.208.25] (unknown [10.39.208.25]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 206792026D49; Mon, 5 Jun 2023 19:07:34 +0000 (UTC) Message-ID: <874c2179-6dfd-caba-0a8a-75137cb1a418@redhat.com> Date: Mon, 5 Jun 2023 21:07:33 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH v1 1/1] doc: announce change in bbdev api related to operation extension To: Stephen Hemminger , Nicolas Chautru Cc: dev@dpdk.org, trix@redhat.com, hemant.agrawal@nxp.com, david.marchand@redhat.com, hernan.vargas@intel.com References: <20230526021132.41413-1-nicolas.chautru@intel.com> <20230526021132.41413-2-nicolas.chautru@intel.com> <20230525204722.73635324@hermes.local> From: Maxime Coquelin In-Reply-To: <20230525204722.73635324@hermes.local> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed 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 5/26/23 05:47, Stephen Hemminger wrote: > On Fri, 26 May 2023 02:11:32 +0000 > Nicolas Chautru wrote: > >> + >> +* bbdev: Will extend the API to support the new operation type ``RTE_BBDEV_OP_MLDTS`` as per >> + this `v1 `. This will also introduce >> + new symbols for ``rte_bbdev_dequeue_mldts_ops``, ``rte_bbdev_enqueue_mldts_ops``, >> + ``rte_bbdev_mldts_op_alloc_bulk`` and ``rte_bbdev_mldts_op_free_bulk``. This will also extend >> + the API related to the FFT operation in ``rte_bbdev_op_fft``. >> -- > > New symbols do not require a deprecation notice. > Only changes and removal. > I agree with Stephen. There is some changes in struct rte_bbdev_op_fft, but the related API are experimental, so I think it is not needed to have a deprecation notice. Regards, Maxime