]> git.baikalelectronics.ru Git - kernel.git/commit
staging: fsl-dpaa2/eth: Always call napi_gro_receive()
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Tue, 6 Jun 2017 15:00:31 +0000 (10:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 10:02:54 +0000 (12:02 +0200)
commit1be4a1d5a36d9806fadc13f5ae4c61c80f8633fc
tree7b86f84ceaff8e2e0f786719496ae123306bbf7e
parent2b310bf417cbdb65eea8eea2d4808104f5c174da
staging: fsl-dpaa2/eth: Always call napi_gro_receive()

The function itself checks whether GRO support is enabled
and acts accordingly, so we don't need to verify it in the
driver as well.

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.c