[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL3LdT5LOO1_919ZpWO-a=iMy-Omum-VDDi_XHSN9ZgtETGZPw@mail.gmail.com>
Date: Wed, 30 Dec 2015 20:42:10 -0800
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: Takuma Ueba <t.ueba11@...il.com>
Cc: netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] igb: When GbE link up, wait for Remote receiver status condition.
On Wed, Dec 30, 2015 at 4:09 AM, Takuma Ueba <t.ueba11@...il.com> wrote:
> I210 device IPv6 autoconf test sometimes fails,
> because DAD NS for link-local is not transmitted.
> This packet is silently dropped.
> This problem is seen only GbE environment.
>
> igb_watchdog_task link up detection continues to the following process.
> The following cases are observed:
> 1.PHY 1000BASE-T Status Register Remote receiver status bit is NG.
> (NG status becomes OK after about 200 - 700ms)
> 2.In this case, the transfer packet is silently dropped.
>
> 1000BASE-T Status register
> [Expected]: 0x3800 or 0x7800
> [problem occurred]: 0x2800 or 0x6800
> Frequency of occurrence: approx 1/10 - 1/40 observed
>
> In order to avoid this problem,
> wait until 1000BASE-T Status register "Remote receiver status OK"
>
> After applying this patch, at least 400 runs succeed with no problems.
>
> Signed-off-by: Takuma Ueba <t.ueba11@...il.com>
> ---
> drivers/net/ethernet/intel/igb/igb_main.c | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
Please send this to intel-wired-lan@...ts.osuosl.org mailing list, or
at least CC the list since all Wired Ethernet Intel driver patches are
handled through that list.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists