Re: [ovs-dev] [PATCH ovn v2 6/6] Update multichassis physical flows on interface MTU update

2023-05-22 Thread Dumitru Ceara
On 5/17/23 21:53, Ihar Hrachyshka wrote: > On Tue, May 16, 2023 at 9:41 AM Dumitru Ceara wrote: >> >> On 5/3/23 22:13, Ihar Hrachyshka wrote: >>> Make ICMP Path MTU Discovery flows in table=38 react to underlying >>> interface MTU update. >>> >>> NOTE: ideally, OVN would support Logical_Port MTU,

Re: [ovs-dev] [PATCH ovn v2 6/6] Update multichassis physical flows on interface MTU update

2023-05-17 Thread Ihar Hrachyshka
On Tue, May 16, 2023 at 9:41 AM Dumitru Ceara wrote: > > On 5/3/23 22:13, Ihar Hrachyshka wrote: > > Make ICMP Path MTU Discovery flows in table=38 react to underlying > > interface MTU update. > > > > NOTE: ideally, OVN would support Logical_Port MTU, in which case we > > wouldn't have to track O

Re: [ovs-dev] [PATCH ovn v2 6/6] Update multichassis physical flows on interface MTU update

2023-05-16 Thread Dumitru Ceara
On 5/3/23 22:13, Ihar Hrachyshka wrote: > Make ICMP Path MTU Discovery flows in table=38 react to underlying > interface MTU update. > > NOTE: ideally, OVN would support Logical_Port MTU, in which case we > wouldn't have to track OVSDB for interfaces, and we would also be able > to react to MTU ch

[ovs-dev] [PATCH ovn v2 6/6] Update multichassis physical flows on interface MTU update

2023-05-03 Thread Ihar Hrachyshka
Make ICMP Path MTU Discovery flows in table=38 react to underlying interface MTU update. NOTE: ideally, OVN would support Logical_Port MTU, in which case we wouldn't have to track OVSDB for interfaces, and we would also be able to react to MTU changes regardless of interface location. This patch i