Re: [PATCH net-next] net/ncsi: Define {add, kill}_vid callbacks for !CONFIG_NET_NCSI

2017-08-31 Thread Vernon Mauery
On 31-Aug-2017 01:38 PM, Samuel Mendoza-Jonas wrote: > Patch "net/ncsi: Configure VLAN tag filter" defined two new callback > functions in include/net/ncsi.h, but neglected the !CONFIG_NET_NCSI > case. This can cause a build error if these are referenced elsewhere > without NCSI enabled, for

Re: [PATCH net-next] net/ncsi: Define {add, kill}_vid callbacks for !CONFIG_NET_NCSI

2017-08-31 Thread Vernon Mauery
On 31-Aug-2017 01:38 PM, Samuel Mendoza-Jonas wrote: > Patch "net/ncsi: Configure VLAN tag filter" defined two new callback > functions in include/net/ncsi.h, but neglected the !CONFIG_NET_NCSI > case. This can cause a build error if these are referenced elsewhere > without NCSI enabled, for

NetXen driver causing slab corruption in -RT kernels

2007-09-18 Thread Vernon Mauery
In doing some stress testing of the NetXen driver, I found that my machine was dying in all sorts of weird ways. I saw several different crashes, BUG messages in the TCP stack and some assert messages in the TCP stack as well. I really didn't think that there could be six different bugs all

NetXen driver causing slab corruption in -RT kernels

2007-09-18 Thread Vernon Mauery
In doing some stress testing of the NetXen driver, I found that my machine was dying in all sorts of weird ways. I saw several different crashes, BUG messages in the TCP stack and some assert messages in the TCP stack as well. I really didn't think that there could be six different bugs all

Re: [-RT] multiple streams have degraded performance

2007-06-19 Thread Vernon Mauery
On Monday 18 June 2007 10:12:21 pm Vernon Mauery wrote: > In looking at the performance characteristics of my network I found that > 2.6.21.5-rt15 suffers from degraded thoughput with multiple threads. The > test that I did this with is simply invoking 1, 2, 4, and 8 instances of

Re: [-RT] multiple streams have degraded performance

2007-06-19 Thread Vernon Mauery
On Tuesday 19 June 2007 8:38:50 am Peter Zijlstra wrote: > On Tue, 2007-06-19 at 07:25 -0700, Vernon Mauery wrote: > > On Monday 18 June 2007 11:51:38 pm Peter Zijlstra wrote: > > > On Mon, 2007-06-18 at 22:12 -0700, Vernon Mauery wrote: > > > > In looking at the per

Re: [-RT] multiple streams have degraded performance

2007-06-19 Thread Vernon Mauery
On Monday 18 June 2007 11:51:38 pm Peter Zijlstra wrote: > On Mon, 2007-06-18 at 22:12 -0700, Vernon Mauery wrote: > > In looking at the performance characteristics of my network I found that > > 2.6.21.5-rt15 suffers from degraded thoughput with multiple threads. The >

Re: [-RT] multiple streams have degraded performance

2007-06-19 Thread Vernon Mauery
On Monday 18 June 2007 11:51:38 pm Peter Zijlstra wrote: On Mon, 2007-06-18 at 22:12 -0700, Vernon Mauery wrote: In looking at the performance characteristics of my network I found that 2.6.21.5-rt15 suffers from degraded thoughput with multiple threads. The test that I did

Re: [-RT] multiple streams have degraded performance

2007-06-19 Thread Vernon Mauery
On Tuesday 19 June 2007 8:38:50 am Peter Zijlstra wrote: On Tue, 2007-06-19 at 07:25 -0700, Vernon Mauery wrote: On Monday 18 June 2007 11:51:38 pm Peter Zijlstra wrote: On Mon, 2007-06-18 at 22:12 -0700, Vernon Mauery wrote: In looking at the performance characteristics of my network I

Re: [-RT] multiple streams have degraded performance

2007-06-19 Thread Vernon Mauery
On Monday 18 June 2007 10:12:21 pm Vernon Mauery wrote: In looking at the performance characteristics of my network I found that 2.6.21.5-rt15 suffers from degraded thoughput with multiple threads. The test that I did this with is simply invoking 1, 2, 4, and 8 instances of netperf at a time

[-RT] multiple streams have degraded performance

2007-06-18 Thread Vernon Mauery
In looking at the performance characteristics of my network I found that 2.6.21.5-rt15 suffers from degraded thoughput with multiple threads. The test that I did this with is simply invoking 1, 2, 4, and 8 instances of netperf at a time and measuring the total throughput. I have two 4-way

[-RT] multiple streams have degraded performance

2007-06-18 Thread Vernon Mauery
In looking at the performance characteristics of my network I found that 2.6.21.5-rt15 suffers from degraded thoughput with multiple threads. The test that I did this with is simply invoking 1, 2, 4, and 8 instances of netperf at a time and measuring the total throughput. I have two 4-way

