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

2018-09-18 Thread Elo, Matias (Nokia - FI/Espoo)
> > +/** > + * Returns the number of unlinks in progress. > + * > + * This function provides the application with a method to detect when an > + * unlink has been completed by the implementation. See > *rte_event_port_unlink* > + * on how to issue unlink requests. > + * > + * @param dev_id > + *

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

2018-09-13 Thread Jerin Jacob
-Original Message- > Date: Wed, 12 Sep 2018 17:16:14 +0100 > From: Harry van Haaren > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com, matias@nokia.com, Harry van Haaren > > Subject: [PATCH 1/3] event: add function for reading unlink in progress > X-Mailer: git-send-email 2.17.

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

2018-09-12 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