Ticket #115 (new bug)

Opened 2 months ago

busy polling in BMI_testcontext()

Reported by: carns Owned by: carns
Priority: major Component: BMI
Version: HEAD Keywords: busy poll bmi bgp
Cc:

Description

Even if only one method is active, the poll plan logic in bmi.c will cause methods to be busy polled in some situations regardless of the max_idle_time_ms argument.

This is a problem for the bgp driver because of the polling overhead. We need to at least make this configurable.

Note: See TracTickets for help on using tickets.