Re: [dpdk-dev] [PATCH v6 01/12] event/opdl: add the opdl ring infrastructure library

2018-01-10 Thread Sean Harte
On 9 January 2018 at 14:18, Liang Ma wrote: > OPDL ring is the core infrastructure of OPDL PMD. OPDL ring library > provide the core data structure and core helper function set. The Ring > implements a single ring multi-port/stage pipelined packet distribution > mechanism. This mechanism has the f

[dpdk-dev] [PATCH v6 01/12] event/opdl: add the opdl ring infrastructure library

2018-01-09 Thread Liang Ma
OPDL ring is the core infrastructure of OPDL PMD. OPDL ring library provide the core data structure and core helper function set. The Ring implements a single ring multi-port/stage pipelined packet distribution mechanism. This mechanism has the following characteristics: • No multiple queue cost,