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 B47AC45AAF; Fri, 4 Oct 2024 16:01:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC08D410FC; Fri, 4 Oct 2024 16:01:20 +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 0DE1740E34 for ; Fri, 4 Oct 2024 16:01:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1728050478; 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=r81UwAVevgtGjzLWtR4iNycupIPbqKo9nC21GTqnA9U=; b=CTagSf1PAVDGbTl8iSKcSqraYd1zpWRUPJGuh7kBvFsZbjVofDtC/kDg0tYps076rhcFQg q8zEmLOPhu0wNZdQ7mozEFFXMB6CJXvqD9bLVEINGLC3dcuAXNEdXfrag8biqqOUjpBSH+ 08QUszFb2I517GwJZLYdKcweMPyQ2aA= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-133-sBlghuznPr-eBRwEGnbq3Q-1; Fri, 04 Oct 2024 10:01:17 -0400 X-MC-Unique: sBlghuznPr-eBRwEGnbq3Q-1 Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 52602195394C; Fri, 4 Oct 2024 14:01:15 +0000 (UTC) Received: from RHTRH0061144 (unknown [10.22.9.85]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id C19DD1955F42; Fri, 4 Oct 2024 14:01:13 +0000 (UTC) From: Aaron Conole To: Patrick Robb Cc: Manit Mahajan , ci@dpdk.org, alialnu@nvidia.com, Luca Vizzarro Subject: Re: [PATCH] config: adding dts tag for dts path patches In-Reply-To: (Patrick Robb's message of "Tue, 1 Oct 2024 13:19:38 -0400") References: <20241001170703.30348-1-mmahajan@iol.unh.edu> Date: Fri, 04 Oct 2024 10:01:11 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 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 Patrick Robb writes: > Reviewed-by: Patrick Robb > > Adding Luca since he is keen to see the dts format script run in CI testing. :) Should I hold off on Luca's ack/reviewed before applying?