Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102720630
D26733.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.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
Sun, Nov 17, 8:21 AM (19 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14673164
Default Alt Text
D26733.diff (426 B)
Attached To
Mode
D26733: Allow IPoIB to work with multiple FIBs
Attached
Detach File
Event Timeline
Log In to Comment