net/mlx5: fix condition to create default rule
authorDekel Peled <dekelp@mellanox.com>
Thu, 7 Nov 2019 15:04:19 +0000 (17:04 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 11 Nov 2019 13:23:02 +0000 (14:23 +0100)
commit304ffe576f239e5405228c0feec04b6138d525b7
tree93b1dc4786771870bd04e03aeb553a0dd1e900c5
parentf78f747f41d04a35ceca630b68ff204b0a58534e
net/mlx5: fix condition to create default rule

Previous patch added creation of a default flow rule on port start.
Rule is created under the condition that device is in eswitch mode,
and is not a VF, to make sure rule is created only once.
In Bluefield, where PF representor is used, this condition is not
sufficient. Rule is created twice, causing loss of traffic.

This patch updates this condition, adding check that device is also
not a representor.

Fixes: b67b4ecbde22 ("net/mlx5: skip table zero to improve insertion rate")

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx5/mlx5_trigger.c