hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()
authorAndrea Parri (Microsoft) <parri.andrea@gmail.com>
Thu, 7 Apr 2022 04:40:34 +0000 (06:40 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Apr 2022 04:04:11 +0000 (21:04 -0700)
commit26894cd971168d14fd8f4c05435aef59188c9514
tree4b7a1ca7474f92d5745f89376b5b1c98da10de5e
parent4daf5f1956308641092769aa1924286b19513328
hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()

That being useful for debugging purposes.

Notice that the packet descriptor is in "private" guest memory, so
that Hyper-V can not tamper with it.

While at it, remove two unnecessary u64-casts.

Signed-off-by: Andrea Parri (Microsoft) <parri.andrea@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/hyperv/netvsc.c