net: Add priority to packet_offload objects.
[firefly-linux-kernel-4.4.55.git] / net / ethernet / eth.c
index c3325bd2f3fbdc6afd5acc2f1a419c26c7d3815a..7d0e239a6755c66e0be12c39bca209bd2782f3b7 100644 (file)
@@ -470,6 +470,7 @@ EXPORT_SYMBOL(eth_gro_complete);
 
 static struct packet_offload eth_packet_offload __read_mostly = {
        .type = cpu_to_be16(ETH_P_TEB),
+       .priority = 10,
        .callbacks = {
                .gro_receive = eth_gro_receive,
                .gro_complete = eth_gro_complete,