[dpdk-dev] [PATCH v5 5/7] eventdev: add event type for eth rx adapter

Jerin Jacob jerin.jacob at caviumnetworks.com
Mon Oct 9 14:31:16 CEST 2017


-----Original Message-----
> Date: Sat, 7 Oct 2017 02:39:59 +0530
> From: Nikhil Rao <nikhil.rao at intel.com>
> To: jerin.jacob at caviumnetworks.com, bruce.richardson at intel.com
> CC: dev at dpdk.org
> 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 <nikhil.rao at intel.com>

Acked-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>


More information about the dev mailing list