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

2018-11-02 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Cristian Dumitrescu > Sent: Friday, November 2, 2018 11:37 AM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Ni, Hongjun > > Subject: [dpdk-dev] [PATCH 01/12] examples/ip_pipeline: add

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

2018-11-02 Thread Cristian Dumitrescu
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 mast