netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 1/1] r8169: enforce RX_MULTI_EN for the 8168f.
@ 2013-09-07 23:15 Francois Romieu
  2013-09-08  8:45 ` Daniel Borkmann
  2013-09-09  3:25 ` hayeswang
  0 siblings, 2 replies; 9+ messages in thread
From: Francois Romieu @ 2013-09-07 23:15 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, David R, Frédéric Leroy, Hayes Wang

Same narrative as eb2dc35d99028b698cdedba4f5522bc43e576bd2 ("r8169: RxConfig
hack for the 8168evl.") regarding AMD IOMMU errors.

RTL_GIGA_MAC_VER_36 - 8168f as well - has not been reported to behave the
same.

Tested-by: David R <david@unsolicited.net>
Tested-by: Frédéric Leroy <fredo@starox.org>
Cc: Hayes Wang <hayeswang@realtek.com>
---

 Hayes, a ack would be welcome.

 drivers/net/ethernet/realtek/r8169.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 6f87f2c..3397cee 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -4231,6 +4231,7 @@ static void rtl_init_rxcfg(struct rtl8169_private *tp)
 	case RTL_GIGA_MAC_VER_23:
 	case RTL_GIGA_MAC_VER_24:
 	case RTL_GIGA_MAC_VER_34:
+	case RTL_GIGA_MAC_VER_35:
 		RTL_W32(RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST);
 		break;
 	case RTL_GIGA_MAC_VER_40:
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-09-12  6:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-07 23:15 [PATCH net 1/1] r8169: enforce RX_MULTI_EN for the 8168f Francois Romieu
2013-09-08  8:45 ` Daniel Borkmann
2013-09-11 20:16   ` David Miller
2013-09-11 23:15     ` Francois Romieu
2013-09-12  6:40       ` David Miller
2013-09-09  3:25 ` hayeswang
2013-09-09  4:13   ` David Miller
2013-09-09 22:50   ` Francois Romieu
2013-09-10  8:08     ` Frédéric Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).