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 6D58A4577C; Fri, 9 Aug 2024 21:04:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5EA4E42E77; Fri, 9 Aug 2024 21:04:11 +0200 (CEST) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mails.dpdk.org (Postfix) with ESMTP id DF43C40291 for ; Fri, 9 Aug 2024 21:04:09 +0200 (CEST) Received: by mail-pg1-f178.google.com with SMTP id 41be03b00d2f7-6e7b121be30so1738084a12.1 for ; Fri, 09 Aug 2024 12:04:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1723230249; x=1723835049; darn=dpdk.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=tThxzF86sNYgwka5bYY641r25OsvlL6105V7I2yQFjs=; b=iUGdRUiie4Jqwr9LwKjPfPGZ8iX6UHQ6zUXyz3+101+k4cRiPNM1GMNaB0WaDS/x8B pRQSWGTYKHBHctyc1KV3JjxZ6rNXhgasGfFJqafZGTLON87eAcvOOSc8QaeN5T2rVstP g6XKr6XB0rQ2OCkHzb0x1ra6q4wZGtx5doTp4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723230249; x=1723835049; 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=tThxzF86sNYgwka5bYY641r25OsvlL6105V7I2yQFjs=; b=oRVuJqX8tkaA9jcKhgt1RxNsvfVm1Zamo/zWhUDm3HOoGi+CCXY4iuxLh5dUsy04n+ FalRfo/CihaoC3ce2JINEmfm+DWcVdQIJch74UVNmTORHQ04P7qKJBFRed6VuQ4KmZaZ dVVPy+mQXHT1ENzI7uCK/k+7bKLhJddgQp9+6WUuRER6FLO9hAzuSlKff7FP8/k09fNG iE99jOSYQdK4P2O2m8pJyQQWRcaov+6kiu44eBjAtvMib5/T0JK7Qt/oh+An9vrftHLL n+wh/cXfRw9nWl1KHHKG2eYC7AzTF0Yn463Po2FteE6Z5A/f+q9dYbxeeXrylNrbNXRD 8uvw== X-Forwarded-Encrypted: i=1; AJvYcCVtpXtOLjZzPof70FlPnybb5m8lSDVX+pkKnLZiYgR4hBZOLLNIQmguy+52/ST+NNl3r/CbjR8msbMykWY= X-Gm-Message-State: AOJu0YzFTBcLsG33wkluRClBWe+SFe2B8IqkClBdRX0Pv7yGBVkEphPO 0BDEp7f2Umfugb3gM8rJt0GqTdK/j2oEvZKnumIeSNsb7VULz7PjFhz5BDHADWJs67jdm+ZFyGJ 2Sa+U65JZSkzJ57DjiWvCo3xEm+rbQ8p+spjFww== X-Google-Smtp-Source: AGHT+IEw2kwOoBE0eAjdraJ9vc/nnyJ42PXarrrOSQKeHLy5PWZzdc8DnWGo32RCDqDoGCEYwBg3DEOB2j30KMGMJzw= X-Received: by 2002:a17:90a:55ca:b0:2c9:e0d3:1100 with SMTP id 98e67ed59e1d1-2d1e7ff7259mr2577415a91.19.1723230248813; Fri, 09 Aug 2024 12:04:08 -0700 (PDT) MIME-Version: 1.0 References: <20231115133606.42081-1-juraj.linkes@pantheon.tech> <20240808085452.426702-1-juraj.linkes@pantheon.tech> <20240808085452.426702-3-juraj.linkes@pantheon.tech> In-Reply-To: <20240808085452.426702-3-juraj.linkes@pantheon.tech> From: Jeremy Spewock Date: Fri, 9 Aug 2024 15:03:57 -0400 Message-ID: Subject: Re: [PATCH v16 2/5] dts: replace the or operator in third party types To: =?UTF-8?Q?Juraj_Linke=C5=A1?= Cc: thomas@monjalon.net, Honnappa.Nagarahalli@arm.com, bruce.richardson@intel.com, probb@iol.unh.edu, paul.szczepanek@arm.com, Luca.Vizzarro@arm.com, npratte@iol.unh.edu, dev@dpdk.org 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 This is a funny change I wouldn't have expected the series to need. I don't doubt that it does need it of course and I don't think there is any harm in the change, but, out of curiosity, is this because the or operator is coming from one of the dependencies we are installing? I thought it was just shipped with later Python versions. Regardless, Reviewed-by: Jeremy Spewock