[dpdk-dev] [PATCH 27/39] eventdev: add default conf for Rx adapter conf

2019-06-03 Thread Anoob Joseph
Generate a default conf for Rx adapter, if not specified in the conf. This routine will check the available eth ports and event queues, and maps them 1:1. So one eth port will be connected to one event queue. This way, event queue ID could be used to figure out the port on which the packet came in.

[dpdk-dev] [PATCH 27/39] eventdev: add default conf for Rx adapter conf

2019-06-03 Thread Anoob Joseph
Generate a default conf for Rx adapter, if not specified in the conf. This routine will check the available eth ports and event queues, and maps them 1:1. So one eth port will be connected to one event queue. This way, event queue ID could be used to figure out the port on which the packet came in.