commit | 37da2a03c036538a5a79766d74bfcf5b873e5cad | [log] [tgz] |
---|---|---|
author | Daria Velikovsky <daria@mellanox.com> | Mon May 07 10:20:02 2018 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Wed May 09 10:39:50 2018 -0400 |
tree | bd9b96fb4164b9e5e4f6aafe22577b8e5c9801aa | |
parent | 18b0362e87dfa09e355093b897b9db854e360d28 [diff] |
RDMA/mlx5: Use proper spec flow label type Flow label is defined as u32 in the in ipv6 flow spec, but used internally in the flow specs parsing as u8. That was causing loss of part of flow_label value. Fixes: 2d1e697e9b716 ('IB/mlx5: Add support to match inner packet fields') Reviewed-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Daria Velikovsky <daria@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>