[ovs-dev] [PATCH ovn v3 2/5] binding: Add the localport port binding in the binding_lport information.

Han Zhou hzhou at ovn.org
Mon Aug 2 07:29:46 UTC 2021


On Tue, Jul 27, 2021 at 7:47 PM <numans at ovn.org> wrote:
>
> From: Numan Siddique <numans at ovn.org>
>
> If there is an OVS interface present with the external_ids:iface-id set
> to a localport port binding, we create a 'struct local_binding' for this
> OVS interface but we do not associate the binding_lport to this
> local_binding.  This patch now associates the binding_lport now.
> Future patch will make use of this information in handling the
> runtime data changes in the pflow engine node.
>
> Signed-off-by: Numan Siddique <numans at ovn.org>
> ---
>  controller/binding.c    | 164 +++++++++++++++++++++++++++++++++-------
>  tests/ovn-controller.at |  35 ++++++++-
>  2 files changed, 170 insertions(+), 29 deletions(-)
>
Acked-by: Han Zhou <hzhou at ovn.org>


More information about the dev mailing list