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 6180B4236A; Thu, 12 Oct 2023 03:32:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 51C0B402DE; Thu, 12 Oct 2023 03:32:29 +0200 (CEST) Received: from mail-oa1-f43.google.com (mail-oa1-f43.google.com [209.85.160.43]) by mails.dpdk.org (Postfix) with ESMTP id 8CE5240279 for ; Thu, 12 Oct 2023 03:32:28 +0200 (CEST) Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-1e10ba12fd3so250307fac.1 for ; Wed, 11 Oct 2023 18:32:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1697074348; x=1697679148; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=IrjjecutpGkgEDJhMmuWl0S8rVFOBUh9luSdH1RQx8A=; b=w1sx5F1D3ZcZNzwPBslJHWwC6hEeGZZJVEBg5Mw+TNw+UvLq3R5flWCowCa0MY24dF 7AHudn8GmtyYkGnyprJu1//tKMvzFq42u2BHuZMbQ9SfU9T/Gr0OSAQaqAgBbVItBVQX 1MhLvL2Nlsq0FtqYtooZ41PBINuBtzxvN8zbM+CkBd/dE1z8OvMlEz50jZ42SsNATiQm MZVDlgp6hzyerDRRoIm+YgBV7jBuSz+m6JrpFqGRdY1UrIWEawHuftYQ7qxqwKB0mOSm v8VZL8TL19KArsauXgRmCv/oQ1BjITWV0mdiwomJosaw+xDKgUm80Om17ELc4mNxhONn Wn1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697074348; x=1697679148; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IrjjecutpGkgEDJhMmuWl0S8rVFOBUh9luSdH1RQx8A=; b=hq2uX9YmkWmmOhLDUrJliLLj05FmfEUsML6yLcb0MnrS0jafF7YT/WvVYEYevFlIgR 29m124xiFC6zO6LCZj62hjA4u29jwUFp8xXVQRSYWZunwJ7dKttPgSbs9uifJTKwqHng 8bc10C1RJS/JqAbWcdnc+AMuxiTE1OKayvT5HxL5byKPlrPXPkch0N/Tz4tqaC2aO6EU 6x48Z+s3wwP96oG5eq518TAL++fijYHTlenjCJ3wH2qPcax8NKfGxzcXOZjOim9rnakD r/0rhlajqlL010E8xVBD/uH6kwBZg5Fx4sgRoD6sX3aoq1RY4WN8UWXO1p1LPL5d80Sv G3aA== X-Gm-Message-State: AOJu0YzcR0y9vdu5c/zjFmn7yMKstu92oyYDe4S6pJRkCMoQnWxZbeVe o0Spq3BUicdBRx8mAxva20U6HA== X-Google-Smtp-Source: AGHT+IE//ZCZxq70vqgNps/TWdypN17SfWJcd0pO66dYBui/hkzhsI9ZOu10EvzmGd4xpGJ/sDXNwA== X-Received: by 2002:a05:6871:4182:b0:1e9:86b6:eb00 with SMTP id lc2-20020a056871418200b001e986b6eb00mr4852428oab.33.1697074347879; Wed, 11 Oct 2023 18:32:27 -0700 (PDT) Received: from hermes.local (204-195-126-68.wavecable.com. [204.195.126.68]) by smtp.gmail.com with ESMTPSA id x19-20020a63b213000000b0059c3ba41db7sm525181pge.30.2023.10.11.18.32.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Oct 2023 18:32:27 -0700 (PDT) Date: Wed, 11 Oct 2023 18:32:25 -0700 From: Stephen Hemminger To: "Zhang, Qi Z" Cc: Ferruh Yigit , "Singh, Aman Deep" , "Zhang, Yuying" , "dev@dpdk.org" , "Dumitrescu, Cristian" , "orika@nvidia.com" Subject: Re: [PATCH v4] app/testpmd: enable cli for programmable action Message-ID: <20231011183225.47282850@hermes.local> In-Reply-To: References: <20231005100246.242970-1-qi.z.zhang@intel.com> <20231007104730.441719-1-qi.z.zhang@intel.com> <06ff4322-bc65-4092-af18-21bfedbb8daf@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Thu, 12 Oct 2023 00:04:00 +0000 "Zhang, Qi Z" wrote: > > > >> Is there an existing driver implementation, checking it helps to > > > >> understand feature implementation? > > > > > > > > This work is still ongoing, currently we target to upstream on DPDK > > > > 24.03 Then the testpmd changes must wait for 24.03! Please no infrastructure before any users, you will get it wrong and have to change it when driver is ready.