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 3B465457C6; Wed, 14 Aug 2024 20:50:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 203D540E09; Wed, 14 Aug 2024 20:50:20 +0200 (CEST) Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) by mails.dpdk.org (Postfix) with ESMTP id 20F234025F for ; Wed, 14 Aug 2024 20:50:19 +0200 (CEST) Received: by mail-pg1-f172.google.com with SMTP id 41be03b00d2f7-7c3ebba7fbbso189838a12.1 for ; Wed, 14 Aug 2024 11:50:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1723661418; x=1724266218; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=FFfOrgQjdJNvbTUtIgoBmW/QjTAoMT+KjLlno2J2IUk=; b=OIIpaAHJxpPYe/zQ7glqvuux9rt9TI8XjtXDRp+8gl7bcsqryZzvD7KTaJVC2J2lx6 LtlqFbvnnKLHm0LRuUGpecnH1sjKJPVZ/xr585LE+EDoggghF4VSGCFZFr2De/g7QIOh KUCvre2mi0XPgKOS3J8N0OZ6u7axY+XPvv07I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723661418; x=1724266218; h=content-transfer-encoding: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=FFfOrgQjdJNvbTUtIgoBmW/QjTAoMT+KjLlno2J2IUk=; b=Sdj12ppximrNH37QjBnjGMuz9QwzYhPnqMo4v2qOjUk+B769En4Vb0sVEy/Kr+oks1 IlmxX+oDl/X9jrXsnme09axa5bu6at3jKJIF2GFSSkNFnLm+yl3uIxxoj9BSF4CKbKaL QzKpkMKLWsOmXLkgWNBOjEuoSIcRIKcboYAJsLfczujTuV4mQnJTNPJY+pvcYy2/FRuy QiLDmX/F6MgccBXSeTCV8imG4uit2HYgsT6CD8Kd1+/tZU9/mk4aIUDeE2W40H9ic1BX 1n528D4oqaDg2tzNnQyje9fT313foglvgQ7HrwJLAbUgaMfVZavSK2xtkiN9rfZy7/n8 +Yxw== X-Forwarded-Encrypted: i=1; AJvYcCUrNqqqThbgWeyE1Tod0Da100PNMYjMpBS78WLmpbsSkx7zCuo1nnYYKAM1rnOQNLDiLZ0QkqgSTuihczM= X-Gm-Message-State: AOJu0Yzgky00hB+zl29ESsPvqjXiSCdWnvTijhsTyD6dyt27/mZ8ro5M FwBldCmc5W6DDFkjZbjj9Kheq4v9qxyR1CJ/2/ms80UQ/d1eFbHy7ZTGc2cWfKUuCH2IeNzAGNB 9slIjK7SPKAK1V59yV52nxhay9Vht7XHcD4rNhA== X-Google-Smtp-Source: AGHT+IFPe+YRXR5Lq9h5JPelx5jEVp5PUIk6rTl6wl8pHjLmLWDpd0PfzL+D28ITCJoyCr/M7WW1PZ0tGGwsj8AVaG0= X-Received: by 2002:a17:90b:3845:b0:2cb:4bed:ed35 with SMTP id 98e67ed59e1d1-2d3aab861bfmr4260641a91.41.1723661418191; Wed, 14 Aug 2024 11:50:18 -0700 (PDT) MIME-Version: 1.0 References: <20231115133606.42081-1-juraj.linkes@pantheon.tech> <20240814150535.239547-1-juraj.linkes@pantheon.tech> <20240814150535.239547-3-juraj.linkes@pantheon.tech> In-Reply-To: <20240814150535.239547-3-juraj.linkes@pantheon.tech> From: Jeremy Spewock Date: Wed, 14 Aug 2024 14:50:05 -0400 Message-ID: Subject: Re: [PATCH v17 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" Content-Transfer-Encoding: quoted-printable 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 Wed, Aug 14, 2024 at 11:05=E2=80=AFAM Juraj Linke=C5=A1 wrote: > > When the DTS dependencies are not installed when building DTS API > documentation, the or operator produces errors when used with types from > those libraries: > autodoc: failed to import module 'remote_session' from module > 'framework'; the following exception was raised: > Traceback (most recent call last): > ... > TypeError: unsupported operand type(s) for |: 'Transport' and 'NoneType' > > The third part type here is Transport from the paramiko library. > > Signed-off-by: Juraj Linke=C5=A1 > --- Reviewed-by: Jeremy Spewock