]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlx4-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 11 Nov 2014 18:20:07 +0000 (13:20 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Nov 2014 18:20:07 +0000 (13:20 -0500)
commit52725dda67fd83d71d67edbe455881ef771d80ca
tree9f4f031bb3a33ea164aa2014294c027c478e1d7e
parent4764d45b617644d89d9b8f706c1d4a853dc1d382
parent88cf0898d76add7146bae2ec5a0ba41a5a4e0047
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>