kmacy 2008-10-06 06:26:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_sge.c
Log:
SVN rev 183639 on 2008-10-06 06:26:00Z by kmacy
Fix bug in LRO on T304 whereby a packet could be sent to the wrong
interface's ifp.
Sub
kmacy 2008-10-03 00:50:26 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
SVN rev 183559 on 2008-10-03 00:50:26Z by kmacy
Fix bug in LRO on T304 whereby a packet could be sent to the wrong
interface's ifp.
Submitted by: Chelsio Inc.
kmacy 2008-08-22 01:30:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_sge.c
Log:
SVN rev 181983 on 2008-08-22 01:30:39Z by kmacy
MFC 181653:
Fix runt TSO packet issue.
Obtained from: Chelsio Inc.
Revision Cha
kmacy 2008-08-13 01:32:32 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
SVN rev 181653 on 2008-08-13 01:32:32Z by kmacy
Fix runt TSO packet issue.
Obtained from: Chelsio Inc.
MFC after: 1 week
Revision ChangesPath
keramida2008-02-25 19:28:27 UTC
FreeBSD src repository (doc committer)
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
Spell 'overwriting' correctly in a KASSERT() message.
Revision ChangesPath
1.51 +4 -3 src/sys/dev/cxgb/cxgb_sge.c
kmacy 2008-01-27 04:37:02 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
fix DISABLE_MBUF_IOVEC case by initializing mbuf header completely
Revision ChangesPath
1.48 +11 -39src/sys/dev/cxgb/cxgb_sge.c
___
kmacy 2008-01-19 22:47:43 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
sys/dev/cxgb/sys cxgb_support.c
Log:
Re-enable pcpu caching by default make sysctl R/W
Revision ChangesPath
1.47 +1 -1 src/sys/dev/cxgb/cxgb_sge.c
kmacy 2008-01-17 21:25:58 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
sys/dev/cxgb/sys cxgb_support.c
Log:
- remove bogus_imm counter
- disable pcpu cluster cache by default until reference counting is handled
correctly for held clu
kmacy 2008-01-16 02:39:33 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
sys/dev/cxgb/sys uipc_mvec.c
Log:
remove superfluous debug printfs
Revision ChangesPath
1.45 +1 -5 src/sys/dev/cxgb/cxgb_sge.c
1.24 +0 -3
kmacy 2008-01-16 00:28:30 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
Fix mbuf leak caused by freeing packet zone clusters but not their associated
mbufs
- Track packet zone mbufs separately
Thanks. Sorry about that.
-Kip
On Jan 15, 2008 2:01 PM, John Baldwin <[EMAIL PROTECTED]> wrote:
> jhb 2008-01-15 22:01:26 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/cxgb cxgb_sge.c
> sys/dev/cxgb/sys uipc_mvec.c
> Log:
> Use '%zd' to print PIO
jhb 2008-01-15 22:01:26 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
sys/dev/cxgb/sys uipc_mvec.c
Log:
Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) to
appease the tinderbox on 32-bit platforms.
Tested on:
kmacy 2008-01-13 22:33:49 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
style nit
Revision ChangesPath
1.40 +2 -1 src/sys/dev/cxgb/cxgb_sge.c
___
cvs-all@freebsd.org mailing list
kmacy 2008-01-10 23:51:34 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
If we're not running with multiqueue enabled we need to wait to acquire the
rspq lock. Not doing so was causing us to skip re-enabling the interrupt.
- remove duplic
kmacy 2007-12-16 05:14:26 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
Sanitize of a routine that is going away
Revision ChangesPath
1.32 +5 -5 src/sys/dev/cxgb/cxgb_sge.c
___
c
kmacy 2007-04-26 08:36:59 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
Disable mbuf chain collapsing - it is currently causing an mbuf leak
Revision ChangesPath
1.14 +1 -1 src/sys/dev/cxgb/cxgb_sge.c
_
kmacy 2007-04-20 05:16:43 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
Free cluster if we fail to create the dmamap.
Fixes CID 1829
Found by: Coverity
Revision ChangesPath
1.13 +1 -3 src/sys/dev/cxgb/cxgb_sge.c
___
kmacy 2007-04-12 04:48:54 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
restore sense to get_imm_packet
MFC after: 3 days
Revision ChangesPath
1.10 +4 -6 src/sys/dev/cxgb/cxgb_sge.c
___
kmacy 2007-04-12 04:31:44 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
switch over to per-txq dma tag to facilitate parallelism on TX
MFC after: 3 days
Revision ChangesPath
1.9 +12 -12src/sys/dev/cxgb/cxgb_sge.c
kmacy 2007-04-12 03:33:30 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
explicitly check TSO flag
don't clear and then set M_PKTHDR, m_gethdr sets it correctly
improve error handling on m_gethdr failure
MFC after: 3 days
Revision
kmacy 2007-03-17 05:25:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/cxgb cxgb_sge.c
Log:
move inline function before use so that -O works
Revision ChangesPath
1.2.2.2 +18 -20src/sys/dev/cxgb/cxgb_sge.c
___
kmacy 2007-03-17 05:23:45 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
move inline function above use so that -O works
Revision ChangesPath
1.3 +18 -20src/sys/dev/cxgb/cxgb_sge.c
__
kmacy 2007-03-14 06:36:58 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
remove unused code for recycling descriptors
kick tx cleaner from credit update function
Revision ChangesPath
1.2 +8 -87 src/sys/dev/cxgb/cxgb_sge.c
23 matches
Mail list logo