[dpdk-dev] [PATCH V5 1/4] table: add support learner tables

Thomas Monjalon thomas at monjalon.net
Mon Sep 27 09:53:42 CEST 2021


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 <cristian.dumitrescu at intel.com>

Series applied, thanks.





More information about the dev mailing list