commit | f55c3ec42a97bca408f0208ec08e3382340c7be7 | [log] [tgz] |
---|---|---|
author | Yuval Shaia <yuval.shaia@oracle.com> | Fri Dec 14 08:05:49 2018 -0800 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Thu Dec 20 14:20:58 2018 -0700 |
tree | 6d7a22f044cdc2ebfb4823f431032732162923b8 | |
parent | d5108e69fe013ff47ab815b849caba9cc33ca1e5 [diff] |
IB/rxe: Reuse code which sets port state Same code is executed in both rxe_param_set_add and rxe_notify functions. Make one function and call it from both places. Since both callers already have a rxe object use it directly instead of deriving it from the net device. Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>