History log of /freebsd/sys/dev/cxgb/cxgb_main.c (Results 351 – 357 of 357)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 94f7a098 21-Mar-2007 Kip Macy <kmacy@FreeBSD.org>

allocate 9 messages in all cases


# 693d746c 21-Mar-2007 Kip Macy <kmacy@FreeBSD.org>

make MSI-X the default and allocate up to mp_ncpus queues per port

MFC after: 3 days


# 577e9bbe 20-Mar-2007 Kip Macy <kmacy@FreeBSD.org>

Synchronize with version 1.0.071 of Chelsio's common code
(with the notable exception of improvements for using multiple TX queues)

This adds support for the T3B2 ASIC rev

Obtained from: Chelsio
M

Synchronize with version 1.0.071 of Chelsio's common code
(with the notable exception of improvements for using multiple TX queues)

This adds support for the T3B2 ASIC rev

Obtained from: Chelsio
MFC after: 3 days

show more ...


# 77f07749 20-Mar-2007 Kip Macy <kmacy@FreeBSD.org>

cxgb_stop is only called from cxgb_ioctl so:
- don't acquire port lock, already held in ioctl
- rename to cxgb_stop_locked
- switch callout_drain to callout_stop to avoid a hang from having the port

cxgb_stop is only called from cxgb_ioctl so:
- don't acquire port lock, already held in ioctl
- rename to cxgb_stop_locked
- switch callout_drain to callout_stop to avoid a hang from having the port lock held

show more ...


# f467efb7 14-Mar-2007 Kip Macy <kmacy@FreeBSD.org>

play it safe for now and go back to kicking off tx cleaning from the tx path


# 1940bc69 14-Mar-2007 Kip Macy <kmacy@FreeBSD.org>

move taskqueue_enqueue of tx clean operation out of the start path


# b6d90eb7 14-Mar-2007 Kip Macy <kmacy@FreeBSD.org>

First of several commits for driver support for the Chelsio T3B 10 Gigabit
Ethernet adapter.

Reviewed by: scottl, sam

For those interested in the preliminary performance work see below.

Plots of m

First of several commits for driver support for the Chelsio T3B 10 Gigabit
Ethernet adapter.

Reviewed by: scottl, sam

For those interested in the preliminary performance work see below.

Plots of mxge vs. cxgb running netpipe:

blocksize vs. bandwidth:
http://www.fsmware.com/chelsio.random/bsvsbw.gif

blocksize vs. RTT:
First of several commits for driver support for the Chelsio T3B 10 Gigabit
Ethernet adapter.

Reviewed by: scottl, sam

For those interested in the preliminary performance work see below.

Plots of mxge vs. cxgb running netpipe:

blocksize vs. bandwidth:
http://www.fsmware.com/chelsio.random/bsvsbw.gif

blocksize vs. RTT:
http://www.fsmware.com/chelsio.random/bsvstime.gif

blocksize vs. RTT for block sizes <= 10kb:
http://www.fsmware.com/chelsio.random/bsvstime_10kb.gif
http://www.fsmware.com/chelsio.random/bsvstime_10kb3.gif

show more ...


1...<<1112131415