OSDN Git Service

net/mlx5e: Ethtool steering, fix udp source port value
authorSaeed Mahameed <saeedm@mellanox.com>
Fri, 24 Aug 2018 19:24:10 +0000 (12:24 -0700)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 6 Sep 2018 00:08:33 +0000 (17:08 -0700)
commitfc433829f9a29530d492f0eb20804ac5e6967204
tree7beb6c924796211be3d959387cce34ed1c5a011b
parent47bc94b82291e007da61ee1b3d18c77871f3e158
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>
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c