You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IRQs are currently requested before the netdevice is registered
and a proper name is assigned to the device. Changing interrupt
name to avoid using the format string in the name.
Interrupt name before change: eth%d-ntfy-block.<blk_id>
Interrupt name after change: gve-ntfy-blk<blk_id>@pci:<pci_name>
Signed-off-by: Praveen Kaligineedi <[email protected]>
Reviewed-by: Jeroen de Borst <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
(cherry picked from commit 8437114)
Orabug: 37356729
Signed-off-by: Yifei Liu <[email protected]>
Reviewed-by: Saeed Mirzamohammadi <[email protected]>
Signed-off-by: Saeed Mirzamohammadi <[email protected]>
Signed-off-by: Vijayendra Suman <[email protected]>
0 commit comments