-----Original Message----- > Date: Mon, 11 Dec 2017 11:56:31 -0600 > From: Gage Eads <[email protected]> > To: [email protected] > CC: [email protected], [email protected], > [email protected], [email protected], [email protected], > [email protected] > Subject: [PATCH v2 1/2] eventdev: add implicit release disable capability > X-Mailer: git-send-email 2.7.4 > > This commit introduces a capability for disabling the "implicit" release > functionality for a port, which prevents the eventdev PMD from issuing > outstanding releases for previously dequeued events when dequeuing a new > batch of events. > > If a PMD does not support this capability, the application will receive an > error if it attempts to setup a port with implicit releases disabled. > Otherwise, if the port is configured with implicit releases disabled, the > application must release each dequeued event by invoking > rte_event_enqueue_burst() with RTE_EVENT_OP_RELEASE or > RTE_EVENT_OP_FORWARD. > > Signed-off-by: Gage Eads <[email protected]> > Acked-by: Harry van Haaren <[email protected]>
With respect to specification changes: Acked-by: Jerin Jacob <[email protected]>

