IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    RK3399: Tune ethernet irq affinity

    hev发表于 2021-09-29 05:50:11
    love 0

    Handle interrupts of ethernet device on high performance cpus.

    /etc/systemd/system/irq-eth0.service

    [Unit]
    Description=IRQ SMP Affinity
    After=network.target
    
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/bash -c 'echo 4-5 > /proc/irq/31/smp_affinity_list'
    
    [Install]
    WantedBy=multi-user.target
    


沪ICP备19023445号-2号
友情链接