s390/qeth: use napi_gro_frags() for SG skbs
authorJulian Wiedmann <jwi@linux.ibm.com>
Mon, 23 Dec 2019 14:22:26 +0000 (15:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Dec 2019 23:23:50 +0000 (15:23 -0800)
commitdcdcf8670dad7547cff59ef9ddd7312fc706464a
treec6c056a191ae2ecd8bdd52e7c6afd20637f056f5
parentc04b116a2866b3e3a6b909a576769ccde3d622ac
s390/qeth: use napi_gro_frags() for SG skbs

For non-linear packets, get the skb for attaching the page fragments
from napi_get_frags() so that it can be recycled during GRO.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_core_main.c