branches with status:
Name Status Last Modified Last Commit
lp:mlnxofedmlx4 1 Development 2016-09-19 11:22:11 UTC
163. Be explicit about _GNU_SOURCE The re...

Author: Jason Gunthorpe
Revision Date: 2016-09-19 11:22:11 UTC

Be explicit about _GNU_SOURCE

The recommended way to use this macro is at the top of the source
file, avoid globally setting it via 'gcc -D' as few source files actually
need it.

_GNU_SOURCE changes the behaviour of a few select calls away from
the C99 standard and should generally be minimized.

Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>

lp:mlnxofedibverbs 1 Development 2016-08-25 14:42:40 UTC
372. Update man pages for TSO support Upd...

Author: Bodong Wang
Revision Date: 2016-08-25 14:42:40 UTC

Update man pages for TSO support

Update relevant man pages for TSO:
- Add max_tso_header as part of ibv_create_qp_ex man page.
- Add IBV_WR_TSO opcode and update send operation support table for
  RAW_PACKET QP as part of ibv_post_send man page.
- Add TSO capabilities as part of ibv_query_device_ex man page.

In addition, fixed a typo as part of updating ibv_post_send related to
ibv_odp_caps.

Signed-off-by: Bodong Wang <bodong@mellanox.com>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>

12 of 2 results