Git Product home page Git Product logo

Comments (5)

jnfoster avatar jnfoster commented on August 28, 2024

from tutorials.

NofelYaseen avatar NofelYaseen commented on August 28, 2024

Thank you for the reply, I was able to figure these out. Another thing I would like to know if its possible to retrieve the counter value inside the program.

https://github.com/p4lang/tutorials/tree/master/examples/counter

This example uses CLI to read the counter value. I would like to put the counter value in a packet header.

from tutorials.

jafingerhut avatar jafingerhut commented on August 28, 2024

@NofelYaseen By design, P4 counters can only be read from the control plane -- the current value of the counters are not visible from the P4 program.

If you want a counter that you can see the value of from within the P4 program, you may implement it using a Register.

from tutorials.

NofelYaseen avatar NofelYaseen commented on August 28, 2024

@jafingerhut Thanks for the suggestion. Is there any function to reset the entire register to 0?
I am using v1model for now:
https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4

from tutorials.

jafingerhut avatar jafingerhut commented on August 28, 2024

I am not aware of such a function. Using the control plane API for writing each element of the register to 0, and iterating over all indices, should achieve that goal.

from tutorials.

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.