Since xi_close now comes along for the ride, move some cases of closing
the port on failure into xen_intr_bind_isrc().
Details
Details
- Reviewers
 royger 
Diff Detail
Diff Detail
- Repository
 - rS FreeBSD src repository - subversion
 - Lint
 Lint Passed - Unit
 No Test Coverage - Build Status
 Buildable 41244 Build 38133: arc lint + arc unit 
Event Timeline
Comment Actions
Simply exploring some of the potential effects of D31188. Alas moving other close needed instances in is rather more difficult.
Comment Actions
This appears to potentially benefit from D32876 as it means there is no longer a need to use xen_intr_unbind(). There is even more potential for merging things down, but this needs to be done with care. Alas, this doesn't appear to benefit my main goal.
Comment Actions
Updating to present tree status. Like the others in this sequence, suddenly a distinct approach has a massive impact.