commit | fc433829f9a29530d492f0eb20804ac5e6967204 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Fri Aug 24 12:24:10 2018 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Sep 05 17:08:33 2018 -0700 |
tree | 7beb6c924796211be3d959387cce34ed1c5a011b | |
parent | 47bc94b82291e007da61ee1b3d18c77871f3e158 [diff] |
net/mlx5e: Ethtool steering, fix udp source port value Copy and paste bug was introduced in the offending patch. We need to write udp source port value into the headers value and not headers criteria "mask". Fixes: 142644f8a1f8 ("net/mlx5e: Ethtool steering flow parsing refactoring") Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>