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

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

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

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

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 add 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

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 > fronten

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 int

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

2020-08-03 Thread Paul Durrant
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 netif.h for a specification of the node. NOTE: There is also a small modification replacing '$mtu' with '${mtu}' for