mlx5-abi.h (96dc3fc5f1d66b20cdf839d571c7b907e08d5d00) mlx5-abi.h (795b609c8b59f8f20fa9d72bf8b4ae3b8aa5582c)
1/*
2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:

--- 154 unchanged lines hidden (view full) ---

163 /* Corresponding bit will be set if qp type from
164 * 'enum ib_qp_type' is supported, e.g.
165 * supported_qpts |= 1 << IB_QPT_RAW_PACKET
166 */
167 __u32 supported_qpts;
168 __u32 reserved;
169};
170
1/*
2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:

--- 154 unchanged lines hidden (view full) ---

163 /* Corresponding bit will be set if qp type from
164 * 'enum ib_qp_type' is supported, e.g.
165 * supported_qpts |= 1 << IB_QPT_RAW_PACKET
166 */
167 __u32 supported_qpts;
168 __u32 reserved;
169};
170
171enum mlx5_ib_mpw_caps {
172 MPW_RESERVED = 1 << 0,
173 MLX5_IB_ALLOW_MPW = 1 << 1,
174};
175
171enum mlx5_ib_sw_parsing_offloads {
172 MLX5_IB_SW_PARSING = 1 << 0,
173 MLX5_IB_SW_PARSING_CSUM = 1 << 1,
174 MLX5_IB_SW_PARSING_LSO = 1 << 2,
175};
176
177struct mlx5_ib_sw_parsing_caps {
178 __u32 sw_parsing_offloads; /* enum mlx5_ib_sw_parsing_offloads */

--- 144 unchanged lines hidden ---
176enum mlx5_ib_sw_parsing_offloads {
177 MLX5_IB_SW_PARSING = 1 << 0,
178 MLX5_IB_SW_PARSING_CSUM = 1 << 1,
179 MLX5_IB_SW_PARSING_LSO = 1 << 2,
180};
181
182struct mlx5_ib_sw_parsing_caps {
183 __u32 sw_parsing_offloads; /* enum mlx5_ib_sw_parsing_offloads */

--- 144 unchanged lines hidden ---