]> 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)
commit715928a723deb256f3438aa60ce1d6b5a9072392
tree9f4f031bb3a33ea164aa2014294c027c478e1d7e
parenta845703afd89e38b951062d34c0ddb5ab70e9ef3
parent659509af05cf00a8293221ad821d89b22c86be4f
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>