Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1245914
| From | Julien Grall <julien.grall@citrix.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] xen/xenbus: Support multiple grants ring with 64KB page |
| Date | 2015-10-13 19:00 +0200 |
| Message-ID | <qjb5D-44m-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi all,
The support of multiple grants ring was left aside for 64KB page. This series
aims to fix it.
It's based on xentip/for-linus-4.4.
Sincelerely yours,
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: David Vrabel <david.vrabel@citrix.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: "Roger Pau Monné" <roger.pau@citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Julien Grall (3):
xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*
xen/grant-table: Add an helper to iterate over a specific number of
grants
xenbus: Support multiple grants ring with 64KB
drivers/block/xen-blkback/blkback.c | 8 +--
drivers/block/xen-blkback/xenbus.c | 2 +-
drivers/block/xen-blkfront.c | 10 +--
drivers/xen/grant-table.c | 22 +++++++
drivers/xen/xenbus/xenbus_client.c | 121 +++++++++++++++++++++++++-----------
include/xen/grant_table.h | 6 ++
include/xen/xenbus.h | 4 +-
7 files changed, 124 insertions(+), 49 deletions(-)
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] xen/xenbus: Support multiple grants ring with 64KB page Julien Grall <julien.grall@citrix.com> - 2015-10-13 19:00 +0200 [PATCH 1/3] xen/xenbus: Rename *RING_PAGE* to *RING_GRANT* Julien Grall <julien.grall@citrix.com> - 2015-10-13 19:00 +0200 Re: [Xen-devel] [PATCH 0/3] xen/xenbus: Support multiple grants ring with 64KB page David Vrabel <david.vrabel@citrix.com> - 2015-10-16 16:20 +0200
csiph-web