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 48348457BD; Mon, 26 Aug 2024 19:24:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3489B40A70; Mon, 26 Aug 2024 19:24:53 +0200 (CEST) Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by mails.dpdk.org (Postfix) with ESMTP id 3F1FF40A6C for ; Mon, 26 Aug 2024 19:24:51 +0200 (CEST) Received: by mail-pl1-f172.google.com with SMTP id d9443c01a7336-2021537a8e6so40471625ad.2 for ; Mon, 26 Aug 2024 10:24:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1724693090; x=1725297890; 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=WUy2nlTrCCnYTbuMubXOkjWb4WvSC+6KKovdRVCrwxU=; b=i7lrEHeSyzHVppmbhr0U46e4MunoKOPSSPcWp1x5u1Rb5bkmNydCJOxt1La+rUjx0P IOg5fctJtEOB5bgBIBXWgpY25XLmU9hRIrFA23n8r/i9FZsm2UVhNcuBVdCKdFdDk/k/ qyayoLsGHMEDwgnlxuVoBvtR9LooFhCCwhIbU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1724693090; x=1725297890; 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=WUy2nlTrCCnYTbuMubXOkjWb4WvSC+6KKovdRVCrwxU=; b=R/mGWBSfGIOy4KiMEeteXmCxf2RWfpV3RxCtQCndAL1GEacaHBzeitbrL70g68y4Vm petJ8APPIdYQETvfMBvdYDB305f/NnVfy3gWkSg3zsm/bO1Uc+diO38JB6k4aHsTItWG TQ3PM/Vrh3NRJ5zahUpt2ccVFEzGCLVo9fTsnfRDQJs+xVpxvUOL0idkqIjnw1KRdRGG nscTwJiQZV1tKR/oyfW/tUWKmYpy9HccauCmvzKPnNOIiPEfcK274TPR71lKjRvKa35J zP7ypTvSlsyKHYUvufp3v2jiZJxQIATj3SW3mVR+KcwqKjPYmz7mUSMFytXcSxhUs8Rb A56g== X-Forwarded-Encrypted: i=1; AJvYcCUOuEhErbGSWvom9KPx7KUjxGS5GSdrL8Is+ISGZQ8/LRdZb++OBd+GC6/rsOpxF+dGCk4=@dpdk.org X-Gm-Message-State: AOJu0YzABOMuA2NKKdfN4ns1/Gmas8j7RyBP61OzZIalEA6PoDjVvOfs SucknBpMIHMg5xeS2tBqaTHEZr150+6LXCeq6R87+krim/NnkQ6zsk4OjmIZZOXDz/uqRECVj0u LCwV9WNx5Ide4mICvkfQ6K8nr2IotUxUGklIlNg== X-Google-Smtp-Source: AGHT+IEwwG1JO76lSrug6106z/W/OwWA82qEGQJgy9T4yxnTf12P1QYQlPDrYj98m1IoFg1PsgCOgS8HPeiWV+ZYXxo= X-Received: by 2002:a17:90b:356:b0:2c9:61f9:a141 with SMTP id 98e67ed59e1d1-2d646bf605amr12377565a91.16.1724693090196; Mon, 26 Aug 2024 10:24:50 -0700 (PDT) MIME-Version: 1.0 References: <20240301155416.96960-1-juraj.linkes@pantheon.tech> <20240821145315.97974-1-juraj.linkes@pantheon.tech> <20240821145315.97974-13-juraj.linkes@pantheon.tech> In-Reply-To: <20240821145315.97974-13-juraj.linkes@pantheon.tech> From: Jeremy Spewock Date: Mon, 26 Aug 2024 13:24:38 -0400 Message-ID: Subject: Re: [PATCH v3 12/12] dts: add NIC capabilities from show port info To: =?UTF-8?Q?Juraj_Linke=C5=A1?= Cc: thomas@monjalon.net, Honnappa.Nagarahalli@arm.com, probb@iol.unh.edu, paul.szczepanek@arm.com, Luca.Vizzarro@arm.com, npratte@iol.unh.edu, dmarx@iol.unh.edu, alex.chapman@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 On Wed, Aug 21, 2024 at 10:53=E2=80=AFAM Juraj Linke=C5=A1 wrote: > > Add the capabilities advertised by the testpmd command "show port info" > so that test cases may be marked as requiring those capabilities: > RUNTIME_RX_QUEUE_SETUP > RUNTIME_TX_QUEUE_SETUP > RXQ_SHARE > FLOW_RULE_KEEP > FLOW_SHARED_OBJECT_KEEP > > These names are copy pasted from the existing DeviceCapabilitiesFlag > class. Dynamic addition of Enum members runs into problems with typing > (mypy doesn't know about the members) and documentation generation > (Sphinx doesn't know about the members). > > Signed-off-by: Juraj Linke=C5=A1 Reviewed-by: Jeremy Spewock