-----Original Message----- > Date: Mon, 24 Sep 2018 09:23:31 +0100 > From: Harry van Haaren <harry.van.haa...@intel.com> > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com, Harry van Haaren > <harry.van.haa...@intel.com> > 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 <matias....@nokia.com> > Signed-off-by: Harry van Haaren <harry.van.haa...@intel.com> > Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>
Applied this series to dpdk-next-eventdev/master. Thanks.