]> git.baikalelectronics.ru Git - kernel.git/commit
IB/mlx5: Add inner spec and IPv6 validation in user's flow attribute list
authorAriel Levkovich <lariel@mellanox.com>
Mon, 3 Apr 2017 10:11:02 +0000 (13:11 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 21 Apr 2017 16:26:05 +0000 (12:26 -0400)
commit92fdd47b1e0b1f86e1a731da247dd1e25e69d08b
tree18ae17950ce3da4bf08c720261f86b8942cfd410
parentc83b46d43ececc8c91cdad9027bccef36b40bdde
IB/mlx5: Add inner spec and IPv6 validation in user's flow attribute list

This change fixes an incomplete validation of the user's
flow attributes list.

Previous implementation validated only matching of IPv4 Ethertype
to IPv4 spec of outer headers (in case both Ethernet with specified
Ethertype and IP specs were present) and lacked the validation of:
1. Matching of IPv6 Ethertype in Ethernet spec (if such exists) to an
   IPv6 protocol spec (if such exists).
2. Validation of Ethertype to IP protocol matching on inner headers specs.
Which could cause some combinations of unmatching Ethernet and IP
protocols to pass validation and apply on the device.

The fix adds validation of IPv6 Ethertype and IP spec as well as
performing the scan on both outer and inner attributes.

Fixes: 7936b72ccd7c ("Add flow steering support")
Signed-off-by: Ariel Levkovich <lariel@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mlx5/main.c