[ovs-dev] [PATCH ovn v6 1/5] Tag all packets that arrived from a tunnel as LOCAL_ONLY

2022-05-05 Thread Ihar Hrachyshka
A next patch may need to clone packets to another chassis as part of "port migration" procedure, but only if they haven't originated at another chassis. This LOCAL_ONLY tag will enforce the requirement. Signed-off-by: Ihar Hrachyshka --- controller/physical.c | 1 + controller/pinctrl.c | 2 ++

Re: [ovs-dev] [PATCH ovn v6 1/5] Tag all packets that arrived from a tunnel as LOCAL_ONLY

2022-05-18 Thread Ihar Hrachyshka
This patch won't be needed after the next iteration of 'Clone packets...' patch in the set drops. I'm dropping it in the next set. On Wed, May 11, 2022 at 2:20 AM Han Zhou wrote: > > > > On Thu, May 5, 2022 at 6:38 AM Ihar Hrachyshka wrote: > > > > A next patch may need to clone packets to anoth

Re: [ovs-dev] [PATCH ovn v6 1/5] Tag all packets that arrived from a tunnel as LOCAL_ONLY

2022-05-10 Thread Han Zhou
On Thu, May 5, 2022 at 6:38 AM Ihar Hrachyshka wrote: > > A next patch may need to clone packets to another chassis as part of > "port migration" procedure, but only if they haven't originated at > another chassis. This LOCAL_ONLY tag will enforce the requirement. > > Signed-off-by: Ihar Hrachyshk