Author: edavis
Date: Fri Mar 21 23:56:38 2014
New Revision: 263584
URL: http://svnweb.freebsd.org/changeset/base/263584
Log:
MFC 262999
Fixed MSI interrupt allocation and handling.
Fixed a DMA mapping leak that occurs when defragmenting packet chains.
Approved by: davidch (mentor)
Mod
Author: edavis
Date: Fri Mar 21 23:41:21 2014
New Revision: 263583
URL: http://svnweb.freebsd.org/changeset/base/263583
Log:
MFC 262999
Fixed MSI interrupt allocation and handling.
Fixed a DMA mapping leak that occurs when defragmenting packet chains.
Approved by: davidch (mentor)
Mod
Author: edavis
Date: Fri Mar 21 23:09:02 2014
New Revision: 263582
URL: http://svnweb.freebsd.org/changeset/base/263582
Log:
MFC 262999
Fixed MSI interrupt allocation and handling.
Fixed a DMA mapping leak that occurs when defragmenting packet chains.
Approved by:davidch (mentor)
M
Author: edavis
Date: Fri Mar 21 23:04:23 2014
New Revision: 263581
URL: http://svnweb.freebsd.org/changeset/base/263581
Log:
MFC 262999
Fixed MSI interrupt allocation and handling.
Fixed a DMA mapping leak that occurs when defragmenting packet chains.
Approved by: davidch (mentor)
Mod
Author: edavis
Date: Tue Mar 11 06:07:12 2014
New Revision: 262999
URL: http://svnweb.freebsd.org/changeset/base/262999
Log:
Fixed MSI interrupt allocation and handling.
Fixed a DMA mapping leak that occurs when defragmenting packet chains.
Approved by: davidch (mentor)
MFC after:1
On Thu, Jan 09, 2014 at 04:26:39AM +0400, Gleb Smirnoff wrote:
> Eric,
>
> On Tue, Jan 07, 2014 at 10:26:20PM +0000, Eric Davis wrote:
> E> Author: edavis
> E> Date: Tue Jan 7 22:26:20 2014
> E> New Revision: 260415
> E> URL: http://svnweb.freebsd.org/changese
On Thu, Jan 09, 2014 at 04:27:40AM +0400, Gleb Smirnoff wrote:
> Eric,
>
> On Tue, Jan 07, 2014 at 10:59:33PM +0000, Eric Davis wrote:
> E> Author: edavis
> E> Date: Tue Jan 7 22:59:33 2014
> E> New Revision: 260416
> E> URL: http://svnweb.freebsd.org/changese
Author: edavis
Date: Tue Jan 7 23:50:15 2014
New Revision: 260427
URL: http://svnweb.freebsd.org/changeset/base/260427
Log:
Merged r260415 from head.
Approved by: davidch
Modified:
stable/7/sys/dev/bxe/bxe.c
stable/7/sys/dev/bxe/ecore_hsi.h
Directory Properties:
stable/7/sys/ (pr
Author: edavis
Date: Tue Jan 7 23:20:21 2014
New Revision: 260425
URL: http://svnweb.freebsd.org/changeset/base/260425
Log:
Merged r260415 from head.
Approved by: davidcd
Modified:
stable/9/sys/dev/bxe/bxe.c
stable/9/sys/dev/bxe/ecore_hsi.h
Directory Properties:
stable/9/sys/ (pr
Author: edavis
Date: Tue Jan 7 23:14:55 2014
New Revision: 260424
URL: http://svnweb.freebsd.org/changeset/base/260424
Log:
Merged r260415 from head.
Approved by: davidcd
Modified:
stable/8/sys/dev/bxe/bxe.c
stable/8/sys/dev/bxe/ecore_hsi.h
Directory Properties:
stable/8/sys/ (pr
Author: edavis
Date: Tue Jan 7 22:59:33 2014
New Revision: 260416
URL: http://svnweb.freebsd.org/changeset/base/260416
Log:
Merged r260415 from head.
Approved by: davidch
Modified:
stable/10/sys/dev/bxe/bxe.c
stable/10/sys/dev/bxe/ecore_hsi.h
Directory Properties:
stable/10/ (pro
Author: edavis
Date: Tue Jan 7 22:26:20 2014
New Revision: 260415
URL: http://svnweb.freebsd.org/changeset/base/260415
Log:
defragment mbuf chains longer than hw segment limit before dropping
Approved by: davidch
Modified:
head/sys/dev/bxe/bxe.c
head/sys/dev/bxe/ecore_hsi.h
Modified
.Xr netstat 1 ,
+.Xr altq 4 ,
+.Xr arp 4 ,
+.Xr netintro 4 ,
+.Xr ng_ether 4 ,
+.Xr vlan 4 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Fx 9.0 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Eric Davis Aq eda...@broadcom.com ,
+.An David Christensen Aq davi...@
offset indent
+# sysctl dev.bxe.0.debug=0x22
+.Ed
+.Pp
+When finished turn the logging back off:
+.Bd -literal -offset indent
+# sysctl dev.bxe.0.debug=0
+.Ed
+.Sh SEE ALSO
+.Xr netstat 1 ,
+.Xr altq 4 ,
+.Xr arp 4 ,
+.Xr netintro 4 ,
+.Xr ng_ether 4 ,
+.Xr vlan 4 ,
+.Xr ifconfig 8
+.Sh HISTORY
+
ug assert */
+DBG_ALL0x /* flying monkeys */
+.Ed
+.Pp
+For example, to debug an issue in the receive path on bxe0:
+.Bd -literal -offset indent
+# sysctl dev.bxe.0.debug=0x22
+.Ed
+.Pp
+When finished turn the logging back off:
+.Bd -literal -offset indent
+# sysctl dev.bxe.0.d
On Mon, Dec 30, 2013 at 04:07:39PM -0800, hiren panchasara wrote:
> On Mon, Dec 30, 2013 at 3:46 PM, Eric Davis wrote:
> > Author: edavis
> > Date: Mon Dec 30 23:46:35 2013
> > New Revision: 260114
> > URL: http://svnweb.freebsd.org/changeset/base/260114
> >
>
Author: edavis
Date: Mon Dec 30 23:46:35 2013
New Revision: 260114
URL: http://svnweb.freebsd.org/changeset/base/260114
Log:
Approved by: re@ (gjb)
Approved by: davidch (mentor)
Modified:
stable/10/sys/dev/bxe/bxe.c
stable/10/sys/dev/bxe/ecore_sp.c
Directory Properties:
stable/10/ (
Author: edavis
Date: Mon Dec 30 23:02:26 2013
New Revision: 260113
URL: http://svnweb.freebsd.org/changeset/base/260113
Log:
For TSO, when the first mbuf contains both the packet header and data, the
header is split out into its own BD for processing by the firmware. When
this split occurred
Hi Hiren,
Yes I am planning on it.
- eric
On Wed, Nov 20, 2013 at 12:27 PM, hiren panchasara wrote:
> + Eric
>
> On Fri, Sep 20, 2013 at 1:18 PM, David Christensen
> wrote:
> > Author: davidch
> > Date: Fri Sep 20 20:18:49 2013
> > New Revision: 255736
> > URL: http://svnweb.freebsd.org/chang
Author: edavis
Date: Sat Nov 16 00:31:32 2013
New Revision: 258203
URL: http://svnweb.freebsd.org/changeset/base/258203
Log:
Merge r258187 from head.
Approved by: re@ (delphij)
Approved by: davidch (mentor)
Modified:
stable/10/sys/dev/bxe/bxe.c
stable/10/sys/dev/bxe/bxe.h
stable/
Author: edavis
Date: Fri Nov 15 20:26:14 2013
New Revision: 258187
URL: http://svnweb.freebsd.org/changeset/base/258187
Log:
Fixed a tx watchdog chip reset that could occur on mostly idle links.
Fixed various link related issues and 10GBaseT is now linking properly.
Modified the types for th
ebsd.org\n2008/05/22"]
+edavis [label="Eric Davis\neda...@freebsd.org\n2013/10/09"]
edwin [label="Edwin Groothuis\ned...@freebsd.org\n2007/06/25"]
eivind [label="Eivind Eklund\neiv...@freebsd.org\n1997/02/02"]
emaste [label="Ed Maste\nema...@freebsd.org\n20
Author: edavis
Date: Fri Oct 11 17:34:20 2013
New Revision: 256319
URL: http://svnweb.freebsd.org/changeset/base/256319
Log:
Merge r256299 from head.
Approved by: re@ (gjb)
Approved by: davidch (mentor)
Modified:
stable/10/sys/dev/bxe/bxe.c
stable/10/sys/dev/bxe/bxe_stats.c
stabl
Author: edavis
Date: Thu Oct 10 21:10:51 2013
New Revision: 256299
URL: http://svnweb.freebsd.org/changeset/base/256299
Log:
Fixed the media type shown via ifconfig.
Fixed a panic that occurs when bringing up an interface on 57710/57711
running very old bootcode versions.
Fixed how bool is
;Jean-Sebastien Pedron\n
dwmalone [label="David Malone\ndwmal...@freebsd.org\n2000/07/11"]
eadler [label="Eitan Adler\nead...@freebsd.org\n2012/01/18"]
ed [label="Ed Schouten\n...@freebsd.org\n2008/05/22"]
+edavis [label="Eric Davis\neda...@freebsd.org\n2013/10
25 matches
Mail list logo