commit | b832be1e4007f4a54954ec68bd865ff05d6babca | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@dev.mellanox.co.il> | Wed Apr 16 21:09:27 2008 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Apr 16 21:09:27 2008 -0700 |
tree | f8780fb17293a5b02cd21fed468e1270daac91d8 | |
parent | 40ca1988e03c001747d0b4cc1b25cf38297c9f9e [diff] [blame] |
IB/mlx4: Add IPoIB LSO support Add TSO support to the mlx4_ib driver. Signed-off-by: Eli Cohen <eli@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>
diff --git a/include/linux/mlx4/qp.h b/include/linux/mlx4/qp.h index 31f9eb3..a5e43fe 100644 --- a/include/linux/mlx4/qp.h +++ b/include/linux/mlx4/qp.h
@@ -219,6 +219,11 @@ __be32 reservd[2]; }; +struct mlx4_lso_seg { + __be32 mss_hdr_size; + __be32 header[0]; +}; + struct mlx4_wqe_bind_seg { __be32 flags1; __be32 flags2;