> -----Original Message----- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Monday, November 28, 2016 12:26 PM > To: netdev@vger.kernel.org > Cc: linux-ker...@vger.kernel.org; KY Srinivasan <k...@microsoft.com>; > Haiyang Zhang <haiya...@microsoft.com> > Subject: [PATCH net-next] hv_netvsc: remove excessive logging on MTU > change > > When we change MTU or the number of channels on a netvsc device we get > the > following logged: > > hv_netvsc bf5edba8...: net device safe to remove > hv_netvsc: hv_netvsc channel opened successfully > hv_netvsc bf5edba8...: Send section size: 6144, Section count:2560 > hv_netvsc bf5edba8...: Device MAC 00:15:5d:1e:91:12 link state up > > This information is useful as debug at most. > > Signed-off-by: Vitaly Kuznetsov <vkuzn...@redhat.com>
Reviewed-by: Haiyang Zhang <haiya...@microsoft.com>