public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* alacrityvm-next: clearly specify ioq endianness
@ 2009-12-08 20:57 Ira W. Snyder
  2009-12-08 20:57 ` [PATCH] vbus: fix lots of sparse "dubious signed bitfield" warnings Ira W. Snyder
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ira W. Snyder @ 2009-12-08 20:57 UTC (permalink / raw)
  To: alacrityvm-devel, linux-kernel


This is a respin of the previous patch series against alacrityvm.git's
linux-next branch, to facilitate easier merging with the linux-next tree.

The SHM_SIGNAL and IOQ code is meant to be used for communication channels
between systems with different bit widths and operating systems.
Conceivably, this could include systems with different endianness as well,
for example, using QEMU on x86 to emulate a powerpc.

This patch series annotates all shared structures as little endian, and
fixes up all users. This means that there is no overhead in the most common
case, x86-on-x86. The byteswaps compile out.

[RESEND: added LKML to CC per Greg Haskins' request]

 drivers/net/vbus-enet.c    |   36 ++++++++++++++++++------------------
 drivers/vbus/bus-proxy.c   |    2 +-
 drivers/vbus/pci-bridge.c  |   18 +++++++++---------
 include/linux/ioq.h        |   24 ++++++++++++------------
 include/linux/shm_signal.h |    8 ++++----
 lib/ioq.c                  |   28 ++++++++++++++++------------
 6 files changed, 60 insertions(+), 56 deletions(-)

Thanks,
Ira

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

end of thread, other threads:[~2009-12-09 18:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 20:57 alacrityvm-next: clearly specify ioq endianness Ira W. Snyder
2009-12-08 20:57 ` [PATCH] vbus: fix lots of sparse "dubious signed bitfield" warnings Ira W. Snyder
2009-12-08 20:57 ` [PATCH] vbus: pci-bridge: fix sparse warnings Ira W. Snyder
2009-12-08 20:57 ` [PATCH] vbus-enet: " Ira W. Snyder
2009-12-08 20:57 ` [PATCH] shm_signal: clearly specify endianness Ira W. Snyder
2009-12-08 20:57 ` [PATCH] ioq: " Ira W. Snyder
2009-12-09 18:17 ` [Alacrityvm-devel] alacrityvm-next: clearly specify ioq endianness Gregory Haskins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox