mirror of
https://github.com/tnodir/fort
synced 2024-11-15 13:06:36 +00:00
Driver: Shaper: Update conf limits always
This commit is contained in:
parent
35cb45a2a1
commit
9a8c2ad3cf
@ -592,7 +592,7 @@ FORT_API void fort_shaper_conf_update(PFORT_SHAPER shaper, const PFORT_CONF_IO c
|
|||||||
|
|
||||||
const UINT32 new_limit_io_bits = (flush_io_bits & limit_io_bits);
|
const UINT32 new_limit_io_bits = (flush_io_bits & limit_io_bits);
|
||||||
|
|
||||||
fort_shaper_create_queues(shaper, conf_group->limits, new_limit_io_bits);
|
fort_shaper_create_queues(shaper, conf_group->limits, limit_io_bits);
|
||||||
fort_shaper_init_queues(shaper, new_limit_io_bits);
|
fort_shaper_init_queues(shaper, new_limit_io_bits);
|
||||||
|
|
||||||
shaper->limit_io_bits = limit_io_bits;
|
shaper->limit_io_bits = limit_io_bits;
|
||||||
|
Loading…
Reference in New Issue
Block a user