Rubicon Communications (Netgate)
Details
Details
- Reviewers
hiren - Group Reviewers
network - Commits
- rS281276: Add support for a netisr polling tunable, which allows run time switching of
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/net/netisr.c | ||
---|---|---|
1137 โ | (On Diff #4742) | This seems unrelated to the proposed change. Is this intended? With this we are changing default value from '1' to 'mp_ncpus', if I understand this correctly. |
sys/net/netisr.c | ||
---|---|---|
1137 โ | (On Diff #4742) | I went back and forth on this one. I could revert it to 1, but I really think if we've gone to device polling we want to move to using all the CPUs. I can be convinced otherwise. |
Comment Actions
Address comment from hiren wrt the default if no cpu limit it set.
Updating D2258: Add support for a netisr polling tunable, which allows run time switching of
device polling rather than having it only be controlled by the compile
time option.