From: Jag Raman <jag.raman@oracle.com>
To: sparclinux@vger.kernel.org
Subject: [PATCH 0/5] LDC changes for porting VCC driver into upstream kernel
Date: Wed, 29 Mar 2017 21:51:41 +0000 [thread overview]
Message-ID: <cover.1490823535.git.jag.raman@oracle.com> (raw)
This set of patches is part of an effort to port VCC (Virtual Channel
Concentrator) and VDS (Virtual Disk Server) kernel modules from UEK4
(Unbreakable Enterprise Kernel 4) to the upstream kernel. UEK4 is
one of the kernels used to develop Oracle's virtualization solutions.
The virtualization solutions typically involve the formation of domains,
with one of them (primary domain) managing the other ones (guest
domains). Each domain typically runs an OS.
VCC & VDS enable the virtualization of serial console and storage
respectively, on SPARC processors. VCC provides access to the guest
domain's serial console. VDS provides the ability to allocate storage to
the guest domain.
Both VCC & VDS depend on some core functionalities in the linux kernel for
SPARC. The functionalities include LDC (Logical Domain Channels),
MDESC (Machine Descriptor) and VIO (Virtual IO protocol).
In order for VCC & VDS to be ported over to the kernel upstream, it
requires that gaps in these core functionalities, between UEK4 &
upstream, be bridged.
This set of patches focusses on bridging gaps in LDC functionality.
Changes to MDESC, VIO and ultimately VCC & VDS would follow.
Jag Raman (5):
sparc64: expand LDC interface
sparc64: enhance ldc_abort to print message
sparc64: ensure LDC channel is ready before communication
sparc64: skip control packet while processing LDC RX queue
sparc64: print debug messages when reading from LDC channel
arch/sparc/include/asm/ldc.h | 13 +++
arch/sparc/kernel/ldc.c | 178 ++++++++++++++++++++++++++++++++----------
2 files changed, 148 insertions(+), 43 deletions(-)
next reply other threads:[~2017-03-29 21:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-29 21:51 Jag Raman [this message]
2017-04-10 17:18 ` [PATCH 0/5] LDC changes for porting VCC driver into upstream kernel Jag Raman
2017-04-10 19:23 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1490823535.git.jag.raman@oracle.com \
--to=jag.raman@oracle.com \
--cc=sparclinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.