IB/core: When marshaling ucma path from user-space, clear unused fields
authorIlya Nelkenbaum <ilyan@mellanox.com>
Thu, 5 Feb 2015 11:53:48 +0000 (13:53 +0200)
committerRoland Dreier <roland@purestorage.com>
Tue, 17 Feb 2015 20:34:52 +0000 (12:34 -0800)
commitc2be9dc0e0fa59cc43c2c7084fc42b430809a0fe
treeb110f2ddd783a48a4b00e8fae4c600c1989aa92d
parentbfa76d49576599a4b9f9b7a71f23d73d6dcff735
IB/core: When marshaling ucma path from user-space, clear unused fields

When marshaling a user path to the kernel struct ib_sa_path, we need
to zero smac and dmac and set the vlan id to the "no vlan" value.

This is to ensure that Ethernet attributes are not used with
InfiniBand QPs.

Fixes: dd5f03beb4f7 ("IB/core: Ethernet L2 attributes in verbs/cm structures")
Signed-off-by: Ilya Nelkenbaum <ilyan@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/core/ucma.c