Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-08-27 Thread Yonghyeon PYUN
On Thu, Aug 27, 2015 at 11:29:28AM +0200, Johann Hugo wrote: > It's working for me so far and I haven't seen any watchdog timeouts. > With 10.2-RELEASE I got timeouts and lost connectivity in less that a > minute. > Ok, great. Committed in r287238. Thanks again. > Johann > > On Wed, Aug 26, 20

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-08-27 Thread Johann Hugo
It's working for me so far and I haven't seen any watchdog timeouts. With 10.2-RELEASE I got timeouts and lost connectivity in less that a minute. Johann On Wed, Aug 26, 2015 at 10:28 AM, Yonghyeon PYUN wrote: > On Wed, Aug 26, 2015 at 10:06:29AM +0200, Johann Hugo wrote: >> 10.2-RELEASE does no

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-08-26 Thread Yonghyeon PYUN
On Wed, Aug 26, 2015 at 10:06:29AM +0200, Johann Hugo wrote: > 10.2-RELEASE does not work for me. It works for a very short while and > then it stops with "msk0 watchdog timeout" errors > Thanks a lot for your report. This is the first report for msk(4) watchdog timeouts on 10.2-RELEASE. > I'm

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-08-26 Thread Johann Hugo
10.2-RELEASE does not work for me. It works for a very short while and then it stops with "msk0 watchdog timeout" errors I'm not sure what patch Roosevelt was talking about, but the patch in this thread works for me: https://lists.freebsd.org/pipermail/freebsd-stable/2015-April/082226.html I've c

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-08-16 Thread Yonghyeon PYUN
On Wed, Aug 12, 2015 at 09:44:06AM -0400, Roosevelt Littleton wrote: > Hi, > So, I can confirm with the attached patch. I have a working msk0 that > hasn't failed for the past month. I considered this problem fix for me. > Since, I have went a long time without any problems. Thanks! I'm not sure w

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-08-15 Thread Alnis Morics
On 08/12/2015 04:44 PM, Roosevelt Littleton wrote: Hi, So, I can confirm with the attached patch. I have a working msk0 that hasn't failed for the past month. I considered this problem fix for me. Since, I have went a long time without any problems. Thanks! Roosevelt

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-08-12 Thread Roosevelt Littleton
Hi, So, I can confirm with the attached patch. I have a working msk0 that hasn't failed for the past month. I considered this problem fix for me. Since, I have went a long time without any problems. Thanks! Roosevelt ___ freebsd-stable@freebsd.org mailin

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-07-26 Thread Alnis Morics
On 07/26/2015 01:40 PM, Yonghyeon PYUN wrote: On Sat, Jul 25, 2015 at 02:08:10PM +0300, Alnis Morics wrote: Just tried 10.2-RC1 amd64 GENERIC, and the problem seems to be gone. I was even able to scp a 500 MB file. Could it be related to this fix in BETA2, as mentioned in the announcement, "The

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-07-26 Thread Yonghyeon PYUN
On Sat, Jul 25, 2015 at 02:08:10PM +0300, Alnis Morics wrote: > Just tried 10.2-RC1 amd64 GENERIC, and the problem seems to be gone. I > was even able to scp a 500 MB file. Could it be related to this fix in > BETA2, as mentioned in the announcement, "The watchdog(4) device has > been fixed to

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-07-25 Thread Alnis Morics
n behalf of Yonghyeon PYUN [pyu...@gmail.com] Sent: 13 April 2015 09:13 To: Gareth Wyn Roberts Cc: freebsd-stable@freebsd.org Subject: Re: msk msk0 watchdog timeout freeze hang lock stop problem On Sun, Apr 12, 2015 at 05:57:34PM +, Gareth Wyn Roberts wrote: I've run in to problems usi

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-04-15 Thread Yonghyeon PYUN
On Wed, Apr 15, 2015 at 09:52:09PM +, Gareth Wyn Roberts wrote: > I've inserted code to print some values which show the differences between > specifying 4096 or 8192 for MSK_STAT_ALIGN. In both cases the status buffer > has length 0x4000 (8x2048=16K) but the alignments are different as expe

RE: msk msk0 watchdog timeout freeze hang lock stop problem

2015-04-15 Thread Gareth Wyn Roberts
=0 mskc0: msk_handle_events: Break #1 cons=512 csrread=519 mskc0: msk_handle_events: sd=0xfe011e23c000 sd->msk_control=0 control=0 ...etc From: owner-freebsd-sta...@freebsd.org [owner-freebsd-sta...@freebsd.org] on behalf of Yonghyeon PYUN [pyu...@gmail.com] Sent: 13

msk msk0 watchdog timeout freeze hang lock stop problem

2015-04-13 Thread Alnis Morics
Hm... I patched if_msk.c with if_msk.c.rev262524.dma.diff (attachment-001.bin) and if_mskreg.h with if_mskreg.h.rev264442.dma.diff (attachment-002.bin), and nothing changed: scp'ing 50 MB soon got "stalled" and ended up with "broken pipe", as it was before. I have 10.1-RELEASE-p9 amd64 pcicon

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-04-13 Thread Yonghyeon PYUN
On Sun, Apr 12, 2015 at 05:57:34PM +, Gareth Wyn Roberts wrote: > I've run in to problems using the msk device where initially it works well > enough to set DHCP etc. but stops/freezes as soon as any appreciable network > traffic occurs . There are several threads describing similar symptoms

Re: msk msk0 watchdog timeout freeze hang lock stop problem

2015-04-12 Thread Kurt Jaeger
Hi! > I've run in to problems using the msk device [...] > I'm working on 10.1-RELEASE source, i.e. if_msk.c revision 262524 and > if_mskreg.h revision 264442. > > Here's the patch to if_mskreg.h [...] Thanks for the suggested fix. There are five PRs, all describe similar things: https://bug

msk msk0 watchdog timeout freeze hang lock stop problem

2015-04-12 Thread Gareth Wyn Roberts
I've run in to problems using the msk device where initially it works well enough to set DHCP etc. but stops/freezes as soon as any appreciable network traffic occurs . There are several threads describing similar symptoms over the past two years or more. I've been following several false leads