From: Stephen Hemminger
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
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: