All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] new ring macros, 9pfs and pvcalls headers
@ 2017-03-21 22:19 Stefano Stabellini
  2017-03-21 22:19 ` [PATCH v3 1/3] ring.h: introduce macros to handle monodirectional rings with multiple req sizes Stefano Stabellini
  0 siblings, 1 reply; 8+ messages in thread
From: Stefano Stabellini @ 2017-03-21 22:19 UTC (permalink / raw)
  To: xen-devel; +Cc: sstabellini

Hi all,

this patch series introduces a set of new ring macros to support rings
in the formats specified by the Xen 9pfs transport and PV Calls
protocol. It also introduces the Xen 9pfs and PV Calls protocols
headers.


Changes in v3:
- fix commit message
- add newlines after read/write_packet functions
- reorder DEFINE_XEN_FLEX_RING_AND_INTF and DEFINE_XEN_FLEX_RING

Changes in v2:
- replace __attribute__((packed)) with #pragma pack
- remove XEN_9PFS_RING_ORDER, the 9pfs ring order should be dynamic
- add editor configuration blocks
- add links to the specs


Stefano Stabellini (3):
      ring.h: introduce macros to handle monodirectional rings with multiple req sizes
      Introduce the Xen 9pfs transport header
      Introduce the pvcalls header

 xen/include/public/io/9pfs.h    |  57 +++++++++++++++
 xen/include/public/io/pvcalls.h | 152 ++++++++++++++++++++++++++++++++++++++++
 xen/include/public/io/ring.h    | 133 +++++++++++++++++++++++++++++++++++
 3 files changed, 342 insertions(+)
 create mode 100644 xen/include/public/io/9pfs.h
 create mode 100644 xen/include/public/io/pvcalls.h


Cheers,

Stefano

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-24 18:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-21 22:19 [PATCH v3 0/3] new ring macros, 9pfs and pvcalls headers Stefano Stabellini
2017-03-21 22:19 ` [PATCH v3 1/3] ring.h: introduce macros to handle monodirectional rings with multiple req sizes Stefano Stabellini
2017-03-21 22:19   ` [PATCH v3 2/3] Introduce the Xen 9pfs transport header Stefano Stabellini
2017-03-21 22:19   ` [PATCH v3 3/3] Introduce the pvcalls header Stefano Stabellini
2017-03-23 20:58   ` [PATCH v3 1/3] ring.h: introduce macros to handle monodirectional rings with multiple req sizes Stefano Stabellini
2017-03-23 21:48     ` Stefano Stabellini
2017-03-24  7:44       ` Jan Beulich
2017-03-24 18:15         ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.