Re: [RFC PATCH 02/13] xen-netback: xenbus feature persistent support
From: Joao Martins <hidden>
Date: 2015-05-22 10:24:53
From: Joao Martins <hidden>
Date: 2015-05-22 10:24:53
On 19 May 2015, at 17:19, Wei Liu [off-list ref] wrote:
On Tue, May 12, 2015 at 07:18:26PM +0200, Joao Martins wrote:quoted
Checks for "feature-persistent" that indicates persistent grants support. Adds max_persistent_grants module param that specifies the max number of persistent grants, which if set to zero disables persistent grants. Signed-off-by: Joao Martins <redacted>This patch needs to be moved later. The feature needs to be implemented first. Also you need to patch netif.h to document this new feature. To do this, you need to patch the master netif.h in Xen tree then sync the change to Linux. Of course I don't mind if we discuss wording in the Linux copy then you devise a patch for Xen.
Ok, I will do that. I made the same mistake on xen-netfront. Joao