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 E803941D73; Thu, 2 Mar 2023 12:54:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7804A40E2D; Thu, 2 Mar 2023 12:54:04 +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 B4A4740E09 for ; Thu, 2 Mar 2023 12:54:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1677758042; 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: in-reply-to:in-reply-to:references:references; bh=TLXjWw4feitHOghbvvMRJ0M2s1Ze204LIPiF0mC3Nyg=; b=PxF14KcONG39YeO/UUmrN9dBJrduCVAKM9XOFH27vLeqo9H7tSFftUo1iItGjEro4GkJTb WVITlG7t9qPVJlD6Iv1Jrl0Cwj2vu32QQXIzxO0nVCtNi1KNaBYckx7W0tCyabUWnHC0Rv V3xeSCx9xjovHs4A7gH8MCkuF991UlY= Received: from mail-pf1-f199.google.com (mail-pf1-f199.google.com [209.85.210.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-322-u62akS2cPoOnfUDGLRC0yA-1; Thu, 02 Mar 2023 06:54:01 -0500 X-MC-Unique: u62akS2cPoOnfUDGLRC0yA-1 Received: by mail-pf1-f199.google.com with SMTP id h1-20020a62de01000000b005d943b97706so8510470pfg.0 for ; Thu, 02 Mar 2023 03:54:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677758040; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=TLXjWw4feitHOghbvvMRJ0M2s1Ze204LIPiF0mC3Nyg=; b=F5k1viSvUA5npb83z4gWoqreIaK55ZTvATyn+/GYeiv+fl2u/RiUPCcEVLcHjwTz1K pqlstr21rq2ijJFyKozd9yMYKz+PIXgyqhjs0kaeFjn5yxNEh8CCU8rCqlXoaLIG8HZj MkKVzPePkh0HRVj2vOe09XlrDEDyaVaY7qev6vu+sfqUt48Vcdq/UehdbvtJMIY2TsV8 BpP/JeHua1KAlKEeRoJwI6ocbAdlxtQfE2NeSuYQXJYdhFHX4xomug98Uv3cXKK8t4lP /6ST290ufxiZmmqC46EI9jG5zj1jgZzvwmo6K0jBF6VIcseqU2KPn2XlOODZN+fCUXta 6TdQ== X-Gm-Message-State: AO0yUKUkEq/f7N5Un7EBw8xDQGlGQ1Kp6AInwBbQ2wyq5UiL9+RGOOI4 7PRpsBx+UsXGuUj6M8AJ7u5OiKFC2pdov104HReDVielsyseh31/gssceqcoMD2Z13iDbxWIjJd xx395wDcPHPFG3TuoO5s= X-Received: by 2002:a63:6e4c:0:b0:503:7be3:e81d with SMTP id j73-20020a636e4c000000b005037be3e81dmr3056118pgc.1.1677758040149; Thu, 02 Mar 2023 03:54:00 -0800 (PST) X-Google-Smtp-Source: AK7set8wXEvcZBq9MgmPZSIsN2CY3BKWS8S3GI0MMCE/E6QeSYwXVAJEPuabxQFbz40ChZIhn2/xeIh4HNUZCGocqzg= X-Received: by 2002:a63:6e4c:0:b0:503:7be3:e81d with SMTP id j73-20020a636e4c000000b005037be3e81dmr3056111pgc.1.1677758039861; Thu, 02 Mar 2023 03:53:59 -0800 (PST) MIME-Version: 1.0 References: <20221124135645.5955-1-sunilprakashrao.uttarwar@amd.com> In-Reply-To: From: David Marchand Date: Thu, 2 Mar 2023 12:53:48 +0100 Message-ID: Subject: Re: [EXT] [PATCH v1] crypto/ccp: bug fixes for ccp device probe flow To: Akhil Goyal Cc: Sunil Uttarwar , "dev@dpdk.org" , "selwin.sebastian@amd.com" X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 Mon, Feb 27, 2023 at 7:29 PM Akhil Goyal wrote: > > > - Fixed flow for probe and initialization of requested ccp devices > > - Removed unnecessary code enumerating for all the PCI devices > > available in the system. > > - Removed ccp_pmd_init_done flag controlling probe and initialization > > of only one CCP device even if other CCP devices available > > > > Signed-off-by: Sunil Uttarwar > Hi Sunil, > > Kindly work with David for the patch that was not merged and rebase this patch as needed. > > Marking this patch as changes requested. Sorry, I kept on postponing work on this patch of mine... thanks for keeping on pinging me Akhil :-). I sent a v3 which should address Sunil comment. -- David Marchand