Page MenuHomeFreeBSD

Allow IPoIB to work with multiple FIBs
ClosedPublic

Authored by rpokala on Oct 10 2020, 9:50 PM.
Tags
None
Referenced Files
F166356903: D26733.id78091.diff
Thu, Aug 13, 2:38 AM
F166356902: D26733.id.diff
Thu, Aug 13, 2:38 AM
F166356696: D26733.diff
Thu, Aug 13, 2:36 AM
Unknown Object (File)
Wed, Aug 12, 11:38 AM
Unknown Object (File)
Tue, Aug 11, 9:12 AM
Unknown Object (File)
Sun, Aug 9, 7:16 PM
Unknown Object (File)
Sun, Aug 9, 7:13 PM
Unknown Object (File)
Sat, Aug 8, 10:04 PM
Subscribers

Details

Summary

Call M_SETFIB() to make sure the IPoIB packet is directed to the correct
interface-specific FIB.

Test Plan

Tested at Panasas on FreeBSD 12.1; general-purpose routing using the default
FIB, and a separate FIB for routing between IPoIB on ib0 and IPoEth on mce0.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34091
Build 31264: arc lint + arc unit

Event Timeline

rpokala retitled this revision from Allow IPoIB to work with mutiple FIBs to Allow IPoIB to work with multiple FIBs.Oct 10 2020, 9:56 PM

This piece of code is about to change with D26254 . I've added the patch there instead.

This piece of code is about to change with D26254 . I've added the patch there instead.

Fair enough. Any objection to me submitting this, in the current location, to stable/12 (tested) and stable/11 (not tested, but ipoib_demux() is substantially the same, so it seems right)?

If you MFC it too it is fine. I'll rebase my patch.

This revision is now accepted and ready to land.Oct 13 2020, 7:24 AM