commit | a93b632c4531ff50c43d658447a45cbc11f488fd | [log] [tgz] |
---|---|---|
author | Maor Gottlieb <maorg@mellanox.com> | Sun Jul 01 15:50:17 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Jul 03 15:46:07 2018 -0600 |
tree | 26efdc19770b565ff7c62db133dca5896ceb6174 | |
parent | e3091644bf2e6d21841de62d8b3e6a526c5172d5 [diff] |
IB/mlx5: Fix GRE flow specification Currently the driver sets the mask of the gre_protocol to 0xffff without consideration in the user request. Fix it by copy the mask from the verbs spec. Fixes: da2f22ae7707 ("IB/mlx5: Add support for GRE flow specification") Signed-off-by: Maor Gottlieb <maorg@mellanox.com> Reviewed-by: Ariel Levkovich <lariel@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>