Re: [dpdk-dev] [PATCH v4 1/8] event/opdl: add the opdl ring infrastructure library

2018-01-08 Thread Jerin Jacob
-Original Message- > Date: Mon, 8 Jan 2018 11:19:57 + > From: "Liang, Ma" > To: Jerin Jacob > CC: Sean Harte , dev@dpdk.org, > harry.van.haa...@intel.com, Bruce Richardson , > deepak.k.j...@intel.com, john.ge...@intel.com, "Mccarthy, Peter" > > Subject: Re: [PATCH v4 1/8] event/op

Re: [dpdk-dev] [PATCH v4 1/8] event/opdl: add the opdl ring infrastructure library

2018-01-08 Thread Liang, Ma
On 08 Jan 12:16, Jerin Jacob wrote: > -Original Message- > > Date: Fri, 22 Dec 2017 16:02:42 + > > From: Sean Harte > > To: Liang Ma > > Cc: jerin.ja...@caviumnetworks.com, dev@dpdk.org, > > harry.van.haa...@intel.com, Bruce Richardson , > > deepak.k.j...@intel.com, john.ge...@intel

Re: [dpdk-dev] [PATCH v4 1/8] event/opdl: add the opdl ring infrastructure library

2018-01-07 Thread Jerin Jacob
-Original Message- > Date: Fri, 22 Dec 2017 16:02:42 + > From: Sean Harte > To: Liang Ma > Cc: jerin.ja...@caviumnetworks.com, dev@dpdk.org, > harry.van.haa...@intel.com, Bruce Richardson , > deepak.k.j...@intel.com, john.ge...@intel.com, "Mccarthy, Peter" > > Subject: Re: [PATCH

Re: [dpdk-dev] [PATCH v4 1/8] event/opdl: add the opdl ring infrastructure library

2017-12-22 Thread Sean Harte
On 22 December 2017 at 11:23, 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 t

[dpdk-dev] [PATCH v4 1/8] event/opdl: add the opdl ring infrastructure library

2017-12-22 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,