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.
>> N
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 la
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 data
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 datapath
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 t
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, u
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] ofproto-dpif:
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