commit | d2a274b25be7218f8400037868a756640e8a4b0d | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Jul 19 12:43:55 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 21 10:12:30 2018 -0700 |
tree | 6d2519820159b070d8b7efa4e6dcacc372123c11 | |
parent | 72f219da79d22384bbc809fc67ed305dbe824e39 [diff] |
s390/qeth: add statistics for consumed buffer elements Nowadays an skb fragment typically spans over multiple pages. So replace the obsolete, SG-only 'fragments' counter with one that tracks the consumed buffer elements. This is what actually matters for performance. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>