Re: [dpdk-dev] [PATCH] event/sw: fix credit return on invalid queue id

2017-04-19 Thread Thomas Monjalon
18/04/2017 12:11, Hunt, David: > On 18/4/2017 10:58 AM, Harry van Haaren wrote: > > This patch returns a credit when an rte_event is > > enqueued with an invalid queue_id. Previously a > > credit was leaked from the system. > > > > Note that the eventdev instance does not attempt > > to free any r

Re: [dpdk-dev] [PATCH] event/sw: fix credit return on invalid queue id

2017-04-18 Thread Hunt, David
On 18/4/2017 10:58 AM, Harry van Haaren wrote: This patch returns a credit when an rte_event is enqueued with an invalid queue_id. Previously a credit was leaked from the system. Note that the eventdev instance does not attempt to free any resources that the rte_event owns. As a result, resourc

[dpdk-dev] [PATCH] event/sw: fix credit return on invalid queue id

2017-04-18 Thread Harry van Haaren
This patch returns a credit when an rte_event is enqueued with an invalid queue_id. Previously a credit was leaked from the system. Note that the eventdev instance does not attempt to free any resources that the rte_event owns. As a result, resources owned by the rte_event are leaked. Eg. if the r