RE: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore

2020-08-05 Thread Durrant, Paul
> xenstore > > CAUTION: This email originated from outside of the organization. Do not click > links or open > attachments unless you can confirm the sender and know the content is safe. > > > > Paul Durrant writes ("RE: [PATCH v2 4/4] tools/hotplug: m

RE: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore

2020-08-05 Thread Ian Jackson
Durrant, Paul writes ("RE: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore"): > > -Original Message- > > From: Ian Jackson ... > Well, I guess we address the driver domain issue in this way > too... I will a

RE: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore

2020-08-05 Thread Ian Jackson
Paul Durrant writes ("RE: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore"): > > -Original Message- > > From: Ian Jackson ... > > Actually. > > > > This shouldn't be in the frontend at all, should it ? In gener

RE: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore

2020-08-04 Thread Paul Durrant
> -Original Message- > From: Ian Jackson > Sent: 04 August 2020 12:35 > To: p...@xen.org > Cc: xen-devel@lists.xenproject.org; 'Paul Durrant' ; > 'Wei Liu' > Subject: RE: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the > frontend via xenstore >

RE: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore

2020-08-04 Thread Ian Jackson
Paul Durrant writes ("RE: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore"): > > -Original Message- > > From: Ian Jackson > > Sent: 04 August 2020 12:14 > > To: Paul Durrant > > Cc: xen-devel@lists.xen

RE: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore

2020-08-04 Thread Paul Durrant
> -Original Message- > From: Ian Jackson > Sent: 04 August 2020 12:14 > To: Paul Durrant > Cc: xen-devel@lists.xenproject.org; Paul Durrant ; Wei > Liu > Subject: Re: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the > frontend via xenstore > >

Re: [PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore

2020-08-04 Thread Ian Jackson
Paul Durrant writes ("[PATCH v2 4/4] tools/hotplug: modify set_mtu() to inform the frontend via xenstore"): > From: Paul Durrant > > set_mtu() currently sets the backend vif MTU but does not inform the frontend > what it is. This patch adds code to write the MTU into a xenstore node. See >