Network Performance in the Linux Kernel, Getting the most out of the Hardware

Поділитися
Вставка

КОМЕНТАРІ • 10

  • @VincentDu-v9g
    @VincentDu-v9g Місяць тому

    Bootlin, thank you for explaining how the kernel processes packets so clearly.

  • @anandmoon5701
    @anandmoon5701 3 роки тому +1

    Excellent information into Kernel Network Architecture

  • @nsn5564
    @nsn5564 2 роки тому +1

    Really excellent talk

  • @danielarconada1858
    @danielarconada1858 Рік тому

    Great presentation. Really usefull information. Thanks you.

  • @AKkarol7
    @AKkarol7 4 місяці тому

    Excellent. Thanks !

  • @ErwanVelu
    @ErwanVelu Рік тому

    Was super helpful to discover the feature and test it on Mellanox cards. By the end the aRFS code for Mellanox cards is very dangerous and leads to a massive ksoftirq storm if too many connections occurs. The race between creating and deleted rules takes too much time and prevents processing packets. Systems dies of it.

  • @MaBaKar
    @MaBaKar Рік тому

    Thanks. Very useful.

  • @divexo
    @divexo 10 місяців тому

    Awesome video. 👌

  • @BonBonShrimp
    @BonBonShrimp 2 роки тому +1

    Excellent video! Thank you very much for posting this. Can you recommend any books that also discuss this topic? Thanks.

  • @nirgeller18
    @nirgeller18 2 роки тому

    Thanks for the in depth explanation. A few questions.
    What would be the preferred Preemption Model kernel config used in order to achieve maximum performance in a communication server?
    Also, will the PREEMPT_RT patch be useful in achieving better performance in the case of a communication server?
    Thanks!