dmi_table counting in ipmi_si_intf.c

2005-08-09 Thread Vernon Mauery
I am working on getting one of the IBM blades to use ipmi and have run into a problem. The driver doesn't load because it says it can't find the device. dmidecode shows that there are 39 entries and that the last one is the BMC. I looked into dmi_table and noticed that it parses the table by

dmi_table counting in ipmi_si_intf.c

2005-08-09 Thread Vernon Mauery
by length and by number of entries. But I found that it goes from i=1 to inum. This causes it to skip the last entry in the table. Is there a reason it is i=1 instead of i=0? or for that matter inum instead of i=num? Ensure that all dmi table entries get parsed. Signed-off-by: Vernon Mauery [EMAIL

Re: set keyboard repeat rate: EVIOCGREP and EVIOCSREP

2005-04-08 Thread Vernon Mauery
Vernon Mauery wrote: > I was wondering if anyone knows how to change the repeatrate on a USB > keyboard with a 2.4 kernel. The system is a legacy free system (no ps2 > port), so kbdrate does nothing. With evdev loaded, the keyboard and mouse > (both USB devices) get registered wi

Re: set keyboard repeat rate: EVIOCGREP and EVIOCSREP

2005-04-08 Thread Vernon Mauery
Vernon Mauery wrote: I was wondering if anyone knows how to change the repeatrate on a USB keyboard with a 2.4 kernel. The system is a legacy free system (no ps2 port), so kbdrate does nothing. With evdev loaded, the keyboard and mouse (both USB devices) get registered with the event

set keyboard repeat rate: EVIOCGREP and EVIOCSREP

2005-04-07 Thread Vernon Mauery
are gone in 2.6. So how _does_ one go about changing the repeat rate on a keyboard input device in 2.4? Thanks in advance for your help. --Vernon Mauery - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majo

set keyboard repeat rate: EVIOCGREP and EVIOCSREP

2005-04-07 Thread Vernon Mauery
are gone in 2.6. So how _does_ one go about changing the repeat rate on a keyboard input device in 2.4? Thanks in advance for your help. --Vernon Mauery - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: security issue: hard disk lock

2005-04-05 Thread Vernon Mauery
Horst von Brand wrote: > Jonas Diemer <[EMAIL PROTECTED]> said: > > [...] > > >>I figured there could be a kernel compiled-in option that will make the >>kernel lock all drives found during bootup. then, a malicous program >>would need to install a different kernel in order to harm the drive,

Re: security issue: hard disk lock

2005-04-05 Thread Vernon Mauery
Horst von Brand wrote: Jonas Diemer [EMAIL PROTECTED] said: [...] I figured there could be a kernel compiled-in option that will make the kernel lock all drives found during bootup. then, a malicous program would need to install a different kernel in order to harm the drive, which would be

Re: Keystroke simulator

2005-03-29 Thread Vernon Mauery
Mister Google wrote: > Is there a way to simulate a keystroke to a program, ie. have a program > send it something so that as far as it's concerned, say, the "P" key has > been pressed? > Look at the input system. Documentation/input/input-programming.txt has a great tutorial on how to do this.

Re: Keystroke simulator

2005-03-29 Thread Vernon Mauery
Mister Google wrote: Is there a way to simulate a keystroke to a program, ie. have a program send it something so that as far as it's concerned, say, the P key has been pressed? Look at the input system. Documentation/input/input-programming.txt has a great tutorial on how to do this.

Re: [ACPI] Call for help: list of machines with working S3

2005-02-17 Thread Vernon Mauery
Carl-Daniel Hailfinger wrote: > 1. A first step towards better DSDTs would be to make the ASL compiler > complain about the same things which are complained about by the > in-kernel ACPI interpreter. An example would be the following: > > acpi_processor-0496 [10] acpi_processor_get_inf: Invalid

Re: [ACPI] Call for help: list of machines with working S3

2005-02-17 Thread Vernon Mauery
Carl-Daniel Hailfinger wrote: 1. A first step towards better DSDTs would be to make the ASL compiler complain about the same things which are complained about by the in-kernel ACPI interpreter. An example would be the following: acpi_processor-0496 [10] acpi_processor_get_inf: Invalid PBLK

Re: [ACPI] Call for help: list of machines with working S3

2005-02-15 Thread Vernon Mauery
Pavel Machek wrote: > > Table of known working systems: > > Model hack (or "how to do it") > -- > IBM TP R32 / Type 2658-MMG none (1) IBM TP T40 / Type 2373-MU4 none (1) IBM TP

Re: [ACPI] Call for help: list of machines with working S3

2005-02-15 Thread Vernon Mauery
Pavel Machek wrote: Table of known working systems: Model hack (or how to do it) -- IBM TP R32 / Type 2658-MMG none (1) IBM TP T40 / Type 2373-MU4 none (1) IBM TP R50p /