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 D3EB3A0547; Mon, 27 Sep 2021 09:53:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2252406A3; Mon, 27 Sep 2021 09:53:47 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id BD9394003D for ; Mon, 27 Sep 2021 09:53:45 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 04F725C00CE; Mon, 27 Sep 2021 03:53:45 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Mon, 27 Sep 2021 03:53:45 -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=fm2; bh= pK4rKu/tYqXRRb9wVYZNNs1QnBeOLeKqKprO30FRTB8=; b=PcI+7ufLAfej65rh A2m8sF+vrH7lCfgeKmhiFoANaFjX6RgfCaNdCoar1KzahSn2SG0D99anFl41/SQ5 QE25zP2IlQy3ibuet+cb1hMtKKo+qM8U3SwCnlfkOLVRIujNugl4C0Dx8BSYAanh vrnhsDmv0ej5bcRtmHG3XVgnnlWtF30r8LTjCWvEBtWx6D89PgATWmQ7dVr1Fi/9 zltJuzEk7XxE9TWUKjMedk8FkYJwrw0r528Lwdpk/i/e3O2M+AeF4EKQ/CvMZtiT iRhnLYmvL1HAgOIPqmdC2mQlcmLOsDNxqmISswWgI1sfxm+qvObhVb9CK+u1ZrQg JfXzsQ== 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=pK4rKu/tYqXRRb9wVYZNNs1QnBeOLeKqKprO30FRT B8=; b=flbaJYEms2AiSHZGNP9xvDemo2yS037m6SemXU3FJi4XuiKKj4acIj+EK /ZhrcPhN0MFYPs//Zx7SchB57A/PpopP3JzIBeTNA2k22NlI2l9vPy8xZ3KqzGYG yH6HFXkQtXO5ZAbtScyzSL72ri2fTxMAZOjPwF5/mB3LxHwB8SCUP7qKXnPkwGxB QIa7tEDVzauVlL1cVlokFmAU12bonhcMFjswgA6kAhEP+gk1jn0+k27QpUXzh5Sc xMYdTiGBU+S/jtz1PciQP0vmruuhihaxsOiJLYqBfDxormkpfl6mYkGbmR1SY4Fk b61E6rKd7m/WpBB2kKjlCSLvJGPDg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudejjedguddvfecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 27 Sep 2021 03:53:44 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Date: Mon, 27 Sep 2021 09:53:42 +0200 Message-ID: <2881863.jO28kDVf9r@thomas> In-Reply-To: <20210920150133.84928-1-cristian.dumitrescu@intel.com> References: <20210816122257.84651-1-cristian.dumitrescu@intel.com> <20210920150133.84928-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 V5 1/4] table: add support learner tables 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" 20/09/2021 17:01, Cristian Dumitrescu: > A learner table is typically used for learning or connection tracking, > where it allows for the implementation of the "add on miss" scenario: > whenever the lookup key is not found in the table (lookup miss), the > data plane can decide to add this key to the table with a given action > with no control plane intervention. Likewise, the table keys expire > based on a configurable timeout and are automatically deleted from the > table with no control plane intervention. > > Signed-off-by: Cristian Dumitrescu Series applied, thanks.