diff options
Diffstat (limited to 'net/ethernet')
| -rw-r--r-- | net/ethernet/eth.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c index c3325bd2f3fb..7d0e239a6755 100644 --- a/net/ethernet/eth.c +++ b/net/ethernet/eth.c @@ -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, |