Re: [ovs-dev] [PATCH ovn v4 2/5] Track interface MTU in if-status-mgr

2023-05-23 Thread Dumitru Ceara
On 5/18/23 12:56, Ihar Hrachyshka wrote: > This will be used in a later patch to calculate the effective interface > MTU after considering tunneling overhead. > > NOTE: ideally, OVN would support Logical_Port MTU, in which case we > wouldn't have to track OVSDB for interfaces. > > Signed-off-by:

[ovs-dev] [PATCH ovn v4 2/5] Track interface MTU in if-status-mgr

2023-05-18 Thread Ihar Hrachyshka
This will be used in a later patch to calculate the effective interface MTU after considering tunneling overhead. NOTE: ideally, OVN would support Logical_Port MTU, in which case we wouldn't have to track OVSDB for interfaces. Signed-off-by: Ihar Hrachyshka --- controller/binding.c| 4