]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36453e2f2aa836464f90ad6fab20f8742433570b
tree9d6c1864601e9befea9be056738a1ac9b4c6ccb6
parent2a93ea5b7babac3d9ed83221d150c37df7f45a6f
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