Giter Club home page Giter Club logo

Comments (6)

edgar-costa avatar edgar-costa commented on July 24, 2024

That is possible. You can connect two controllers as long as the controller can send packets to the port the switch program is listening to.

from p4-utils.

Master-COLLiDER avatar Master-COLLiDER commented on July 24, 2024

That is possible. You can connect two controllers as long as the controller can send packets to the port the switch program is listening to.

When I tried to connect using p4utils's SimpleSwitchP4RuntimeAPI it shows:

CRITICAL:root:StreamChannel error, closing stream
CRITICAL:root:P4Runtime RPC error (INVALID_ARGUMENT): Election id already exists
CRITICAL:root:Failed to establish session with server

I tried changing the election_id to different tuple it works then. but i am sure it is wrong.

from p4-utils.

edgar-costa avatar edgar-costa commented on July 24, 2024

Can you try with the thrift client? I guess you are using the P4runtime one. I am trying to recall this, but I believe I only attempted to connect to the same switch from multiple controllers using the thrift API. I, however, understand you do not want to use that deprecated API.

from p4-utils.

Master-COLLiDER avatar Master-COLLiDER commented on July 24, 2024

Can you try with the thrift client? I guess you are using the P4runtime one. I am trying to recall this, but I believe I only attempted to connect to the same switch from multiple controllers using the thrift API. I, however, understand you do not want to use that deprecated API.

Thank you @edgar-costa works when I use thrift API.

Also I have one more question, How to send some of the packets to embedded controller and some to remote controller. Currently all the packets are going to both controller.

in my p4 code I am using this

clone3(CloneType.I2E, 100, meta);

and in the controller this

self.controller.mirroring_add(100, self.cpu_port)

from p4-utils.

edgar-costa avatar edgar-costa commented on July 24, 2024

Well, packets are received by using veth interfaces. If both controllers are listening to the same interface, they will receive the packet two times. You need to either, add 2 CPU ports (not directly supported by p4-utils) or you should add some sort of TAG to your packets so you can filter them at the controller.

from p4-utils.

Master-COLLiDER avatar Master-COLLiDER commented on July 24, 2024

Thanks @edgar-costa

from p4-utils.

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.