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 4BF51A00C2; Fri, 6 Jan 2023 09:52:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E14154067C; Fri, 6 Jan 2023 09:52:50 +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 82E3C4021F for ; Fri, 6 Jan 2023 09:52:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1672995168; 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=1QbmolI3loIDTTINzrXnusempRxc836aDmgB8gDWS0A=; b=BWn2+nAX+DYuU8ANrSXUoO7kRi3o35ckXrQZPfzscDb9jalxIXKx4IYA/3hdvZCN/K2weV giW+dlq6So6VpmGA2ojyXi1UJoRsz2ML9bEl38PW2eFJ1C3krsFbi4N7wq7f3Ef1G2TJLn KSsFB6M8ScdnJrZQ04N953rMsgYbtwM= 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-13-aCsBHjW3PDms-JsD7VSvuQ-1; Fri, 06 Jan 2023 03:52:45 -0500 X-MC-Unique: aCsBHjW3PDms-JsD7VSvuQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 510CF2A59556; Fri, 6 Jan 2023 08:52:45 +0000 (UTC) Received: from [10.39.208.15] (unknown [10.39.208.15]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 18209C16021; Fri, 6 Jan 2023 08:52:43 +0000 (UTC) Message-ID: Date: Fri, 6 Jan 2023 09:52:42 +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/6] baseband/acc: changes for 23.03 To: "Vargas, Hernan" , "dev@dpdk.org" , "gakhil@marvell.com" , "trix@redhat.com" Cc: "Chautru, Nicolas" , "Zhang, Qi Z" References: <20230105001109.120564-1-hernan.vargas@intel.com> <3d7e9184-0338-19ce-350c-ace965cadb04@redhat.com> From: Maxime Coquelin In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 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, On 1/5/23 22:59, Vargas, Hernan wrote: > Hi Maxime, > > I've reordered the commits to put the fixes first. > My server was still using the wrong time when I sent the v2 series, please let me know if you need me to re-send it. No need to resend, thanks for having fixed it for future series. Maxime > Thanks, > Hernan > > -----Original Message----- > From: Maxime Coquelin > Sent: Thursday, January 5, 2023 2:48 AM > To: Vargas, Hernan ; dev@dpdk.org; gakhil@marvell.com; trix@redhat.com > Cc: Chautru, Nicolas ; Zhang, Qi Z > Subject: Re: [PATCH v1 0/6] baseband/acc: changes for 23.03 > > 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 >