Ed Schouten
6472ac3d8a
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
...
The SYSCTL_NODE macro defines a list that stores all child-elements of
that node. If there's no SYSCTL_DECL macro anywhere else, there's no
reason why it shouldn't be static.
2011-11-07 15:43:11 +00:00
Ed Schouten
d745c852be
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
...
This means that their use is restricted to a single C file.
2011-11-07 06:44:47 +00:00
Eitan Adler
36daf0495a
- change "is is" to "is" or "it is"
...
- change "the the" to "the"
Approved by: lstewart
Approved by: sahil (mentor)
MFC after: 3 days
2011-10-16 14:30:28 +00:00
Xin LI
66d972cfd6
In ipoib_cm_handle_rx_wc(): Count incoming packets and
...
bytes toward incoming counters.
Reviewed by: jeff
2011-05-26 22:29:43 +00:00
Bjoern A. Zeeb
ad46f43a26
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 Roberson
cafd78fc6e
- Implement wake-on-lan support in mlxen.
2011-03-26 00:54:01 +00:00
Jeff Roberson
a340f09abe
- 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 Roberson
6146335abb
- 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
Konstantin Belousov
f394ce6e5b
Allow the ofed modules to be compiled on i386.
...
Reviewed by: jeff
2011-03-21 21:16:40 +00:00
Jeff Roberson
aa0a1e58f0
- Merge in OFED 1.5.3 from projects/ofed/head
2011-03-21 09:58:24 +00:00