seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

Kernel parameter nohz_full is ignored #94

Closed dupremathieu closed 1 year ago

dupremathieu commented 2 years ago

In order to use nohz_full kernel parameter, CONFIG_NO_HZ_FULL must be set.

Note: there is a bug in our kernel version with CONFIG_NO_HZ_FULL. So, to used it we must first update our kernel with the last RT patches revisions.