net/mlx5e: Ethtool steering, l4 proto support
authorSaeed Mahameed <saeedm@mellanox.com>
Sun, 8 Jul 2018 07:24:21 +0000 (00:24 -0700)
committerSaeed Mahameed <saeedm@mellanox.com>
Mon, 13 Aug 2018 19:50:17 +0000 (12:50 -0700)
commit974ce34a0c1278957448d83f53ddfc7a565171ec
tree9d6c1864601e9befea9be056738a1ac9b4c6ccb6
parentca7deb028a2c7c38e6f743443376dd52ea526f0d
net/mlx5e: Ethtool steering, l4 proto support

Add support for l4 proto ip field in ethtool flow steering.

Example: Redirect icmpv6 to rx queue #2

ethtool -U eth0 flow-type ip6 l4proto 58 action 2

Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c