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 7D9ECA0548; Fri, 9 Jul 2021 23:38:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 380F5410FD; Fri, 9 Jul 2021 23:38:02 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id E2BBE40143 for ; Fri, 9 Jul 2021 23:37:59 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 896C65C00EF; Fri, 9 Jul 2021 17:37:59 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 09 Jul 2021 17:37:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= Ne2duqMTUyZJ/bxrlBNZ5SmzbNcWEWbu8WMhnE8UihQ=; b=B2ZgaV7FjBHueUUA 1PHKf1027fiSvXniuh2khU8pcwh2Zt8dnbkEv1wtD+THGjZr+1jdc3z5SBtgfvk+ bm/qYPSHNebyPXfsSyGx00nncDMln35JMZqIBtfDnVZrSmwG949zot6wtUUEKH5o s38Lfd/WyJW0zlPpH82SD0VRDRPSyvjX1HiPyBkiYd2YqhxKE0XnHSzbctpRBqEv 5iv8xSSeiWCUVAwGnzINCVsbQVSOG0iw+OeP5lHsZhDuTSDeLyFI7F3pm7wwVYJS vIpTnvJdqzxO+Nyy0dfSsIsY68MDEdzU0XNfulBOlpzsRY82bxuXUcm8y6pFFCBQ Smza9w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=Ne2duqMTUyZJ/bxrlBNZ5SmzbNcWEWbu8WMhnE8Ui hQ=; b=X22F7VnxZXxk40RQQkpI7HRgA3B3eJtBmS7/CC43oLWV0wTk+OHb61b6G OuifPSR3ezlKcKwwJQIQ+mA2Y1oSoFBoE2V+ce7wI5zvMKkTY5MIPvIC2OxwX4aw Po3NSvI1yhThTkDhPisTY7c1KNpuMAHcPLmN50YH1spfg8tUl4WXc6yyHGj8FjYo Aypu+okCDTyztIqoV/Egjho/ezR4eZNh7/akBS/gn8rw+BHJd0v0SKe0dXGY9OmJ puw/iMo3f2FoSopR4VZQ5I5PJ63ZrbIb/9ILJu0y6uGMs4w5ONuidRptlMUzJUvu OwSIB4Six+8lhlDTtI3YGRP9+gLtQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrtdeigdduheelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 9 Jul 2021 17:37:58 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org, Churchill Khangar Date: Fri, 09 Jul 2021 23:37:57 +0200 Message-ID: <12226556.Kfcj7dYF8k@thomas> In-Reply-To: <20210702224608.66233-1-cristian.dumitrescu@intel.com> References: <20210702223949.65944-1-cristian.dumitrescu@intel.com> <20210702224608.66233-1-cristian.dumitrescu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH V3 1/5] examples/pipeline: improve table update CLI commands 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 Sender: "dev" 03/07/2021 00:46, Cristian Dumitrescu: > From: Churchill Khangar > > For more felxibility, the single monolithic table update command is > split into table entry add, table entry delete, table default entry > add, pipeline commit and pipeline abort. > > Signed-off-by: Churchill Khangar > Signed-off-by: Cristian Dumitrescu Series applied, thanks.