This patch set adds APIs for multi-queue packet IO. It does not remove or modify
existing API calls, so that multi-queue can be verified first with couple of 
apps and implementations. Single queue APIs (e.g. odp_pktio_inq_setdef()) 
should be removed once everything is ported to use the new API (potentially with
num_queues == 1).

Configuration of multiple packet input and output queues fit better pktio API 
than e.g. classification API. Classification API should be aligned the new 
setup.


Petri Savolainen (5):
  api: pktio: added pktio capability struct
  api: pktio: added multiple pktio input queues
  api: pktio: added direct queue receive
  api: pktio: added multiple pktio output queues
  api: pktio: added direct send to pktio output queue

 include/odp/api/packet_io.h | 246 +++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 233 insertions(+), 13 deletions(-)

-- 
2.6.2

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to