On Wed, Jul 03, 2019 at 07:39:32AM +0000, Saeed Mahameed wrote:
> From: Eran Ben Elisha <[email protected]>
>
> Add TLS offload related IFC structs, layouts and enumerations.
>
> Signed-off-by: Eran Ben Elisha <[email protected]>
> Signed-off-by: Tariq Toukan <[email protected]>
> Signed-off-by: Saeed Mahameed <[email protected]>
> ---
> include/linux/mlx5/device.h | 14 +++++
> include/linux/mlx5/mlx5_ifc.h | 104 ++++++++++++++++++++++++++++++++--
> 2 files changed, 114 insertions(+), 4 deletions(-)
<...>
> @@ -2725,7 +2739,8 @@ struct mlx5_ifc_traffic_counter_bits {
>
> struct mlx5_ifc_tisc_bits {
> u8 strict_lag_tx_port_affinity[0x1];
> - u8 reserved_at_1[0x3];
> + u8 tls_en[0x1];
> + u8 reserved_at_1[0x2];
It should be reserved_at_2.
Thanks