commit | ace53b2e2945c83850964070af158be01d564e67 | [log] [tgz] |
---|---|---|
author | Maxim Mikityanskiy <maximmi@mellanox.com> | Thu Feb 21 12:39:59 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 22 12:55:31 2019 -0800 |
tree | 43585f2b63a2adfa10c4de38d20e430dd8cc2260 | |
parent | e78b2915517e8fcadb1bc130ad6aeac7099e510c [diff] |
net/ethernet: Add parse_protocol header_ops support The previous commit introduced parse_protocol callback which should extract the protocol number from the L2 header. Make all Ethernet devices support it. Signed-off-by: Maxim Mikityanskiy <maximmi@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>