Re: [PATCH net v4] r8169: Add EEPROM support and disable MWI on pci express.

2016-02-07 Thread Sergei Shtylyov
On 02/07/2016 09:40 PM, Corcodel Marian wrote: [No need to qulate the full patch if you ask a question unrelated to the comments.] Hi i have one question, this patch can be reused or need to create new one. In case you were asking whether you should repost the updated patch in the sa

Re: [PATCH net v4] r8169: Add EEPROM support and disable MWI on pci express.

2016-02-07 Thread Corcodel Marian
On Sun, 2016-02-07 at 21:10 +0300, Sergei Shtylyov wrote: > Hello. > > On 02/07/2016 08:38 PM, Corcodel Marian wrote: > > >On chip with external eeprom ASPM settings is loaded from eeprom > > and > > on pci express interface not support MWI. > > Does not support. > > > > > Signed-o

Re: [PATCH net v4] r8169: Add EEPROM support and disable MWI on pci express.

2016-02-07 Thread Sergei Shtylyov
Hello. On 02/07/2016 08:38 PM, Corcodel Marian wrote: On chip with external eeprom ASPM settings is loaded from eeprom and on pci express interface not support MWI. Does not support. Signed-off-by: Corcodel Marian --- drivers/net/ethernet/realtek/r8169.c | 22 ++---

[PATCH net v4] r8169: Add EEPROM support and disable MWI on pci express.

2016-02-07 Thread Corcodel Marian
On chip with external eeprom ASPM settings is loaded from eeprom and on pci express interface not support MWI. Signed-off-by: Corcodel Marian --- drivers/net/ethernet/realtek/r8169.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/drivers/net/ethe