On 2/26/2018 8:59 PM, Jason Gunthorpe wrote:
On Mon, Feb 26, 2018 at 03:02:22PM +0200, Leon Romanovsky wrote:
+struct mlx4_ib_tso_caps {
+ __u32 max_tso; /* Maximum tso payload size in bytes */
+ /* Corresponding bit will be set if qp type from
+ * 'enum ib_qp_type' is supported.
+ */
+ __u32 supported_qpts;
+};
Where is the user space for this?
Please see below PR [1], it matches to the first two patches from this
series.
[1] https://github.com/linux-rdma/rdma-core/pull/298
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html