From: Sean Tranchetti <stran...@codeaurora.org>
Date: Fri, 20 Jul 2018 17:53:23 -0600

> @@ -9556,6 +9556,7 @@ static int __init net_dev_init(void)
>  
>               sd->backlog.poll = process_backlog;
>               sd->backlog.weight = weight_p;
> +             INIT_LIST_HEAD(&sd->backlog.gro_list);
>       }
>  
>       dev_boot_phase = 0;

This is no longer a list, but a hash table.

I'll code up the equivalent fix, thank you.

Reply via email to