> -----Original Message----- > From: Vitaly Kuznetsov [mailto:[email protected]] > Sent: Thursday, August 11, 2016 6:59 AM > To: [email protected] > Cc: [email protected]; [email protected]; Haiyang > Zhang <[email protected]>; KY Srinivasan <[email protected]> > Subject: [PATCH net 1/4] hv_netvsc: don't lose VF information > > struct netvsc_device is not suitable for storing VF information as this > structure is being destroyed on MTU change / set channel operation (see > rndis_filter_device_remove()). Move all VF related stuff to struct > net_device_context which is persistent. > > Signed-off-by: Vitaly Kuznetsov <[email protected]>
Acked-by: Haiyang Zhang <[email protected]> _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
