Re: [ovs-dev] [PATCH] ofproto-dpif: Fix removal of renamed datapath ports.

2023-08-01 Thread Ilya Maximets
On 7/31/23 21:31, Aaron Conole wrote: > Ilya Maximets writes: > >> On 7/20/23 21:18, Aaron Conole wrote: >>> Ilya Maximets writes: >>> On 7/20/23 16:55, Aaron Conole wrote: > Ilya Maximets writes: > >> OVS configuration is based on port names and OpenFlow port numbers. >>

Re: [ovs-dev] [PATCH] ofproto-dpif: Fix removal of renamed datapath ports.

2023-07-31 Thread Aaron Conole
Ilya Maximets writes: > On 7/20/23 21:18, Aaron Conole wrote: >> Ilya Maximets writes: >> >>> On 7/20/23 16:55, Aaron Conole wrote: Ilya Maximets writes: > OVS configuration is based on port names and OpenFlow port numbers. > Names are stored in the database and translated

Re: [ovs-dev] [PATCH] ofproto-dpif: Fix removal of renamed datapath ports.

2023-07-31 Thread Ilya Maximets
On 7/20/23 21:18, Aaron Conole wrote: > Ilya Maximets writes: > >> On 7/20/23 16:55, Aaron Conole wrote: >>> Ilya Maximets writes: >>> OVS configuration is based on port names and OpenFlow port numbers. Names are stored in the database and translated later to OF ports. On the

Re: [ovs-dev] [PATCH] ofproto-dpif: Fix removal of renamed datapath ports.

2023-07-20 Thread Aaron Conole
Ilya Maximets writes: > On 7/20/23 16:55, Aaron Conole wrote: >> Ilya Maximets writes: >> >>> OVS configuration is based on port names and OpenFlow port numbers. >>> Names are stored in the database and translated later to OF ports. >>> On the datapath level, each port has a name and a

Re: [ovs-dev] [PATCH] ofproto-dpif: Fix removal of renamed datapath ports.

2023-07-20 Thread Ilya Maximets
On 7/20/23 16:55, Aaron Conole wrote: > Ilya Maximets writes: > >> OVS configuration is based on port names and OpenFlow port numbers. >> Names are stored in the database and translated later to OF ports. >> On the datapath level, each port has a name and a datapath port number. >> Port name in

Re: [ovs-dev] [PATCH] ofproto-dpif: Fix removal of renamed datapath ports.

2023-07-20 Thread Aaron Conole
Ilya Maximets writes: > OVS configuration is based on port names and OpenFlow port numbers. > Names are stored in the database and translated later to OF ports. > On the datapath level, each port has a name and a datapath port number. > Port name in the database has to match datapath port name,

Re: [ovs-dev] [PATCH] ofproto-dpif: Fix removal of renamed datapath ports.

2023-07-20 Thread Alin Serdean
Thanks for the quick patch! Tested-by: Alin-Gabriel Serdean Acked-by: Alin-Gabriel Serdean From: Ilya Maximets Sent: Wednesday, July 19, 2023 6:14 PM To: ovs-dev@openvswitch.org Cc: Alin Serdean ; Eelco Chaudron ; Ilya Maximets Subject: [PATCH]

[ovs-dev] [PATCH] ofproto-dpif: Fix removal of renamed datapath ports.

2023-07-19 Thread Ilya Maximets
OVS configuration is based on port names and OpenFlow port numbers. Names are stored in the database and translated later to OF ports. On the datapath level, each port has a name and a datapath port number. Port name in the database has to match datapath port name, unless it's a tunnel port. If a