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 67C6045BC0; Tue, 29 Oct 2024 17:53:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 531C442EB6; Tue, 29 Oct 2024 17:53:21 +0100 (CET) Received: from mail-yw1-f175.google.com (mail-yw1-f175.google.com [209.85.128.175]) by mails.dpdk.org (Postfix) with ESMTP id 7406C42E10 for ; Tue, 29 Oct 2024 17:53:20 +0100 (CET) Received: by mail-yw1-f175.google.com with SMTP id 00721157ae682-6e5ef7527deso62937747b3.0 for ; Tue, 29 Oct 2024 09:53:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1730220800; x=1730825600; 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=J8qoah6wb7SOhp9I8RmBPM0ZOiwEu54GG4LtknO14Hg=; b=TSl9MJ+TZV+DZa2e76lajIy94MbgD2bP552JPjneaAkFB+uyieKvRj/spul+KKCVPI jdDwRhOuZ2bsd5FzGNFjMGA6jO3W3VkfVJnpK875e4wz/RFVCtRdYwuXcsqJOCyBGCh3 bLOD8DvHifKXqVSj3Og5qBGU4DxibqElTJIwY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730220800; x=1730825600; 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=J8qoah6wb7SOhp9I8RmBPM0ZOiwEu54GG4LtknO14Hg=; b=dbjxOlBtkUK7/JRwUC/pmxIaSmH5cuHI6zapK3CW/IGPlkm1xQesA/T28c+Mjg+rOI aaWDwfZ9DU3Rd7x61RXPYETVRhz8PEJnAFk1lJ5AXUcl+t2KMaVCXeicR/qv3gRKimSp pmIsoHW9NbDg9/HCqeXzlSvheBBvJwInCRc1Ub7zvbnZRrtRuKY1yr6Emt86yC2/1xbD 5FsW6+4wJy2rSQL7YQUq8YegNe5Z7cegbvIjwyXjqWdnpICeWu/BHygctaDUjTbZjGeV E7aPN+ZOxctAAp/9hil2UnPmPEy2rF53zD40e9PD1zoSM9Z879P50XrJ6q1wQe0CQte3 liIQ== X-Forwarded-Encrypted: i=1; AJvYcCUwh3hOiZLrFbpMH1heARviUfdBe9DuZeJPaiTLfKlcQKEf/xmUdXZi53BcblzzPmz1sNU=@dpdk.org X-Gm-Message-State: AOJu0YxNqqKLzp/Cp6BKnRHWCG47SvADTDVx42oq1cwe44B5xg7ZqkZo nEfiBLYAC1SzPtOzbU3rrUuVy79G6i6IRpV+9kcfCrvXi4kr5pFY2dCjTFyq+lmLg+Dj28R5R5K S5lmKB4C4KtJsClN7nGGheBOKRrwRU4xWGryc4q2EZrLxINel X-Google-Smtp-Source: AGHT+IHdpnzsqLHWYPgtOM45WU1V0TUezVgdu99/Ioo3m9hfaNX1eWyzOj7j7N1pnJlKy/bZeOgyFP6SVa1fNQbDzqY= X-Received: by 2002:a05:690c:6609:b0:6ea:3075:1fb5 with SMTP id 00721157ae682-6ea3075a13cmr20012707b3.33.1730220799795; Tue, 29 Oct 2024 09:53:19 -0700 (PDT) MIME-Version: 1.0 References: <20240821184305.28028-2-npratte@iol.unh.edu> <20240821184305.28028-4-npratte@iol.unh.edu> In-Reply-To: <20240821184305.28028-4-npratte@iol.unh.edu> From: Dean Marx Date: Tue, 29 Oct 2024 12:53:34 -0400 Message-ID: Subject: Re: [PATCH v1 2/3] dts: rework testbed_model Port objects to contain unique identifiers To: Nicholas Pratte Cc: yoan.picchi@foss.arm.com, luca.vizzarro@arm.com, probb@iol.unh.edu, paul.szczepanek@arm.com, Honnappa.Nagarahalli@arm.com, juraj.linkes@pantheon.tech, jspewock@iol.unh.edu, alex.chapman@arm.com, dev@dpdk.org Content-Type: multipart/alternative; boundary="00000000000027be400625a06c83" 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 --00000000000027be400625a06c83 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Aug 21, 2024 at 2:43=E2=80=AFPM Nicholas Pratte wrote: > In order to leverage the usability of unique identifiers on ports, the > testbed_model Port object needs some refactoring/trimming of obsolete or > needless attributes. > > Bugzilla ID: 1478 > > Signed-off-by: Nicholas Pratte > Reviewed-by: Dean Marx --00000000000027be400625a06c83 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Wed, Aug 21, 2024 at 2:43=E2=80=AFPM N= icholas Pratte <npratte@iol.unh.e= du> wrote:
In order to leverage the usability of unique i= dentifiers on ports, the
testbed_model Port object needs some refactoring/trimming of obsolete or needless attributes.

Bugzilla ID: 1478

Signed-off-by: Nicholas Pratte <npratte@iol.unh.edu>

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