LInux 1ms timer priority -


i have built linux kernel preemptrt. need 1 ms timer without jitter. use timer_create(clock_realtime, ...) function. works except ethernet traffic can hold off timer.

  1. is there different timer use have higher priority ethernet isr?
  2. is there way change ethernet isr lower priority?


Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -