From 374348cd33af5463122cc2e64cb46ee58d1ee279 Mon Sep 17 00:00:00 2001 From: Jerin Jacob Date: Tue, 2 Jul 2019 12:15:48 +0530 Subject: [PATCH] eventdev: fix doxygen comment Update rte_eventdev.h file description to adapt to Tx adapter changes. Fixes: c9bf83947e2e ("eventdev: add eth Tx adapter APIs") Cc: stable@dpdk.org Signed-off-by: Jerin Jacob Reviewed-by: Nikhil Rao --- lib/librte_eventdev/rte_eventdev.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/librte_eventdev/rte_eventdev.h b/lib/librte_eventdev/rte_eventdev.h index 517cd8083b..927f43c24e 100644 --- a/lib/librte_eventdev/rte_eventdev.h +++ b/lib/librte_eventdev/rte_eventdev.h @@ -181,9 +181,8 @@ * The *dequeue* operation gets one or more events from the event ports. * The application process the events and send to downstream event queue through * rte_event_enqueue_burst() if it is an intermediate stage of event processing, - * on the final stage, the application may send to different subsystem like - * ethdev to send the packet/event on the wire using ethdev - * rte_eth_tx_burst() API. + * on the final stage, the application may use Tx adapter API for maintaining + * the ingress order and then send the packet/event on the wire. * * The point at which events are scheduled to ports depends on the device. * For hardware devices, scheduling occurs asynchronously without any software -- 2.20.1