]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hv_netvsc: remove excessive logging on MTU change
authorVitaly Kuznetsov <vkuznets@redhat.com>
Mon, 28 Nov 2016 17:25:44 +0000 (18:25 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Nov 2016 01:50:07 +0000 (20:50 -0500)
commit93ba2222550415e61f773a8e2ecd1f2a665f5ef5
treecab99e1c4901fba64cb26b3334d294865169a267
parent736c9ba2f2ef78176f9da5500ae9c3fa729d1b6c
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 <vkuznets@redhat.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc.c
drivers/net/hyperv/rndis_filter.c