|
|
Subscribe / Log in / New account

NAPI polling in kernel threads

NAPI polling in kernel threads

[Kernel] Posted Oct 9, 2020 18:59 UTC (Fri) by corbet

Systems that manage large amounts of network traffic end up dedicating a significant part of their available CPU time to the network stack itself. Much of this work is done in software-interrupt context, which can be problematic in a number of ways. That may be about to change, though, once this patch series posted by Wei Wang is merged into the mainline.

Full Story (comments: 15)


Copyright © 2020, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds