[dpdk-dev] [PATCH 01/12] examples/ip_pipeline: add rule list per table

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Fri Nov 2 13:39:39 CET 2018



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Friday, November 2, 2018 11:37 AM
> To: dev at dpdk.org
> Cc: Singh, Jasvinder <jasvinder.singh at intel.com>; Ni, Hongjun
> <hongjun.ni at intel.com>
> Subject: [dpdk-dev] [PATCH 01/12] examples/ip_pipeline: add rule list per
> table
> 
> For each pipeline table, have the master thread maintain the list of
> rules that are currently stored in the table. This list allows the
> master thread to handle table queries with minimal impact for the
> data plane threads: requests to read the current set of table rules
> are fully handled by the master thread with no involvement from
> data plane threads, requests to read the per table rule moving data
> (such as stats counters or timestamp associated with specific
> actions) are handled by the data plane threads through plain memory
> reads rather than key lookup.
> 
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
> Signed-off-by: Jasvinder Singh <jasvinder.singh at intel.com>
> Signed-off-by: Hongjun Ni <hongjun.ni at intel.com>
> ---

Applied to next-pipeline tree, thanks!


More information about the dev mailing list