Re: [dpdk-dev] [PATCH v4 1/5] lib: add Port Representor library

2018-01-10 Thread Remy Horton
On 09/01/2018 22:06, Ferruh Yigit wrote: On 1/8/2018 2:37 PM, Remy Horton wrote: [..] + TAILQ_FOREACH(broker, &broker_list, next) { Is there any type of synchronization required to protect the list? Might be required if an app decides to call the functions from multiple lcores, but

Re: [dpdk-dev] [PATCH v4 1/5] lib: add Port Representor library

2018-01-09 Thread Ferruh Yigit
On 1/8/2018 2:37 PM, Remy Horton wrote: > Port Representors provide a logical presentation in DPDK of VF (virtual > function) ports for the purposes of control and monitoring. Each port > representor device represents a single VF and is associated with it's > parent physical function (PF) PMD which