commit | e27535b9c6e071d461be33b75a33047c9bb4c0ce | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@dev.mellanox.co.il> | Wed Nov 17 13:39:43 2010 +0000 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Dec 01 11:08:54 2010 -0800 |
tree | 85175ba81cbd99a2e797a298eace5f084223b4bd | |
parent | c48c43e422c1404fd72c57d1d21a6f6d01e18900 [diff] |
IB/mlx4: Fix memory ordering of VLAN insertion control bits We must fully update the control segment before marking it as valid, so that hardware doesn't start executing it before we're ready. Signed-off-by: Eli Cohen <eli@mellanox.co.il> [ Move VLAN control bit setting to before wmb(). - Roland ] Signed-off-by: Roland Dreier <rolandd@cisco.com>