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 E6B9E45482; Mon, 17 Jun 2024 16:59:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D8E3640A7D; Mon, 17 Jun 2024 16:59:20 +0200 (CEST) Received: from mail-pf1-f182.google.com (mail-pf1-f182.google.com [209.85.210.182]) by mails.dpdk.org (Postfix) with ESMTP id 6871D40A77 for ; Mon, 17 Jun 2024 16:59:19 +0200 (CEST) Received: by mail-pf1-f182.google.com with SMTP id d2e1a72fcca58-70435f4c330so3553926b3a.1 for ; Mon, 17 Jun 2024 07:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718636358; x=1719241158; 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=eMt/hRZTm2gZJJS0hfimbizDBg8M4IU0vMgrTiy21SY=; b=Fxu+gu+1ZzGueZS2wjj8cCgZseglIrtna1giu3ZdOp73+WiNTT/VY/fQnXMYJEiA46 PdPLfBTwDotl842DomncleWTWCAsw5UPwNkhktREpv7hRGwJTu8wpkDPDq0KQ0QX0Sy2 dKlcjMGk4OCCxmaqw8BZF6QV7QI951XGuCYsQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718636358; x=1719241158; 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=eMt/hRZTm2gZJJS0hfimbizDBg8M4IU0vMgrTiy21SY=; b=RJwMvqZhu9/4J7ue/hBlUw57KeihzA7PHCkJkKaqIbnw8+cLpryVUdxdRuIQZQ/9I7 njwiWjlriCsdkJVUGu2QTOACM0cOk3+AmvPYDxGrz2prTtxBaCD9Ull22qO/rOiUApD4 Ol4jfVWTCjd5VSs5m1QHR09++B1HUa1HvJUWi5YOXwWaW5/Oaju3kAiVU+CAHorIbcqA zosuaqRXYp3HVvD5QApwZnom+gKhvRfS9+2XwtjDXBIRz3qephHHj44zRUvK6WRRNeEL Sb0xNfpKx9BBItQYW58ocQL5LtsJn40hWc9KEIfkDMqLBYuxqeaXr3gjk1lm9kiZT9ii KZyQ== X-Forwarded-Encrypted: i=1; AJvYcCV1qNbC97XPo/+uT6qd9ySTCbX7CS45/Uf5hSAf8YDPppMEdqqPz0E5LCgB6Iq7eVXxCg+vQJGBt8akNbM= X-Gm-Message-State: AOJu0YwfS/GbGE/gETRygKcQHLuDq9HLfhhnJpEDV7Vuy2bo+rLPNHnx FdD+nRAfew4bVTdRdlY6VWKXidSIR9ZARDX217A7of+75tYH7mbPCejWcrlB9yWNNEWZHr+oHtR QCL68OsL3b52e2NIV03vs+nrn1aR82eyTDEPdiA== X-Google-Smtp-Source: AGHT+IHj4mLakuXGOGbiqcs/wMvN1cUDfm91YBnR6VfF+irh2KLuzuRgpsnZZD6knasmJNycSn2sAn7vAgrfvUcjAeo= X-Received: by 2002:a05:6a21:e8b:b0:1ba:e88c:c4f8 with SMTP id adf61e73a8af0-1bae88cc8dbmr9503182637.12.1718636358448; Mon, 17 Jun 2024 07:59:18 -0700 (PDT) MIME-Version: 1.0 References: <20240611161606.23881-2-dmarx@iol.unh.edu> <20240614150238.26374-1-dmarx@iol.unh.edu> <20240614150238.26374-4-dmarx@iol.unh.edu> In-Reply-To: <20240614150238.26374-4-dmarx@iol.unh.edu> From: Jeremy Spewock Date: Mon, 17 Jun 2024 10:59:06 -0400 Message-ID: Subject: Re: [PATCH v3 3/3] Config schema To: Dean Marx Cc: Honnappa.Nagarahalli@arm.com, juraj.linkes@pantheon.tech, probb@iol.unh.edu, paul.szczepanek@arm.com, yoan.picchi@foss.arm.com, bruce.richardson@intel.com, luca.vizzarro@arm.com, 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 I think maybe we could find a more descriptive name than just "vlan", but I wasn't able to think of any that weren't overly verbose. Also, we're just testing the basic features of a vlan in a pmd, so maybe it makes enough sense as is. On Fri, Jun 14, 2024 at 11:03=E2=80=AFAM Dean Marx wrot= e: > > Configuration to run vlan test suite Super nit-picky, but we should probably add a period at the end of this description in the next version too. > > Signed-off-by: Dean Marx > --- >