Re: [RFC PATCH 02/13] xen-netback: xenbus feature persistent support
From: Wei Liu <hidden>
Date: 2015-05-19 15:20:40
From: Wei Liu <hidden>
Date: 2015-05-19 15:20:40
On Tue, May 12, 2015 at 07:18:26PM +0200, Joao Martins wrote:
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. Wei.