Re: [ovs-dev] [PATCH net-next 0/1] openvswitch: allow specifying ifindex of new interfaces

2022-08-18 Thread Andrey Zhadchenko via dev
On 8/18/22 14:06, Ilya Maximets wrote: On 8/18/22 01:11, Andrey Zhadchenko wrote: On 8/18/22 01:15, Ilya Maximets wrote: On 8/17/22 22:35, Andrey Zhadchenko wrote: On 8/17/22 21:19, Ilya Maximets wrote: On 8/17/22 14:49, Andrey Zhadchenko via dev wrote: Hi! CRIU currently do not

Re: [ovs-dev] [PATCH net-next 0/1] openvswitch: allow specifying ifindex of new interfaces

2022-08-18 Thread Ilya Maximets
On 8/18/22 01:11, Andrey Zhadchenko wrote: > > > On 8/18/22 01:15, Ilya Maximets wrote: >> On 8/17/22 22:35, Andrey Zhadchenko wrote: >>> >>> >>> On 8/17/22 21:19, Ilya Maximets wrote: On 8/17/22 14:49, Andrey Zhadchenko via dev wrote: > Hi! > > CRIU currently do not support

Re: [ovs-dev] [PATCH net-next 0/1] openvswitch: allow specifying ifindex of new interfaces

2022-08-17 Thread Andrey Zhadchenko via dev
On 8/18/22 01:15, Ilya Maximets wrote: On 8/17/22 22:35, Andrey Zhadchenko wrote: On 8/17/22 21:19, Ilya Maximets wrote: On 8/17/22 14:49, Andrey Zhadchenko via dev wrote: Hi! CRIU currently do not support checkpoint/restore of OVS configurations, but there was several requests for it.

Re: [ovs-dev] [PATCH net-next 0/1] openvswitch: allow specifying ifindex of new interfaces

2022-08-17 Thread Ilya Maximets
On 8/17/22 22:35, Andrey Zhadchenko wrote: > > > On 8/17/22 21:19, Ilya Maximets wrote: >> On 8/17/22 14:49, Andrey Zhadchenko via dev wrote: >>> Hi! >>> >>> CRIU currently do not support checkpoint/restore of OVS configurations, but >>> there was several requests for it. For example, >>>

Re: [ovs-dev] [PATCH net-next 0/1] openvswitch: allow specifying ifindex of new interfaces

2022-08-17 Thread Andrey Zhadchenko via dev
On 8/17/22 21:19, Ilya Maximets wrote: On 8/17/22 14:49, Andrey Zhadchenko via dev wrote: Hi! CRIU currently do not support checkpoint/restore of OVS configurations, but there was several requests for it. For example, https://github.com/lxc/lxc/issues/2909 The main problem is ifindexes of

Re: [ovs-dev] [PATCH net-next 0/1] openvswitch: allow specifying ifindex of new interfaces

2022-08-17 Thread Ilya Maximets
On 8/17/22 14:49, Andrey Zhadchenko via dev wrote: > Hi! > > CRIU currently do not support checkpoint/restore of OVS configurations, but > there was several requests for it. For example, > https://github.com/lxc/lxc/issues/2909 > > The main problem is ifindexes of newly created interfaces. We

Re: [ovs-dev] [PATCH net-next 0/1] openvswitch: allow specifying ifindex of new interfaces

2022-08-17 Thread Christian Brauner
On Wed, Aug 17, 2022 at 03:49:08PM +0300, Andrey Zhadchenko wrote: > Hi! > > CRIU currently do not support checkpoint/restore of OVS configurations, but > there was several requests for it. For example, > https://github.com/lxc/lxc/issues/2909 Ah right, I remember that. :) > > The main problem

[ovs-dev] [PATCH net-next 0/1] openvswitch: allow specifying ifindex of new interfaces

2022-08-17 Thread Andrey Zhadchenko via dev
Hi! CRIU currently do not support checkpoint/restore of OVS configurations, but there was several requests for it. For example, https://github.com/lxc/lxc/issues/2909 The main problem is ifindexes of newly created interfaces. We realy need to preserve them after restore. Current openvswitch API