From: Stephen Hemminger <[email protected]>
Date: Thu, 9 Mar 2017 14:58:29 -0800
> Move the send indirection table from the inner device (netvsc)
> to the network device context.
>
> It is possible that netvsc_device is not present (remove in progress).
> This solves potential use after free issues when packet is being
> created during MTU change, shutdown, or queue count changes.
>
> Fixes: d8e18ee0fa96 ("netvsc: enhance transmit select_queue")
> Signed-off-by: Stephen Hemminger <[email protected]>
> ---
> Needed only for 4.11 and net-next.
Applied.