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

2021-09-27 Thread Thomas Monjalon
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 t

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

2021-09-20 Thread 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 pl