Re: [ovs-dev] [PATCH ovn 6/7] ovn-northd.c: Remove the use of the REGBIT_SKIP_LOOKUP_NEIGHBOR bit.

2020-08-03 Thread Numan Siddique
On Thu, Jul 30, 2020 at 12:18 PM Han Zhou wrote: > On Wed, Jul 29, 2020 at 10:37 AM Numan Siddique wrote: > > > > > > > > On Thu, Jul 23, 2020 at 10:57 AM Han Zhou wrote: > >> > >> In LR ingress stage LOOKUP_NEIGHBOR and LEARN_NEIGHBOR, the flag > >> REGBIT_SKIP_LOOKUP_NEIGHBOR was used to

Re: [ovs-dev] [PATCH ovn 6/7] ovn-northd.c: Remove the use of the REGBIT_SKIP_LOOKUP_NEIGHBOR bit.

2020-07-30 Thread Han Zhou
On Wed, Jul 29, 2020 at 10:37 AM Numan Siddique wrote: > > > > On Thu, Jul 23, 2020 at 10:57 AM Han Zhou wrote: >> >> In LR ingress stage LOOKUP_NEIGHBOR and LEARN_NEIGHBOR, the flag >> REGBIT_SKIP_LOOKUP_NEIGHBOR was used to indicate if mac-binding >> lookup can be skipped. This patch avoid

Re: [ovs-dev] [PATCH ovn 6/7] ovn-northd.c: Remove the use of the REGBIT_SKIP_LOOKUP_NEIGHBOR bit.

2020-07-29 Thread Numan Siddique
On Thu, Jul 23, 2020 at 10:57 AM Han Zhou wrote: > In LR ingress stage LOOKUP_NEIGHBOR and LEARN_NEIGHBOR, the flag > REGBIT_SKIP_LOOKUP_NEIGHBOR was used to indicate if mac-binding > lookup can be skipped. This patch avoid using the bit by combining > it with the REGBIT_LOOKUP_NEIGHBOR_RESULT

[ovs-dev] [PATCH ovn 6/7] ovn-northd.c: Remove the use of the REGBIT_SKIP_LOOKUP_NEIGHBOR bit.

2020-07-22 Thread Han Zhou
In LR ingress stage LOOKUP_NEIGHBOR and LEARN_NEIGHBOR, the flag REGBIT_SKIP_LOOKUP_NEIGHBOR was used to indicate if mac-binding lookup can be skipped. This patch avoid using the bit by combining it with the REGBIT_LOOKUP_NEIGHBOR_RESULT bit, and assigning 1 to REGBIT_LOOKUP_NEIGHBOR_RESULT serves