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 0CA6AA00C2; Thu, 5 Jan 2023 09:48:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EFA88400D4; Thu, 5 Jan 2023 09:48:22 +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 E956A40041 for ; Thu, 5 Jan 2023 09:48:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1672908501; 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=BJZutTM52JzoUzZLrSnc4j67awnyeqZ1Sz33Ew44c5g=; b=JQAjk7yRB+U+stHHZu7Ig5NpZ3o4Ni96GcIYtNCt9jYaASXbvXwW/Uv05fhr3f/Og4JqYO E7Jqr2p1D8zy5wZnxX1P0uJ/SdDSMtuEVIBN8c/IsRB/ONyQ9cbwXlldKlUQrav8gyL1R/ X91W2i5WjogND+JD1HPiY6GP/vHKR6A= 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-650-RieYhGTyNY2qO4RWKqPaVA-1; Thu, 05 Jan 2023 03:48:19 -0500 X-MC-Unique: RieYhGTyNY2qO4RWKqPaVA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 92D772817225; Thu, 5 Jan 2023 08:48:18 +0000 (UTC) Received: from [10.39.208.15] (unknown [10.39.208.15]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4E1042166B30; Thu, 5 Jan 2023 08:48:17 +0000 (UTC) Message-ID: <3d7e9184-0338-19ce-350c-ace965cadb04@redhat.com> Date: Thu, 5 Jan 2023 09:48:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 To: Hernan Vargas , dev@dpdk.org, gakhil@marvell.com, trix@redhat.com Cc: nicolas.chautru@intel.com, qi.z.zhang@intel.com References: <20230105001109.120564-1-hernan.vargas@intel.com> From: Maxime Coquelin Subject: Re: [PATCH v1 0/6] baseband/acc: changes for 23.03 In-Reply-To: <20230105001109.120564-1-hernan.vargas@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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 Hernan, Please try to fix the timezone on your system, the series appears several hours in the future. On 1/5/23 01:11, Hernan Vargas wrote: > Upstreaming ACC100 changes for 23.03. > > Hernan Vargas (6): > baseband/acc: acc100 use define constant > baseband/acc: acc100 use desc helper functions > baseband/acc: acc100 free harq layout pointer > baseband/acc: acc100 fix iteration counter in TB > baseband/acc: acc100 ignore missing mempools > baseband/acc: acc100 fix queue mapping to 64 bits Please reorder the series, so that fixes (that are meant to be backported) are at the beginning. > drivers/baseband/acc/rte_acc100_pmd.c | 61 ++++++++++----------------- > 1 file changed, 23 insertions(+), 38 deletions(-) > Maxime