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 3FEE542DEC; Thu, 6 Jul 2023 20:59:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 325D341101; Thu, 6 Jul 2023 20:59:06 +0200 (CEST) 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 5990840A79 for ; Thu, 6 Jul 2023 20:59:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1688669943; 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=MFcXXFlsoB8zghCik2X3jtkRoJeW7txgB2OwoQv4mGk=; b=ha2j/5DKEwQhdXMXT8e6GV/zA9Ldv5hvwWfb8HY2xgngQXLHIKA/90C+V2dSFMT3pmqBrz vxFXdKlxL1EFsZM+MsAg9QX2zMhb7uQXPFFOGWDxGE2cO5AS8F/REMXCq3lp0WePaiiqc2 Yu5Bo7QC3yU0oIS+SFTqN0u3OA+CBHI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-393-o8YnvdHINP6wrft0eJ6asw-1; Thu, 06 Jul 2023 14:58:59 -0400 X-MC-Unique: o8YnvdHINP6wrft0eJ6asw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5282188D540; Thu, 6 Jul 2023 18:58:59 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.32.232]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 31CCA40C2063; Thu, 6 Jul 2023 18:58:59 +0000 (UTC) From: Aaron Conole To: Ali Alnubani Cc: "ci@dpdk.org" Subject: Re: [PATCH v2] tools: add jwt renewal function to acvp_tool References: <20230626213746.25465-2-jspewock@iol.unh.edu> Date: Thu, 06 Jul 2023 14:58:58 -0400 In-Reply-To: (Ali Alnubani's message of "Mon, 3 Jul 2023 06:44:46 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Ali Alnubani writes: >> -----Original Message----- >> From: Aaron Conole >> Sent: Tuesday, June 27, 2023 7:20 PM >> To: Ali Alnubani >> Cc: ci@dpdk.org >> Subject: Re: [PATCH v2] tools: add jwt renewal function to acvp_tool >> >> Hi Ali, >> >> This patch didn't appear at the patches.dpdk.org/project/ci/list/ >> >> Is there something we need to do (or do I need to be logged in) to have >> them show up? >> > > Hi Aaron, > > Thank you for bringing this to my attention, and apologies for the delay. > Turns out I forgot to subscribe the Patchwork user to the CI mailing list. Should be resolved now. > Please let me know if you see the issue again. Thanks - will keep an eye on it.