commit | dcdcf8670dad7547cff59ef9ddd7312fc706464a | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Mon Dec 23 15:22:26 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 26 15:23:50 2019 -0800 |
tree | c6c056a191ae2ecd8bdd52e7c6afd20637f056f5 | |
parent | c04b116a2866b3e3a6b909a576769ccde3d622ac [diff] |
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>