]> asedeno.scripts.mit.edu Git - linux.git/commit
net/mlx4: Use the correct VSD mask in UPDATE_QP
authorMatan Barak <matanb@mellanox.com>
Wed, 10 Sep 2014 13:41:54 +0000 (16:41 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Sep 2014 22:21:34 +0000 (15:21 -0700)
commit311be98a3cca6469adf369714d689f9bbf286190
tree702c766d886a7f6e7aaa463f7c81b68ec6085368
parenta91c772fa0275163508e1078ff6d474d423244fb
net/mlx4: Use the correct VSD mask in UPDATE_QP

When doing VGT->VST->VGT state changes, we used an incorrect mask
for the vlan-stripping-disable (VSD) flag, hence the vlan related policy
for user-space Raw Ethernet QPs open by VFs wasn't really applied.

Fix that, by using the correct mask.

Fixes: f0f829b ('net/mlx4_core: Add immediate activate for VGT->VST->VGT')
Signed-off-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/resource_tracker.c