-----Original Message----- > Date: Sat, 7 Oct 2017 02:39:59 +0530 > From: Nikhil Rao <[email protected]> > To: [email protected], [email protected] > CC: [email protected] > Subject: [PATCH v5 5/7] eventdev: add event type for eth rx adapter > X-Mailer: git-send-email 2.7.4 > > 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 <[email protected]>
Acked-by: Jerin Jacob <[email protected]>

