commit | 8ca8559ff3cefd78e12b9658f21cc8bcc02407ec | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Mon Dec 23 15:22:27 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 26 15:23:50 2019 -0800 |
tree | 3a5ceaaa3424c9b753d98f51c25782e477b338e0 | |
parent | dcdcf8670dad7547cff59ef9ddd7312fc706464a [diff] |
s390/qeth: remove QETH_RX_PULL_LEN Since commit f677fcb9aeb6 ("s390/qeth: ensure linear access to packet headers"), the CQ-specific skbs are allocated with a slightly bigger linear part than necessary. Shrink it down to the maximum that's needed by qeth_extract_skb(). Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>