diff options
| author | David S. Miller <davem@davemloft.net> | 2014-11-11 21:20:07 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-11-11 21:20:07 +0300 |
| commit | 008e81656c32e34c0b248bd203872d15be8770b7 (patch) | |
| tree | 9f4f031bb3a33ea164aa2014294c027c478e1d7e /include | |
| parent | b00394c007269183d9f539fa87e65892ac2006e2 (diff) | |
| parent | f8c6455bb04b944edb69e9b074e28efee2c56bdd (diff) | |
| download | linux-008e81656c32e34c0b248bd203872d15be8770b7.tar.xz | |
Merge branch 'mlx4-next'
Or Gerlitz says:
====================
mlx4: Add CHECKSUM_COMPLETE support
These patches from Shani, Matan and myself add support for
CHECKSUM_COMPLETE reporting on non TCP/UDP packets such as
GRE and ICMP. I'd like to deeply thank Jerry Chu for his
innovation and support in that effort.
Based on the feedback from Eric and Ido Shamay, in V2 we dropped
the patch which removed the calls to napi_gro_frags() and added
a patch which makes the RX code to go through that path
regardless of the checksum status.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mlx4/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index 5cc5eac47d1b..3d9bff00f24a 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h @@ -497,6 +497,7 @@ struct mlx4_caps { u16 hca_core_clock; u64 phys_port_id[MLX4_MAX_PORTS + 1]; int tunnel_offload_mode; + u8 rx_checksum_flags_port[MLX4_MAX_PORTS + 1]; }; struct mlx4_buf_list { |
