Welcome! Log In Create A New Profile

Advanced

Re: multiple netisrs in FreeBSD-8.0

April 02, 2010 10:15AM
Не забываем убрать options DEVICE_POLLING из ядра, иначе не будет работать:

netisr.c:
[code]
#ifdef DEVICE_POLLING
/*
* The device polling code is not yet aware of how to deal with
* multiple netisr threads, so for the time being compiling in device
* polling disables parallel netisr workers.
*/
if (netisr_maxthreads != 1 || netisr_bindthreads != 0) {
printf("netisr2: forcing maxthreads to 1 and bindthreads to "
"0 for device polling\n");
netisr_maxthreads = 1;
netisr_bindthreads = 0;
}
#endif
[/code]
Subject Author Posted

multiple netisrs in FreeBSD-8.0

Igor Sysoev April 02, 2010 09:46AM

Re: multiple netisrs in FreeBSD-8.0

Михаил Монашёв April 02, 2010 09:58AM

Re: multiple netisrs in FreeBSD-8.0

Igor Sysoev April 02, 2010 10:10AM

Re: multiple netisrs in FreeBSD-8.0

Peter B. Pokryshev April 02, 2010 10:26AM

Re: multiple netisrs in FreeBSD-8.0

Алферов Василий April 02, 2010 10:32AM

Re[2]: multiple netisrs in FreeBSD-8.0

Михаил Монашёв April 02, 2010 12:36PM

Re: multiple netisrs in FreeBSD-8.0

Peter B. Pokryshev April 05, 2010 11:00AM

Re: multiple netisrs in FreeBSD-8.0

zuborg April 02, 2010 10:15AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 318
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready