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 5A055A00C2; Wed, 4 Jan 2023 13:42:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B1154067B; Wed, 4 Jan 2023 13:42:51 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id D26B640041 for ; Wed, 4 Jan 2023 13:42:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1672836169; 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=3SXv/AFsIJdm3bEbWrEEQPr4smn+psUNqAHRIaXSDAs=; b=CkjQxYC9PHSfyRVQwarJ7KuZ06SQP8iQ5s2EbJ/B1F4uM6bV2UQn81SKFIuF+s+gTtjTaU ueGTJLrdYYJX6In9qUnJPaftCNquOVtuRQPirnyMhnqudaxWomqqDdh0VMjypfuZpgiedA LfoqgpvxtycWsamprjnQSU/ZCJw0JY8= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-120-hUK6ITICPwSgci_sOyrppA-1; Wed, 04 Jan 2023 07:42:46 -0500 X-MC-Unique: hUK6ITICPwSgci_sOyrppA-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id F23A62806042; Wed, 4 Jan 2023 12:42:45 +0000 (UTC) Received: from [10.39.208.15] (unknown [10.39.208.15]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 46FDA492B06; Wed, 4 Jan 2023 12:42:45 +0000 (UTC) Message-ID: <003bf3bd-bd2b-b365-5f00-7455369b7295@redhat.com> Date: Wed, 4 Jan 2023 13:42:43 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v1 0/3] bbdev: remove offload cost To: "Chautru, Nicolas" , "dev@dpdk.org" Cc: "Vargas, Hernan" References: <20221214233346.391973-1-nicolas.chautru@intel.com> From: Maxime Coquelin In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.9 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 Hi Nicolas, On 1/3/23 23:07, Chautru, Nicolas wrote: > Hi Maxime, > > Happy new year. Happy new year. > What does the state " Awaiting Upstream" mean in patchwork for that serie? Can this be applied? It means it is the the bbdev tree, and is awaiting being pulled into the main tree. So it is applied, but only in the bbdev tree for now. This should not be an issue since you shold base your work on top of the bbdev tree. Regards, Maxime > Thanks > Nic > > > >> -----Original Message----- >> From: Chautru, Nicolas >> Sent: Wednesday, December 14, 2022 3:34 PM >> To: dev@dpdk.org; maxime.coquelin@redhat.com >> Cc: Vargas, Hernan ; Chautru, Nicolas >> >> Subject: [PATCH v1 0/3] bbdev: remove offload cost >> >> Removing the optional build flag RTE_BBDEV_OFFLOAD_COST from Intel >> baseband PMDs and bbdev-test application. >> This helps to simplify build variants complexity causing compilation issues to >> be missed. >> >> Maxime, the first commit is actually a miss related to last commit on top of >> tree, you may want to merge these two commits together in the history. >> Sorry for missing it earlier. >> >> >> Nicolas Chautru (3): >> test/bbdev: explicit check for allocation failure >> drivers/baseband: remove offload cost optional build flag >> app/bbdev-test: remove offload cost optional build flag >> >> app/test-bbdev/test_bbdev_perf.c | 29 +------- >> drivers/baseband/acc/acc_common.h | 12 +--- >> drivers/baseband/acc/rte_acc100_pmd.c | 2 - >> drivers/baseband/acc/rte_acc200_pmd.c | 2 - >> .../fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 10 --- >> drivers/baseband/fpga_lte_fec/fpga_lte_fec.c | 10 --- >> .../baseband/turbo_sw/bbdev_turbo_software.c | 70 ++++--------------- >> 7 files changed, 17 insertions(+), 118 deletions(-) >> >> -- >> 2.34.1 >