summaryrefslogtreecommitdiff
path: root/include/linux/node.h
diff options
context:
space:
mode:
authorMike Marciniszyn (Meta) <mike.marciniszyn@gmail.com>2026-03-07 13:58:43 +0300
committerPaolo Abeni <pabeni@redhat.com>2026-03-10 15:53:52 +0300
commit3fdd33697c2be9184668c89ba4f24a5ecbc8ec51 (patch)
tree8dd2190ce5b1924bc6ad3dc9b531aa01c88cc197 /include/linux/node.h
parent89fe91c65992a37863241e35aec151210efc53ce (diff)
downloadlinux-3fdd33697c2be9184668c89ba4f24a5ecbc8ec51.tar.xz
net: export netif_open for self_test usage
dev_open() already is exported, but drivers which use the netdev instance lock need to use netif_open() instead. netif_close() is also already exported [1] so this completes the pairing. This export is required for the following fbnic self tests to avoid calling ndo_stop() and ndo_open() in favor of the more appropriate netif_open() and netif_close() that notifies any listeners that the interface went down to test and is now coming back up. Link: https://patch.msgid.link/20250309215851.2003708-1-sdf@fomichev.me [1] Signed-off-by: Mike Marciniszyn (Meta) <mike.marciniszyn@gmail.com> Link: https://patch.msgid.link/20260307105847.1438-2-mike.marciniszyn@gmail.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/linux/node.h')
0 files changed, 0 insertions, 0 deletions