Re: [PATCH net-next, 2/2] hv_netvsc: Sync offloading features to VF NIC

2019-09-06 Thread Jakub Kicinski
On Thu, 5 Sep 2019 23:07:32 +, Haiyang Zhang wrote: > > On Fri, 30 Aug 2019 03:45:38 +, Haiyang Zhang wrote: > > > VF NIC may go down then come up during host servicing events. This > > > causes the VF NIC offloading feature settings to roll back to the > > > defaults. This patch can

RE: [PATCH net-next, 2/2] hv_netvsc: Sync offloading features to VF NIC

2019-09-05 Thread Haiyang Zhang
emloft.net; linux- > ker...@vger.kernel.org; Mark Bloch > Subject: Re: [PATCH net-next, 2/2] hv_netvsc: Sync offloading features to VF > NIC > > On Fri, 30 Aug 2019 03:45:38 +, Haiyang Zhang wrote: > > VF NIC may go down then come up during host servicing events. This >

RE: [PATCH net-next, 2/2] hv_netvsc: Sync offloading features to VF NIC

2019-08-30 Thread Haiyang Zhang
emloft.net; linux- > ker...@vger.kernel.org; Mark Bloch > Subject: Re: [PATCH net-next, 2/2] hv_netvsc: Sync offloading features to VF > NIC > > On Fri, 30 Aug 2019 03:45:38 +, Haiyang Zhang wrote: > > VF NIC may go down then come up during host servicing events. This >

Re: [PATCH net-next, 2/2] hv_netvsc: Sync offloading features to VF NIC

2019-08-30 Thread Jakub Kicinski
On Fri, 30 Aug 2019 03:45:38 +, Haiyang Zhang wrote: > VF NIC may go down then come up during host servicing events. This > causes the VF NIC offloading feature settings to roll back to the > defaults. This patch can synchronize features from synthetic NIC to > the VF NIC during

[PATCH net-next, 2/2] hv_netvsc: Sync offloading features to VF NIC

2019-08-29 Thread Haiyang Zhang
VF NIC may go down then come up during host servicing events. This causes the VF NIC offloading feature settings to roll back to the defaults. This patch can synchronize features from synthetic NIC to the VF NIC during ndo_set_features (ethtool -K), and netvsc_register_vf when VF comes back after