]> git.baikalelectronics.ru Git - kernel.git/commit
hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
authorMohammed Gamal <mgamal@redhat.com>
Thu, 5 Apr 2018 19:09:19 +0000 (21:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Apr 2018 02:21:00 +0000 (22:21 -0400)
commitae12ea5b84fa854da21769c1c32b3412d4c5ba7a
tree382afa2c0d85007d37e5d6ad4ef85be977135cbe
parentfb0a0f045ee5d7b1bcae7b5742787b1623cc40eb
hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()

Split each of the functions into two for each of send/recv buffers.
This will be needed in order to implement a fine-grained messaging
sequence to the host so that we accommodate the requirements of
different Windows versions

Fixes: 1e036cd3c68e7 ("hv_netvsc: change GPAD teardown order on older versions")
Signed-off-by: Mohammed Gamal <mgamal@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc.c