android_kernel_motorola_sm6225/drivers/misc/mic/host
Ashutosh Dixit f69bcbf3b4 Intel MIC Host Driver Changes for Virtio Devices.
This patch introduces the host "Virtio over PCIe" interface for
Intel MIC. It allows creating user space backends on the host and instantiating
virtio devices for them on the Intel MIC card. It uses the existing VRINGH
infrastructure in the kernel to access virtio rings from the host. A character
device per MIC is exposed with IOCTL, mmap and poll callbacks. This allows the
user space backend to:
(a) add/remove a virtio device via a device page.
(b) map (R/O) virtio rings and device page to user space.
(c) poll for availability of data.
(d) copy a descriptor or entire descriptor chain to/from the card.
(e) modify virtio configuration.
(f) handle virtio device reset.
The buffers are copied over using CPU copies for this initial patch
and host initiated MIC DMA support is planned for future patches.
The avail and desc virtio rings are in host memory and the used ring
is in card memory to maximize writes across PCIe for performance.

Co-author: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Caz Yokoyama <Caz.Yokoyama@intel.com>
Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Signed-off-by: Harshavardhan R Kharche <harshavardhan.r.kharche@intel.com>
Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
Acked-by: Yaozu (Eddie) Dong <eddie.dong@intel.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-09-26 13:50:56 -07:00
..
Makefile Intel MIC Host Driver Changes for Virtio Devices. 2013-09-26 13:50:56 -07:00
mic_boot.c Intel MIC Host Driver Changes for Virtio Devices. 2013-09-26 13:50:56 -07:00
mic_debugfs.c Intel MIC Host Driver Changes for Virtio Devices. 2013-09-26 13:50:56 -07:00
mic_device.h Intel MIC Host Driver Changes for Virtio Devices. 2013-09-26 13:50:56 -07:00
mic_fops.c Intel MIC Host Driver Changes for Virtio Devices. 2013-09-26 13:50:56 -07:00
mic_fops.h Intel MIC Host Driver Changes for Virtio Devices. 2013-09-26 13:50:56 -07:00
mic_intr.c Intel MIC Host Driver Interrupt/SMPT support. 2013-09-26 13:50:56 -07:00
mic_intr.h Intel MIC Host Driver Interrupt/SMPT support. 2013-09-26 13:50:56 -07:00
mic_main.c Intel MIC Host Driver Changes for Virtio Devices. 2013-09-26 13:50:56 -07:00
mic_smpt.c Intel MIC Host Driver Interrupt/SMPT support. 2013-09-26 13:50:56 -07:00
mic_smpt.h Intel MIC Host Driver Interrupt/SMPT support. 2013-09-26 13:50:56 -07:00
mic_sysfs.c Intel MIC Host Driver, card OS state management. 2013-09-26 13:50:56 -07:00
mic_virtio.c Intel MIC Host Driver Changes for Virtio Devices. 2013-09-26 13:50:56 -07:00
mic_virtio.h Intel MIC Host Driver Changes for Virtio Devices. 2013-09-26 13:50:56 -07:00
mic_x100.c Intel MIC Host Driver, card OS state management. 2013-09-26 13:50:56 -07:00
mic_x100.h Intel MIC Host Driver, card OS state management. 2013-09-26 13:50:56 -07:00