[ovs-dev] [PATCH ovn 3/3] northd: support HW VTEP with stateful datapath

2021-09-15 Thread Vladislav Odintsov
A packet going from HW VTEP device to VIF port when arrives to hypervisor chassis should go through LS ingress pipeline to l2_lkp stage without any match. In l2_lkp stage an output port is determined and then packet passed to LS egress pipeline for futher processing and to VIF port delivery. Prior

Re: [ovs-dev] [PATCH ovn 3/3] northd: support HW VTEP with stateful datapath

2021-09-17 Thread Numan Siddique
On Wed, Sep 15, 2021 at 8:07 PM Vladislav Odintsov wrote: > > A packet going from HW VTEP device to VIF port when arrives to > hypervisor chassis should go through LS ingress pipeline to l2_lkp > stage without any match. In l2_lkp stage an output port is > determined and then packet passed to LS e

Re: [ovs-dev] [PATCH ovn 3/3] northd: support HW VTEP with stateful datapath

2021-09-17 Thread Vladislav Odintsov
Hi, done: https://patchwork.ozlabs.org/project/ovn/patch/20210917150104.6143-1-odiv...@gmail.com/ Regards, Vladislav Odintsov > On 17 Sep 2021, at 17:44, Numan Siddique wrote: > > On Wed, Sep 15, 2021 at 8:07 PM Vladislav Odintsov > wrote: >> >> A packet going from