jeff
14f1aafe26
- Catch up to falloc() changes.
...
- PHOLD() before using a task structure on the stack.
- Fix a LOR between the sleepq lock and thread lock in _intr_drain().
2011-04-26 07:30:52 +00:00
bz
46d58dc4a0
Even though this block is not compiled currently, properly assign
...
CSUM_TSO to if_hwassist rather than if_capabilities to avoid future
errors.
Reviewed by: jeff
2011-04-12 01:19:23 +00:00
jeff
568b9a6583
- Implement wake-on-lan support in mlxen.
2011-03-26 00:54:01 +00:00
jhb
00c3c01f4f
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
...
pci_find_cap() instead.
2011-03-23 13:10:15 +00:00
jeff
0cc004a772
- Correct the vlan filter programming. The device filter is built in
...
reverse order.
- Name the cq taskqueues according to whether they handle rx or tx.
- Default LRO to on.
2011-03-23 02:47:04 +00:00
jeff
23a89cee70
- Don't use a separate set of rx queues for UDP, hash them into the same
...
set as TCP.
- Eliminate the fully linear non-scatter/gather rx path, there is no
harm in using arrays of clusters for both TCP and UDP.
- Implement support for enabling/disabling per-vlan priority pause and
queues via sysctl.
2011-03-22 04:50:47 +00:00
kib
3591d152b2
Allow the ofed modules to be compiled on i386.
...
Reviewed by: jeff
2011-03-21 21:16:40 +00:00
jeff
5115240a6c
- Merge in OFED 1.5.3 from projects/ofed/head
2011-03-21 09:58:24 +00:00