netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nolwenn <donolwenn@gmail.com>
To: hayeswang <hayeswang@realtek.com>
Cc: 'Francois Romieu' <romieu@fr.zoreil.com>,
	netdev@vger.kernel.org, 'nic_swsd' <nic_swsd@realtek.com>
Subject: Re: Possible bug with r8169 driver
Date: Wed, 07 Nov 2012 10:54:48 +0100	[thread overview]
Message-ID: <6037895.4WQG8HALS9@bureau> (raw)
In-Reply-To: <2B85B2AE7F334F8CBC4C4A084CA849FB@realtek.com.tw>

Le jeudi 4 octobre 2012 10:09:22 hayeswang a écrit :
> Francois Romieu [mailto:romieu@fr.zoreil.com]
> [...]
> 
> > diff --git a/drivers/net/ethernet/realtek/r8169.c
> > b/drivers/net/ethernet/realtek/r8169.c
> > index eb81da4..e0f1b8d 100644
> > --- a/drivers/net/ethernet/realtek/r8169.c
> > +++ b/drivers/net/ethernet/realtek/r8169.c
> > @@ -4271,8 +4271,8 @@ static void rtl_set_rx_mode(struct
> > net_device *dev)
> > 
> >  		mc_filter[1] = swab32(data);
> >  	
> >  	}
> > 
> > -	RTL_W32(MAR0 + 4, mc_filter[1]);
> > -	RTL_W32(MAR0 + 0, mc_filter[0]);
> > +	RTL_W32(MAR0 + 4, 0xffffffff);
> > +	RTL_W32(MAR0 + 0, 0xffffffff);
> > 
> >  	RTL_W32(RxConfig, tmp);
> >  
> >  }
> 
> The RTL_GIGA_MAC_VER_35 is designed without multicast hardware filter, so
> you should set IO 0x08 ~ 0x0f to 0xff for receiving all multicast packets
> without filtering them.
> 

Hello,

Few weeks later, does I have to do something or it will be fix in the next 
kernel ?

Regards

Nolwenn

  reply	other threads:[~2012-11-07  9:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-27 14:24 Possible bug with r8169 driver Nolwenn
2012-09-27 22:21 ` Francois Romieu
2012-09-28  6:47   ` Nolwenn
2012-09-29  7:20     ` Francois Romieu
2012-09-29 14:49       ` Nolwenn
2012-09-29 19:01         ` Francois Romieu
2012-09-30 19:17           ` Nolwenn
2012-10-01  5:51       ` hayeswang
2012-10-01 18:56         ` Francois Romieu
2012-10-04  2:09           ` hayeswang
2012-11-07  9:54             ` Nolwenn [this message]
2012-11-07 19:06               ` Francois Romieu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6037895.4WQG8HALS9@bureau \
    --to=donolwenn@gmail.com \
    --cc=hayeswang@realtek.com \
    --cc=netdev@vger.kernel.org \
    --cc=nic_swsd@realtek.com \
    --cc=romieu@fr.zoreil.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).