-----Original Message----- > Date: Mon, 24 Sep 2018 09:23:31 +0100 > From: Harry van Haaren <[email protected]> > To: [email protected] > CC: [email protected], Harry van Haaren > <[email protected]> > Subject: [PATCH v3 1/3] event: add function for reading unlink in progress > X-Mailer: git-send-email 2.17.1 > > External Email > > This commit introduces a new function in the eventdev API, > which allows applications to read the number of unlink requests > in progress on a particular port of an eventdev instance. > > This information allows applications to verify when no more packets > from a particular queue (or any queue) will arrive at a port. > The application could decide to stop polling, or put the core into > a sleep state if it wishes, as it is ensured that no new packets > will arrive at a particular port anymore if all queues are unlinked. > > Suggested-by: Matias Elo <[email protected]> > Signed-off-by: Harry van Haaren <[email protected]> > Acked-by: Jerin Jacob <[email protected]>
Applied this series to dpdk-next-eventdev/master. Thanks.

