Re: [ovs-discuss] MAC Learning event to Controller

2020-12-10 Thread Vasu Dasari
Ok. I agree. On Wed, Dec 9, 2020 at 12:35 PM Ben Pfaff wrote: > I respect the desire for symmetry, but it might not justify the effort > of adding the new feature. > > On Wed, Dec 09, 2020 at 11:52:32AM -0500, Vasu Dasari wrote: > > There is no reason for duplication, other than the reason for

Re: [ovs-discuss] MAC Learning event to Controller

2020-12-09 Thread Ben Pfaff
I respect the desire for symmetry, but it might not justify the effort of adding the new feature. On Wed, Dec 09, 2020 at 11:52:32AM -0500, Vasu Dasari wrote: > There is no reason for duplication, other than the reason for symmetricity > of APIs, "send_flow_rem"(which already exists) and "send_flo

Re: [ovs-discuss] MAC Learning event to Controller

2020-12-09 Thread Vasu Dasari
There is no reason for duplication, other than the reason for symmetricity of APIs, "send_flow_rem"(which already exists) and "send_flow_add"(could be added). -Vasu *Vasu Dasari* On Wed, Dec 9, 2020 at 11:41 AM Ben Pfaff wrote: > On Wed, Dec 09, 2020 at 10:37:42AM -0500, Vasu Dasari wrote: >

Re: [ovs-discuss] MAC Learning event to Controller

2020-12-09 Thread Ben Pfaff
On Wed, Dec 09, 2020 at 10:37:42AM -0500, Vasu Dasari wrote: > Ben, > > Thanks for the response. > > I expect the Learning event to come to the controller when a "learn" > happens. In this case(as in tutorial), when a learn event happens, a new > mac entry is added to table 10. Controller just ne

Re: [ovs-discuss] MAC Learning event to Controller

2020-12-09 Thread Vasu Dasari
Ben, Thanks for the response. I expect the Learning event to come to the controller when a "learn" happens. In this case(as in tutorial), when a learn event happens, a new mac entry is added to table 10. Controller just needs to know that a learn event happened on this {port, Mac, Vlan}. This inf

Re: [ovs-discuss] MAC Learning event to Controller

2020-12-08 Thread Ben Pfaff
On Sun, Dec 06, 2020 at 08:22:43AM -0500, Vasu Dasari wrote: > Hi, > > I have a use case similar to that presented at Open vSwitch Advanced > Features > > Specifically, looking at the flow defined in "Implementing Table 2: > MAC+VLA