1. Finish exploring getting the queue size.
* Need to change scheduler to export queue data
* Then use:
Scheduler *scheduler = ip->interfaceInfo[interfaceIndex]->scheduler;
Queue* queuePtr = scheduler->getQueue(instanceId); //queueData[instanceId].queue;
queuePtr->qDelay so on and so forth...
2. Finish looking at route generation for different topologies and MarpRouteEntry data structure.
3. Look at the MDP code when there is a change in topology.
