eventdev: add event type for eth Rx adapter
Add RTE_EVENT_TYPE_ETH_RX_ADAPTER event type. Certain platforms (e.g., octeontx), in the event dequeue function, need to identify events injected from ethernet hardware into eventdev so that DPDK mbuf can be populated from the HW descriptor. Events injected from ethernet hardware would use an event type of RTE_EVENT_TYPE_ETHDEV and events injected from the rx adapter service function would use an event type of RTE_EVENT_TYPE_ETH_RX_ADAPTER to help the event dequeue function differentiate between these two event sources. Signed-off-by: Nikhil Rao <nikhil.rao@intel.com> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
This commit is contained in:
parent
dcc806c263
commit
06ac00686e
@ -894,6 +894,8 @@ rte_event_dev_close(uint8_t dev_id);
|
||||
/**< The event generated from cpu for pipelining.
|
||||
* Application may use *sub_event_type* to further classify the event
|
||||
*/
|
||||
#define RTE_EVENT_TYPE_ETH_RX_ADAPTER 0x4
|
||||
/**< The event generated from event eth Rx adapter */
|
||||
#define RTE_EVENT_TYPE_MAX 0x10
|
||||
/**< Maximum number of event types */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user