GithubHelp home page GithubHelp logo

Comments (2)

vamsiDT avatar vamsiDT commented on August 17, 2024

Hi

  1. If you would like to print the time when a packet is dequeued, please make sure that the print statement is inside the if condition within the above mentioned for loop. This if is true when a packet is dequeued from the internal queue. The for loop runs overs over all the internal queues (at most one round) until a packet is available to dequeue. Sim time does not advance within the for loop. But it advances if a packet is found and when we break from the for loop.
  2. GenQueueDisc is per port. So if you place a print statement in GenQueueDisc, print will be triggered due to events on all the ports. This could be a possible reason for packets dequeued at the same time.
  3. Point to point net device triggers the Dequeue function. I think here is where advancing the time appears in the TransmitStart function if I am not wrong.

Hope it clears your question.

from ns3-datacenter.

patrickkasper avatar patrickkasper commented on August 17, 2024

thank you. i put the print statements in the if:
if ((item = GetQueueDiscClass (dequeueIndex)->GetQueueDisc ()->Dequeue ()) != 0)
the problem is even when i define an array per priority in GenQueueDisc class, and saving current time in it, it still has duplicate values (different GetQueueDisc will have their own array and it does not matter if there are duplicates across them). this way time mark should be unique for priority in that port and i did not expect to see duplicate vals.

from ns3-datacenter.

Related Issues (12)

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.