I’m working on this and addressing it by changing the pktio API so that user needs select explicitly the receive method (sched, poll or recv). Also PKTIN queue type would be deleted. It has now dual personality - it’s kind of poll and sched type queue at the same time.
-Petri From: [email protected] [mailto:[email protected]] On Behalf Of ext Alexandru Badicioiu Sent: Friday, March 27, 2015 2:56 PM To: LNG ODP Mailman List Subject: [lng-odp] odp_pktio - polling default input queues Hi, I noticed that odp_pktio has a new mode (-m 1) in which default input queues are polled. However, linux-generic implementation still schedules them by default. Also queue_init function configures default scheduling parameters if the application did not supply them (even for POLL queues). I remember we discussed that it should not be possible to poll scheduled queues so I think the linux-generic implementation is not synced with the application. Thanks, Alex
_______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
