Re: [ovs-dev] [PATCH v12 ovn] Implement RARP activation strategy for ports

2022-06-03 Thread Ihar Hrachyshka
Thanks Numan. All comments handled in v13 I just sent. Ihar On Thu, Jun 2, 2022 at 5:06 PM Numan Siddique wrote: > > On Wed, Jun 1, 2022 at 7:00 PM Ihar Hrachyshka wrote: > > > > This is the remaining piece in multi-chassis series. This new version > > has no flow modification done in pinctrl

Re: [ovs-dev] [PATCH v12 ovn] Implement RARP activation strategy for ports

2022-06-02 Thread Numan Siddique
On Wed, Jun 1, 2022 at 7:00 PM Ihar Hrachyshka wrote: > > This is the remaining piece in multi-chassis series. This new version > has no flow modification done in pinctrl thread. Instead, I-P engine > is notified of any newly activated ports, which then triggers pflow > update for lports. > > Ihar

Re: [ovs-dev] [PATCH v12 ovn] Implement RARP activation strategy for ports

2022-06-01 Thread Ihar Hrachyshka
This is the remaining piece in multi-chassis series. This new version has no flow modification done in pinctrl thread. Instead, I-P engine is notified of any newly activated ports, which then triggers pflow update for lports. Ihar On Wed, Jun 1, 2022 at 6:57 PM Ihar Hrachyshka wrote: > > When op

[ovs-dev] [PATCH v12 ovn] Implement RARP activation strategy for ports

2022-06-01 Thread Ihar Hrachyshka
When options:activation-strategy is set to "rarp" for LSP, when used in combination with multiple chassis names listed in options:requested-chassis, additional chassis will install special flows that would block all ingress and egress traffic for the port until a special activation event happens.