Re: [Xen-devel] [RFC PATCH 11/13] xen-netfront: feature-persistent xenbus support

2015-05-19 Thread Joao Martins
On 18 May 2015, at 17:51, David Vrabel wrote: > On 12/05/15 18:18, Joao Martins wrote: >> "feature-persistent" check on xenbus for persistent grants >> support on the backend. > > You can't expose/check for this feature until you actually support it. > This should probably be the last patch. Ma

Re: [Xen-devel] [RFC PATCH 11/13] xen-netfront: feature-persistent xenbus support

2015-05-18 Thread David Vrabel
On 12/05/15 18:18, Joao Martins wrote: > "feature-persistent" check on xenbus for persistent grants > support on the backend. You can't expose/check for this feature until you actually support it. This should probably be the last patch. David ___ Xen-d

[Xen-devel] [RFC PATCH 11/13] xen-netfront: feature-persistent xenbus support

2015-05-12 Thread Joao Martins
"feature-persistent" check on xenbus for persistent grants support on the backend. Signed-off-by: Joao Martins --- drivers/net/xen-netfront.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index 99c17c9..7f44cc7 10064