IB/core: Fix and clean up ib_ud_header_init()
authorEli Cohen <eli@mellanox.co.il>
Mon, 8 Feb 2010 11:40:37 +0000 (11:40 +0000)
committerRoland Dreier <rolandd@cisco.com>
Wed, 24 Feb 2010 22:54:10 +0000 (14:54 -0800)
commit920d706c892e8f8cfff95f46aeb95fc6344f0bd5
treea4219e9b0bc285bb080b4239107cf9e391017c66
parentccbe9f0b11b137c9453771a7ca3bf417dc7ce152
IB/core: Fix and clean up ib_ud_header_init()

ib_ud_header_init() first clears header and then fills up the various
fields.  Later on, it tests header->immediate_present, which it has
already cleared, so the condition is always false.  Fix this by adding
an immediate_present parameter and setting header->immediate_present
as is done with grh_present.  Also remove unused calculation of
header_len.

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/ud_header.c
drivers/infiniband/hw/mlx4/qp.c
drivers/infiniband/hw/mthca/mthca_qp.c
include/rdma/ib_pack.h