summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorMaxime Ripard <mripard@kernel.org>2025-08-20 09:33:06 +0200
committerMaxime Ripard <mripard@kernel.org>2025-08-20 09:33:06 +0200
commit1e17ed83261ee7aa80c488461ed0f4e7a4f82660 (patch)
tree73367537244fb26830457a89d4b0bd4196860624 /drivers/net/hyperv/hyperv_net.h
parentdab74906423c5a0e41dfd4cefc3758d351ccc51e (diff)
parentdd489c01c3971778c417630f328460021fc8fc61 (diff)
downloadlinux-next-1e17ed83261ee7aa80c488461ed0f4e7a4f82660.tar.gz
linux-next-1e17ed83261ee7aa80c488461ed0f4e7a4f82660.zip
Merge drm/drm-next into drm-misc-next
Bring v6.17-rc2 in to unstuck for-linux-next. Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r--drivers/net/hyperv/hyperv_net.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
index cb6f5482d203..7397c693f984 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -1061,6 +1061,7 @@ struct net_device_context {
struct net_device __rcu *vf_netdev;
struct netvsc_vf_pcpu_stats __percpu *vf_stats;
struct delayed_work vf_takeover;
+ struct delayed_work vfns_work;
/* 1: allocated, serial number is valid. 0: not allocated */
u32 vf_alloc;
@@ -1075,6 +1076,8 @@ struct net_device_context {
struct netvsc_device_info *saved_netvsc_dev_info;
};
+void netvsc_vfns_work(struct work_struct *w);
+
/* Azure hosts don't support non-TCP port numbers in hashing for fragmented
* packets. We can use ethtool to change UDP hash level when necessary.
*/