Re: svn commit: r189117 - head/sys/dev/bce

2009-08-25 Thread Dmitry Sivachenko
On Wed, Aug 12, 2009 at 03:57:26PM -0700, Pyun YongHyeon wrote: > On Wed, Aug 12, 2009 at 02:44:29PM -0700, Xin LI wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hi, Stanislav, > > > > Stanislav Sedov wrote: > > > On Thu, 06 Aug 2009 11:07:32 -0500 > > > Tom Judge mentioned

Re: svn commit: r189117 - head/sys/dev/bce

2009-08-12 Thread Pyun YongHyeon
On Wed, Aug 12, 2009 at 02:44:29PM -0700, Xin LI wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, Stanislav, > > Stanislav Sedov wrote: > > On Thu, 06 Aug 2009 11:07:32 -0500 > > Tom Judge mentioned: > > > >> I can confirm that we are also seeing this problem on a number of Dell

Re: svn commit: r189117 - head/sys/dev/bce

2009-08-12 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Stanislav, Stanislav Sedov wrote: > On Thu, 06 Aug 2009 11:07:32 -0500 > Tom Judge mentioned: > >> I can confirm that we are also seeing this problem on a number of Dell >> PE2950 systems running the bce driver from 7.2, the bug is more >> vis

Re: svn commit: r189117 - head/sys/dev/bce

2009-08-12 Thread Stanislav Sedov
On Thu, 06 Aug 2009 11:07:32 -0500 Tom Judge mentioned: > > I can confirm that we are also seeing this problem on a number of Dell > PE2950 systems running the bce driver from 7.2, the bug is more > visible/producible on systems that are using Jumbo Frames (in our case 8Kb). > > The symptoms

Re: svn commit: r189117 - head/sys/dev/bce

2009-08-06 Thread Tom Judge
Hi, Stanislav Sedov wrote: On Fri, 27 Feb 2009 19:25:06 + (UTC) David Christensen mentioned: Author: davidch Date: Fri Feb 27 19:25:06 2009 New Revision: 189117 URL: http://svn.freebsd.org/changeset/base/189117 Log: - Update copyright to 2009. - Only enable split header operation

Re: svn commit: r189117 - head/sys/dev/bce

2009-07-21 Thread Stanislav Sedov
On Fri, 27 Feb 2009 19:25:06 + (UTC) David Christensen mentioned: > Author: davidch > Date: Fri Feb 27 19:25:06 2009 > New Revision: 189117 > URL: http://svn.freebsd.org/changeset/base/189117 > > Log: > - Update copyright to 2009. > - Only enable split header operation when ZERO_COPY_SOC

Re: svn commit: r189117 - head/sys/dev/bce

2009-02-27 Thread Pyun YongHyeon
On Fri, Feb 27, 2009 at 07:25:06PM +, David Christensen wrote: > Author: davidch > Date: Fri Feb 27 19:25:06 2009 > New Revision: 189117 > URL: http://svn.freebsd.org/changeset/base/189117 > > Log: > - Update copyright to 2009. > - Only enable split header operation when ZERO_COPY_SOCKETS

Re: svn commit: r189117 - head/sys/dev/bce

2009-02-27 Thread Andrew Gallatin
David Christensen wrote: Author: davidch Date: Fri Feb 27 19:25:06 2009 New Revision: 189117 URL: http://svn.freebsd.org/changeset/base/189117 Log: - Update copyright to 2009. - Only enable split header operation when ZERO_COPY_SOCKETS is enabled in the kernel. I'm confused. The heade

svn commit: r189117 - head/sys/dev/bce

2009-02-27 Thread David Christensen
Author: davidch Date: Fri Feb 27 19:25:06 2009 New Revision: 189117 URL: http://svn.freebsd.org/changeset/base/189117 Log: - Update copyright to 2009. - Only enable split header operation when ZERO_COPY_SOCKETS is enabled in the kernel. Submitted by: davidch MFC after:1 week Mo