Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147617732
D26733.id78091.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
426 B
Referenced Files
None
Subscribers
None
D26733.id78091.diff
View Options
Index: sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
===================================================================
--- sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
+++ sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
@@ -1617,6 +1617,8 @@
m_freem(m);
return;
}
+ /* Direct packet to correct FIB based on interface config */
+ M_SETFIB(m, ifp->if_fib);
/*
* Dispatch frame to upper layer.
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 13, 9:14 AM (13 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29616950
Default Alt Text
D26733.id78091.diff (426 B)
Attached To
Mode
D26733: Allow IPoIB to work with multiple FIBs
Attached
Detach File
Event Timeline
Log In to Comment