Giter VIP home page Giter VIP logo

Comments (5)

theojepsen avatar theojepsen commented on July 30, 2024

Running a different P4 program on each switch is not currently supported.

It shouldn't be too difficult to add this feature. The hardest part will be figuring out how change the manifest schema. Right now, there is only one P4 program per p4app.json manifest file. To support multiple programs, we would have to change the schema so that a program can be associated with a specific switch.

from p4app.

duanev avatar duanev commented on July 30, 2024

I suppose conditionals based on the switch config could be an immediate workaround?

from p4app.

theojepsen avatar theojepsen commented on July 30, 2024

p4app started off with idea that you'd specify a p4 program in the manifest, and then run it with different targets. The top-level p4app script compiles the p4 program, and passes it as an argument to one of the targets, which is a separate script. "multiswitch" is one of these targets.

In order to support multiple programs, we would have to redesign the manifest, and the flow between the scripts. For example, some targets only support a single p4 program -- if you had multiple programs, which one would you pass to these targets?

If you can propose an elegant solution (or even better, a PR), that would be great!

from p4app.

theojepsen avatar theojepsen commented on July 30, 2024

Hi @duanev

With the new version of p4app:
#54
you can specify a different P4 program per switch:
https://github.com/theojepsen/p4app/blob/tj/v2/examples/two-programs.p4app/main.py#L24

from p4app.

robertsoule-barefoot avatar robertsoule-barefoot commented on July 30, 2024

Fixed by #54.

from p4app.

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.