Giter Club home page Giter Club logo

dnc_networkmodel_converter's People

Contributors

matyesz avatar

Watchers

 avatar  avatar  avatar

dnc_networkmodel_converter's Issues

Add support for flows with priorities

The DNC core is designed with the assumption that a service curve is shared by all the flows crossing a server — thus the left-over computations with some multiplexing assumption. Looking at this in a very generic way this can be interpreted as class-based scheduling with only a single class (‘and arbitrary or fifo multiplexing within this class). The other extreme of this generic interpretation is your idea: one class per flow, all classed being of a fixed priority and having a service curve.

I agree that an extension to a more flexible class-based model should go into the converter. Implementation-wise, the most non-invasive way for the DNC core is in my opinion to map one device graph entity (like output port) to multiple server graph servers. The converter should then

  • keep track of this mapping and its interpretation (e.g., classes, priorities among classes, multiplexing within a class),
  • compute the per-class service curve from the overall service curve of the device graph entity (e.g., an output port’s service curve can be allocated to classes by some scheduling like generalized processor sharing)
  • route flows such that they only cross servers in their class (with 1 to n flows per class, n being all the flows in the network as it is currently done).

In particular the last point, routing, needs more information that available in the server graph. Thus, I think it is better to keep a map in the converter than having multiple service curves per server.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.