mm/iob: IOB free notifier should accept the work queue ID as a paramter. The notification may need to run on either the high- or low- priority work queue. sched/work: Change the default priority of the low-priority work queue to 100.

This commit is contained in:
Gregory Nutt
2018-09-11 08:49:39 -06:00
parent 91aa26774b
commit 11a635dcb3
9 changed files with 37 additions and 36 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ int netdown_notifier_setup(worker_t worker, FAR struct net_driver_s *dev,
/* Otherwise, this is just a simple wrapper around work_notifer_setup(). */
info.evtype = WORK_NET_DOWN;
info.wqueue = LPWORK;
info.qid = LPWORK;
info.qualifier = dev;
info.arg = arg;
info.worker = worker;