On 2020-04-14 19:55, Mattias Rönnblom wrote: > On 2020-04-14 18:15, Jerin Jacob wrote: > <snip> >> One more concern we have we are adding API for the new driver requirements >> and >> not updating the example application. Sharing the example application >> patch would >> enable us to understand the cost and usage.(i.e Cost wrt to other SW drivers) > > Good point. > >
I went through the examples applications (l2fwd, l3fwd and eventdev_pipeline). From what I can tell, they require no changes. All follow the dequeue()+enqueue() pattern, and thus are both consumers and producers.