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 A0D0345879; Tue, 27 Aug 2024 18:15:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7132740E2D; Tue, 27 Aug 2024 18:15:30 +0200 (CEST) Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by mails.dpdk.org (Postfix) with ESMTP id EA16740E1B for ; Tue, 27 Aug 2024 18:15:28 +0200 (CEST) Received: by mail-pl1-f175.google.com with SMTP id d9443c01a7336-20223b5c1c0so51534905ad.2 for ; Tue, 27 Aug 2024 09:15:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1724775328; x=1725380128; 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=lAExIO9le3sdqlvJHN3618fryztjBQmnBetw/iKgohw=; b=PBbbUO9H4fXVXmZm8HrXrvAj8RshdfvBBI5jOLKFeTbW/1m5C+zadUvlqDFSsMv6nB Zsb8Gs2Q+vhgNNYQYQlvtJozNMeCfShbB/pl5w0rgxZoKvUfLpFF3GjQjaCC2Cj+AKUK olhc6uAyYsMPYNpta8PxAkotyJ/xGnTIRy+EE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1724775328; x=1725380128; 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=lAExIO9le3sdqlvJHN3618fryztjBQmnBetw/iKgohw=; b=C2ozL/LXUtGcz2My1VzFR6jxzzeAfygKBuZIwiXG++W6dLwiMT2F27bg5gD86qw/Sq Q0PhBmhrRLzyxmYCvkE25jO8hZEQ+Htp3vQVenTlaVmTkAAfcRUyOKcqM61kmAXVSQby 6oQSdum+QBAEDYt6JZehfQuCAChWJHqpRJ5lUk9ftc/McBC8XZppyR4C+pQM+zCGS2xZ H+8s2ELk2qo79SxOsLTHvL7ZM4eEfErLFZyMQY7aNUha9Qs2EzQP6MwpR2CzY8OkdfBb I8E26TR63CkPfKxu88neFrYVMi7RaogJ6w51vJe74U4J6flnaxnisPgDHrG2r1w8sKqV elbg== X-Forwarded-Encrypted: i=1; AJvYcCVIdEW2N7TD0+nCMXzfz0Rb2lIu/wtRA1quOqo5iL7gpEUdbKP5o33m/ESE/p8ESCDW1qM=@dpdk.org X-Gm-Message-State: AOJu0Yw59CuQgZZnQ7cKgsbc8m3BXCiqiPgnpXQZj8Pz0JSlLRAXOsoK hSb7cqhOBEXJxNDsTUb1j/7weP5caiDwGvNffcaEXHFsSVM0PYZMPovDv0GUJW0aLO0H2Rz8rNv oEl9vzPqYkzic8cALOnizA5mr/atREaJFaAlYqw== X-Google-Smtp-Source: AGHT+IGb1rAdaedXLAWBz20BTkHwiG9SNcgunQDuxNp9YJAQTHyQFlCUxpT/OlHUAxwO1aLNj6Q2HgBT9AZOht3LsLM= X-Received: by 2002:a17:903:11c7:b0:202:4d05:a24a with SMTP id d9443c01a7336-204df13ee41mr35163765ad.16.1724775327842; Tue, 27 Aug 2024 09:15:27 -0700 (PDT) MIME-Version: 1.0 References: <20240301155416.96960-1-juraj.linkes@pantheon.tech> <20240821145315.97974-1-juraj.linkes@pantheon.tech> <20240821145315.97974-2-juraj.linkes@pantheon.tech> In-Reply-To: <20240821145315.97974-2-juraj.linkes@pantheon.tech> From: Dean Marx Date: Tue, 27 Aug 2024 12:15:39 -0400 Message-ID: Subject: Re: [PATCH v3 01/12] dts: fix default device error handling mode To: =?UTF-8?Q?Juraj_Linke=C5=A1?= Cc: thomas@monjalon.net, Honnappa.Nagarahalli@arm.com, jspewock@iol.unh.edu, probb@iol.unh.edu, paul.szczepanek@arm.com, Luca.Vizzarro@arm.com, npratte@iol.unh.edu, alex.chapman@arm.com, dev@dpdk.org Content-Type: multipart/alternative; boundary="000000000000bbe8880620ac8cf0" 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 --000000000000bbe8880620ac8cf0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Aug 21, 2024 at 10:53=E2=80=AFAM Juraj Linke=C5=A1 wrote: > The device_error_handling_mode of testpmd port may not be present, e.g. > in VM ports. > > Fixes: 61d5bc9bf974 ("dts: add port info command to testpmd shell") > > Signed-off-by: Juraj Linke=C5=A1 > Reviewed-by: Dean Marx --000000000000bbe8880620ac8cf0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Wed, Aug 21, 2024 at 10:53=E2=80=AFAM = Juraj Linke=C5=A1 <juraj.linkes@pantheon.tech> wrote:
The = device_error_handling_mode of testpmd port may not be present, e.g.
in VM ports.

Fixes: 61d5bc9bf974 ("dts: add port info command to testpmd shell"= ;)

Signed-off-by: Juraj Linke=C5=A1 <juraj.linkes@pantheon.tech>

Reviewed-by: Dean Marx <dmarx@iol.unh.edu>=C2=A0
--000000000000bbe8880620ac8cf0--