Re: [PATCH] [e1000] Lower the MSI unavailable message to INFO priority

2007-05-17 Thread Chuck Ebbert
Kok, Auke wrote: Jeff Garzik wrote: H. Peter Anvin wrote: diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index 637ae8f..089ae3f 100644 --- a/drivers/net/e1000/e1000_main.c +++ b/drivers/net/e1000/e1000_main.c @@ -307,7 +307,7 @@ static int

Re: [PATCH] [e1000] Lower the MSI unavailable message to INFO priority

2007-05-17 Thread Kok, Auke
Chuck Ebbert wrote: Kok, Auke wrote: Jeff Garzik wrote: H. Peter Anvin wrote: diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index 637ae8f..089ae3f 100644 --- a/drivers/net/e1000/e1000_main.c +++ b/drivers/net/e1000/e1000_main.c @@ -307,7 +307,7 @@ static int

Re: [PATCH] [e1000] Lower the MSI unavailable message to INFO priority

2007-05-17 Thread Jeff Garzik
Kok, Auke wrote: for now. If MSI is breaking with a 10gig adapter I think people appreciate the error. No, that is same invalid reasoning discussed earlier in this thread. ixgb needs patching for this problem too. Jeff - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] [e1000] Lower the MSI unavailable message to INFO priority

2007-05-17 Thread Kok, Auke
Jeff Garzik wrote: Kok, Auke wrote: for now. If MSI is breaking with a 10gig adapter I think people appreciate the error. No, that is same invalid reasoning discussed earlier in this thread. ixgb needs patching for this problem too. OK then... A patch that does the exact same for ixgb as

Re: [PATCH] [e1000] Lower the MSI unavailable message to INFO priority

2007-05-16 Thread Kok, Auke
Jeff Garzik wrote: H. Peter Anvin wrote: diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index 637ae8f..089ae3f 100644 --- a/drivers/net/e1000/e1000_main.c +++ b/drivers/net/e1000/e1000_main.c @@ -307,7 +307,7 @@ static int e1000_request_irq(struct e1000_adapter

[PATCH] [e1000] Lower the MSI unavailable message to INFO priority

2007-05-15 Thread H. Peter Anvin
Currently, if MSI is enabled but unavailable the e1000 prints an error message Unable to allocate MSI interrupt Error with ERR priority. This is confusing to users since this is not a functionality error; the driver will immediately afterwards try to acquire a conventional PIC/APIC interrupt and

Re: [PATCH] [e1000] Lower the MSI unavailable message to INFO priority

2007-05-15 Thread Jeff Garzik
H. Peter Anvin wrote: diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index 637ae8f..089ae3f 100644 --- a/drivers/net/e1000/e1000_main.c +++ b/drivers/net/e1000/e1000_main.c @@ -307,7 +307,7 @@ static int e1000_request_irq(struct e1000_adapter *adapter) if