Re: em(4) broken in HEAD?

2016-05-21 Thread Chagin Dmitry
On Sat, May 21, 2016 at 02:00:09AM -0700, K. Macy wrote: > Much to my chagrin, this too is my fault. Please apply the attached > patch if it hasn't yet been committed to -CURRENT. > thanks, it fixes em for me. > On Fri, May 20, 2016 at 11:28 PM, Joel Dahl wrote: > > On Fri, May 20, 2016 at

Re: long network segment call stack can fail

2016-01-08 Thread Chagin Dmitry
On Fri, Jan 08, 2016 at 07:37:37PM -0800, Gleb Smirnoff wrote: > On Wed, Jan 06, 2016 at 12:50:52PM -0800, Adrian Chadd wrote: > A> hah, that's very pretty. The downside of a completely direct-dispatch > A> network stack. :) > > The stack is big, but shouldn't eat 4 pages anyway. Back in the netgr

long network segment call stack can fail

2016-01-06 Thread Chagin Dmitry
Hi, all. Here's a panic that occurs during the massive network loads, as far as I can see network segment has eaten the whole stack, so only 0xeb0 bytes left for interrupt hanlder. #0 doadump (textdump=0x8151cd90) at /home/git/head/sys/kern/kern_shutdown.c:296 #1 0x803d4715 in db_fncal

Re: kern/134251: skype-2.0.0.72 broke with recent kernel changes in 7.2: all skype-out calls disconnect after 1 minute

2009-05-05 Thread Chagin Dmitry
The following reply was made to PR kern/134251; it has been noted by GNATS. From: Chagin Dmitry To: Yuri Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: kern/134251: skype-2.0.0.72 broke with recent kernel changes in 7.2: all skype-out calls disconnect after 1 minute Date: Wed, 6 May

Re: [PATCH] recvmsg() sendmsg() linux emulation

2008-09-18 Thread Chagin Dmitry
On Thu, Sep 18, 2008 at 06:31:11PM +0300, Kostik Belousov wrote: > On Thu, Sep 18, 2008 at 07:07:59PM +0400, Chagin Dmitry wrote: > > I still cannot answer to you, so be it. > > > On Thu, Sep 18, 2008 at 05:24:54PM +0300, Kostik Belousov wrote: > > > On Thu, Sep 1

Re: [PATCH] recvmsg() sendmsg() linux emulation

2008-09-18 Thread Chagin Dmitry
On Thu, Sep 18, 2008 at 05:24:54PM +0300, Kostik Belousov wrote: > On Thu, Sep 18, 2008 at 05:57:36PM +0400, Chagin Dmitry wrote: > > diff --git a/src/sys/amd64/linux32/linux32_io.h > > b/src/sys/amd64/linux32/linux32_io.h > > new file mode 100644 > > index 000

Re: [PATCH] recvmsg() sendmsg() linux emulation

2008-09-18 Thread Chagin Dmitry
On Thu, Sep 18, 2008 at 09:38:31AM +0200, Alexander Leidinger wrote: > Quoting "Chagin Dmitry" <[EMAIL PROTECTED]> (from Wed, 17 Sep 2008 > 23:02:30 +0400): > > >On Wed, Sep 17, 2008 at 10:38:01PM +0400, Chagin Dmitry wrote: > >> > >>Please revie

[PATCH] recvmsg() sendmsg() linux emulation

2008-09-17 Thread Chagin Dmitry
On Tue, Sep 02, 2008 at 10:56:23AM +0200, Roman Divacky wrote: > On Sun, Aug 31, 2008 at 03:06:10PM +0400, Chagin Dmitry wrote: > > On Fri, Aug 22, 2008 at 01:29:46PM +0200, Roman Divacky wrote: > > > On Fri, Aug 22, 2008 at 01:29:27PM +0200, Ed Schouten wrote: > > &

Re: [PATCH] recvmsg() sendmsg() linux emulation

2008-09-17 Thread Chagin Dmitry
On Wed, Sep 17, 2008 at 10:38:01PM +0400, Chagin Dmitry wrote: > > Please review, any comment will be helpful. > thnx! > ups... I have lost a new file, the previous patch is incorrect. sorry. diff --git a/src/sys/amd64/linux32/linux.h b/src/sys/amd64/linux32/linux.h index 8940