Re: [dpdk-dev] [PATCH v3 1/3] event: add function for reading unlink in progress

2018-09-24 Thread Jerin Jacob
-Original Message- > Date: Mon, 24 Sep 2018 09:23:31 +0100 > From: Harry van Haaren > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com, Harry van Haaren > > Subject: [PATCH v3 1/3] event: add function for reading unlink in progress > X-Mailer: git-send-email 2.17.1 > > External Ema

[dpdk-dev] [PATCH v3 1/3] event: add function for reading unlink in progress

2018-09-24 Thread Harry van Haaren
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 arriv