I am looking at the modular queue interface. I see that the queue_entry_s structure has 'pktin' and 'pktout'. These two structure members are accessed in pkt I/O directly (odp_pkt_io.c, functions: pktout_enqueue, pktout_enq_multi, pktin_dequeue, pktin_deq_multi). For modular queue interface these two need to be accessed via function pointers, which might affect performance.
Let me know if anyone have concerns. Thanks, Honnappa
