net/mlx4_en: Extend usage of napi_gro_frags
authorShani Michaeli <shanim@mellanox.com>
Sun, 9 Nov 2014 11:51:52 +0000 (13:51 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Nov 2014 18:20:02 +0000 (13:20 -0500)
commitdd65beac48a5259945846956d4b27344dfb73bd9
tree3ec180fb02067fc902eba5eb836eec5b64114f09
parentb00394c007269183d9f539fa87e65892ac2006e2
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>
drivers/net/ethernet/mellanox/mlx4/en_rx.c