commit | dd65beac48a5259945846956d4b27344dfb73bd9 | [log] [tgz] |
---|---|---|
author | Shani Michaeli <shanim@mellanox.com> | Sun Nov 09 13:51:52 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 11 13:20:02 2014 -0500 |
tree | 3ec180fb02067fc902eba5eb836eec5b64114f09 | |
parent | b00394c007269183d9f539fa87e65892ac2006e2 [diff] |
net/mlx4_en: Extend usage of napi_gro_frags We can call napi_gro_frags for all the received traffic regardless of the checksum status. Specifically, received packets whose status is CHECKSUM_NONE (and soon to be added CHECKSUM_COMPLETE) are eligible for napi_gro_frags as well. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Shani Michaeli <shanim@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>