IB/mlx4: Don't set VLAN in IBoE WQEs' control segment
authorOr Gerlitz <ogerlitz@mellanox.com>
Mon, 10 Oct 2011 08:54:42 +0000 (10:54 +0200)
committerRoland Dreier <roland@purestorage.com>
Mon, 31 Oct 2011 18:57:51 +0000 (11:57 -0700)
There's no need to set the vlan-related fields in an IBoE send WQE
control segment:

 - the vlan to be used by a UD QP is set in the datagram segment.
 - for GSI (CM) QP, all the headers down to 8021q and MAC are built by
   the software anyway.

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found