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 B713E42D04; Tue, 20 Jun 2023 09:54:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A82F540ED8; Tue, 20 Jun 2023 09:54:29 +0200 (CEST) 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 7A30A4068E for ; Tue, 20 Jun 2023 09:54:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1687247667; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZVkEDnLak8TwJks1+v0JnBYpdo/XrT+sPTJmOQmLF3w=; b=h4UbVXGTf36Vo8/W/u7qYocTJbtJ1MTTzfNO2P49SC953ldlDpM9Bsuw6A6SsuHbohQkfd S4Dge8UMNGtJvBIb7tjrzubHzBUNJVt4YWOP5rjPL2zuaSwy+ku4kRf2w8q69z8eB51QAc UtxAM/wapRplLuetq7WVNgjbs4rPE2w= 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-318-3E3dGt1PMI6d-Aen4wmEaQ-1; Tue, 20 Jun 2023 03:54:21 -0400 X-MC-Unique: 3E3dGt1PMI6d-Aen4wmEaQ-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 283742802E4D; Tue, 20 Jun 2023 07:54:20 +0000 (UTC) Received: from [10.39.208.22] (unknown [10.39.208.22]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AC87842535C; Tue, 20 Jun 2023 07:54:18 +0000 (UTC) Message-ID: <1c59bbe2-ebad-dde6-004c-6b64078d0a7c@redhat.com> Date: Tue, 20 Jun 2023 09:54:17 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [EXT] [PATCH 0/6] Trivial crypto PMDs cleanup To: Akhil Goyal , "dev@dpdk.org" , "kai.ji@intel.com" , "g.singh@nxp.com" , "hemant.agrawal@nxp.com" , "pablo.de.lara.guarch@intel.com" , "fanzhang.oss@gmail.com" References: <20230609135450.476983-1-maxime.coquelin@redhat.com> From: Maxime Coquelin In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.10 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 Akhil, On 6/20/23 08:49, Akhil Goyal wrote: > Hi Maxime, > > Can you please rebase on next-crypto? The series does not apply. Thanks for the heads-up, v2 posted. Maxime > Regards, > Akhil > >> -----Original Message----- >> From: Akhil Goyal >> Sent: Wednesday, June 14, 2023 11:47 PM >> To: Maxime Coquelin ; dev@dpdk.org; >> kai.ji@intel.com; g.singh@nxp.com; hemant.agrawal@nxp.com; >> pablo.de.lara.guarch@intel.com; fanzhang.oss@gmail.com >> Subject: RE: [EXT] [PATCH 0/6] Trivial crypto PMDs cleanup >> >>> This small series cleans-up some crypto PMD drivers. >>> >> Please rebase. >> >