Git Product home page Git Product logo

Comments (3)

jafingerhut avatar jafingerhut commented on August 20, 2024

It really depends upon the production switch you have in mind.

For example, Tofino's hardware architecture is such that at a basic introductory level you can say it has the following performance model:

  • If your P4 program fits into one pass, it operates at X billion packets per second of throughput, guaranteed
  • If your P4 program does not fit into one pass, it operates at 0 packets per second of throughput, guaranteed

Now of course you can get more nuanced than that, by allowing P4 programs that explicitly recirculate packets, and have other operating points like this:

  • If your P4 program fits into K passes, it operates at X billion packets per second, but only for a fraction 1/K of the ports being usable, with the rest being dedicated as recirculation ports

There are other hardware architectures where the performance will degrade more gradually than that, if you go "a little bit over" the budget of what can be done at X billion packets per second.

Some will have caches between the packet processing core and DRAM, and then cache hit rates play a huge part in the throughput and latency.

Sorry I can't give you a more specific answer, but if you dive at least a bit into two different-enough hardware architectures, you will start to see more of the reasons that "it depends" is the correct answer.

from behavioral-model.

RithvikChuppala avatar RithvikChuppala commented on August 20, 2024

Thanks for the quick reply!

For my use case, I'm implementing packet processing functionality to perform tunneling (stripping tunnel headers, adding new egress headers, etc). I aim to show that executing this packet process functionality in a programmable switch improves throughput and latency metrics compared to the normal software-based approach.

However, since bmv2 isn't an accurate representation of performance, what proxy metric for ideal hardware performance do you think makes the most sense?

from behavioral-model.

jafingerhut avatar jafingerhut commented on August 20, 2024

If you can, the truly best measure is to implement it and measure the relevant performance metrics on a real hardware device.

If for some reason that is not possible, then the next best thing is to learn about some hardware device in enough detail that you can make a good educated guess what the performance metrics would be.

from behavioral-model.

Related Issues (20)

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.