commit | 04f673983bdb9c117b4710b5bcc712fe63486c34 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Fri Mar 09 18:12:58 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 09 13:10:05 2018 -0500 |
tree | 006277ec36a2db3bca8789dd6bc8250451cabf0e | |
parent | 37cf05d2fff52a8ad1ce977c2a485e91fe793162 [diff] |
s390/qeth: reduce RX skb setup Newly-allocated skbs default to PACKET_HOST, and eth_type_trans() is smart enough to determine any other packet type from the frame's destination address. So except for the IQD sniffer case, there is no need to set up skb->pkt_type manually. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>