Re: [lng-odp] [API-NEXT PATCH v2 5/5] api: packet_io: added start and stop

2015-04-29 Thread Maxim Uvarov
do we need odp_pktio_status() also? Maxim. On 04/23/2015 13:29, Petri Savolainen wrote: Packet IO start and stop enable a controlled setup and tear down phases. Interface control sequence: * odp_pktio_open() creates a pktio interface object * potential interface configurations (classification,

[lng-odp] [API-NEXT PATCH v2 5/5] api: packet_io: added start and stop

2015-04-23 Thread Petri Savolainen
Packet IO start and stop enable a controlled setup and tear down phases. Interface control sequence: * odp_pktio_open() creates a pktio interface object * potential interface configurations (classification, input queues, etc) * odp_pktio_start() enables packet input/output * receive / transmit pac