[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.

2013-08-01 Thread Sudeep Dutt
compiled/validated against v3.10. Ashutosh Dixit (2): Intel MIC Host Driver Changes for Virtio Devices. Intel MIC Card Driver Changes for Virtio Devices. Caz Yokoyama (1): Sample Implementation of Intel MIC User Space Daemon. Sudeep Dutt (2): Intel MIC Host Driver for X100 family. Intel

[PATCH 2/5] Intel MIC Card Driver for X100 family.

2013-08-01 Thread Sudeep Dutt
-by: Dasaratharaman Chandramouli dasaratharaman.chandramo...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off-by: Harshavardhan R Kharche harshavardhan.r.khar...@intel.com Signed-off-by: Sudeep Dutt sudeep.d...@intel.com Acked-by: Yaozu (Eddie) Dong eddie.d...@intel.com Reviewed-by: Peter P

[PATCH 4/5] Intel MIC Card Driver Changes for Virtio Devices.

2013-08-01 Thread Sudeep Dutt
devices. A thin MIC specific virtio_config_ops is implemented which is borrowed heavily from previous similar implementations in lguest and s390 @ drivers/lguest/lguest_device.c drivers/s390/kvm/kvm_virtio.c Co-author: Sudeep Dutt sudeep.d...@intel.com Signed-off-by: Ashutosh Dixit ashutosh.di

[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.

2013-08-01 Thread Sudeep Dutt
-author: Sudeep Dutt sudeep.d...@intel.com Signed-off-by: Ashutosh Dixit ashutosh.di...@intel.com Signed-off-by: Caz Yokoyama caz.yokoy...@intel.com Signed-off-by: Dasaratharaman Chandramouli dasaratharaman.chandramo...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off

Re: [PATCH 4/5] Intel MIC Card Driver Changes for Virtio Devices.

2013-08-01 Thread Sudeep Dutt
On Wed, 2013-07-24 at 21:41 -0700, Greg Kroah-Hartman wrote: On Wed, Jul 24, 2013 at 08:31:35PM -0700, Sudeep Dutt wrote: +/* + * Intel MIC Platform Software Stack (MPSS) + * + * Copyright(c) 2013 Intel Corporation. + * + * This program is free software; you can redistribute

Re: [PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.

2013-08-01 Thread Sudeep Dutt
On Wed, 2013-07-31 at 18:46 -0700, Greg Kroah-Hartman wrote: On Wed, Jul 24, 2013 at 08:31:31PM -0700, Sudeep Dutt wrote: An Intel MIC X100 device is a PCIe form factor add-in coprocessor card based on the Intel Many Integrated Core (MIC) architecture that runs a Linux OS. It is a PCIe

Re: [PATCH 1/5] Intel MIC Host Driver for X100 family.

2013-08-01 Thread Sudeep Dutt
On Wed, 2013-07-31 at 18:51 -0700, Greg Kroah-Hartman wrote: On Wed, Jul 24, 2013 at 08:31:32PM -0700, Sudeep Dutt wrote: --- /dev/null +++ b/drivers/misc/mic/common/mic_device.h @@ -0,0 +1,81 @@ +/* + * Intel MIC Platform Software Stack (MPSS) + * + * Copyright(c) 2013 Intel

Re: [PATCH 1/5] Intel MIC Host Driver for X100 family.

2013-08-01 Thread Sudeep Dutt
On Wed, 2013-07-31 at 18:45 -0700, Greg Kroah-Hartman wrote: On Wed, Jul 24, 2013 at 08:31:32PM -0700, Sudeep Dutt wrote: This patch enables the following: a) Initializes the Intel MIC X100 PCIe devices. b) Boots and shuts down the card via sysfs entries. c) Allocates and maps a device

Re: [PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.

2013-08-01 Thread Sudeep Dutt
On Mon, 2013-07-29 at 10:05 +0300, Michael S. Tsirkin wrote: On Wed, Jul 24, 2013 at 08:31:34PM -0700, Sudeep Dutt wrote: From: Ashutosh Dixit ashutosh.di...@intel.com This patch introduces the host Virtio over PCIe interface for Intel MIC. It allows creating user space backends

[PATCH v2 4/7] Intel MIC Card Driver for X100 family.

2013-08-07 Thread Sudeep Dutt
-by: Dasaratharaman Chandramouli dasaratharaman.chandramo...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off-by: Harshavardhan R Kharche harshavardhan.r.khar...@intel.com Signed-off-by: Sudeep Dutt sudeep.d...@intel.com Acked-by: Yaozu (Eddie) Dong eddie.d...@intel.com Reviewed-by: Peter P

[PATCH v2 5/7] Intel MIC Host Driver Changes for Virtio Devices.

2013-08-07 Thread Sudeep Dutt
memory and the used ring is in card memory to maximize writes across PCIe for performance. Co-author: Sudeep Dutt sudeep.d...@intel.com Signed-off-by: Ashutosh Dixit ashutosh.di...@intel.com Signed-off-by: Caz Yokoyama caz.yokoy...@intel.com Signed-off-by: Dasaratharaman Chandramouli

[PATCH v2 6/7] Intel MIC Card Driver Changes for Virtio Devices.

2013-08-07 Thread Sudeep Dutt
devices. A thin MIC specific virtio_config_ops is implemented which is borrowed heavily from previous similar implementations in lguest and s390 @ drivers/lguest/lguest_device.c drivers/s390/kvm/kvm_virtio.c Co-author: Sudeep Dutt sudeep.d...@intel.com Signed-off-by: Ashutosh Dixit ashutosh.di

[PATCH v2 3/7] Intel MIC Host Driver, card OS state management.

2013-08-07 Thread Sudeep Dutt
...@intel.com Signed-off-by: Harshavardhan R Kharche harshavardhan.r.khar...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off-by: Sudeep Dutt sudeep.d...@intel.com Acked-by: Yaozu (Eddie) Dong eddie.d...@intel.com Reviewed-by: Peter P Waskiewicz Jr peter.p.waskiewicz...@intel.com

[PATCH v2 2/7] Intel MIC Host Driver Interrupt/SMPT support for X100 family.

2013-08-07 Thread Sudeep Dutt
registers each capable of accessing 16GB of system memory address space from X100 devices. The registers can thereby be used to access a cumulative 512GB of system memory address space from X100 devices at any point in time. Co-author: Sudeep Dutt sudeep.d...@intel.com Signed-off

[PATCH v2 1/7] Intel MIC Host Driver for X100 family.

2013-08-07 Thread Sudeep Dutt
Yokoyama caz.yokoy...@intel.com Signed-off-by: Dasaratharaman Chandramouli dasaratharaman.chandramo...@intel.com Signed-off-by: Harshavardhan R Kharche harshavardhan.r.khar...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off-by: Sudeep Dutt sudeep.d...@intel.com Acked-by: Yaozu

Re: [PATCH v2 1/7] Intel MIC Host Driver for X100 family.

2013-08-14 Thread Sudeep Dutt
On Mon, 2013-08-12 at 16:06 -0700, Greg Kroah-Hartman wrote: On Wed, Aug 07, 2013 at 08:04:07PM -0700, Sudeep Dutt wrote: +/** + * struct mic_device - MIC device information for each card. + * + * @name: Unique name for this MIC device. + * @mmio: MMIO bar information. + * @pdev

[PATCH v3 1/7] Intel MIC Host Driver for X100 family.

2013-08-21 Thread Sudeep Dutt
Yokoyama caz.yokoy...@intel.com Signed-off-by: Dasaratharaman Chandramouli dasaratharaman.chandramo...@intel.com Signed-off-by: Harshavardhan R Kharche harshavardhan.r.khar...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off-by: Sudeep Dutt sudeep.d...@intel.com Acked-by: Yaozu

[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-08-21 Thread Sudeep Dutt
Implementation of Intel MIC User Space Daemon. Dasaratharaman Chandramouli (1): Intel MIC Host Driver Interrupt/SMPT support. Sudeep Dutt (3): Intel MIC Host Driver for X100 family. Intel MIC Host Driver, card OS state management. Intel MIC Card Driver for X100 family. Documentation/ABI

[PATCH v3 4/7] Intel MIC Card Driver for X100 family.

2013-08-21 Thread Sudeep Dutt
-by: Dasaratharaman Chandramouli dasaratharaman.chandramo...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off-by: Harshavardhan R Kharche harshavardhan.r.khar...@intel.com Signed-off-by: Sudeep Dutt sudeep.d...@intel.com Acked-by: Yaozu (Eddie) Dong eddie.d...@intel.com Reviewed-by: Peter P

[PATCH v3 3/7] Intel MIC Host Driver, card OS state management.

2013-08-21 Thread Sudeep Dutt
...@intel.com Signed-off-by: Harshavardhan R Kharche harshavardhan.r.khar...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off-by: Sudeep Dutt sudeep.d...@intel.com Acked-by: Yaozu (Eddie) Dong eddie.d...@intel.com Reviewed-by: Peter P Waskiewicz Jr peter.p.waskiewicz...@intel.com

[PATCH v3 5/7] Intel MIC Host Driver Changes for Virtio Devices.

2013-08-21 Thread Sudeep Dutt
memory and the used ring is in card memory to maximize writes across PCIe for performance. Co-author: Sudeep Dutt sudeep.d...@intel.com Signed-off-by: Ashutosh Dixit ashutosh.di...@intel.com Signed-off-by: Caz Yokoyama caz.yokoy...@intel.com Signed-off-by: Dasaratharaman Chandramouli

Re: [PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-04 Thread Sudeep Dutt
On Wed, 2013-08-21 at 10:51 -0700, Sudeep Dutt wrote: ChangeLog: = v2 = v3: a) Patch 1 data structure cleanups, header file include cleanups, IDA interface reuse and switching to device_create_with_groups(..) as per feedback from Greg Kroah-Hartman. b) Patch 7 signal

[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-05 Thread Sudeep Dutt
Implementation of Intel MIC User Space Daemon. Dasaratharaman Chandramouli (1): Intel MIC Host Driver Interrupt/SMPT support. Sudeep Dutt (3): Intel MIC Host Driver for X100 family. Intel MIC Host Driver, card OS state management. Intel MIC Card Driver for X100 family. Documentation/ABI

[PATCH RESEND v3 1/7] Intel MIC Host Driver for X100 family.

2013-09-05 Thread Sudeep Dutt
Yokoyama caz.yokoy...@intel.com Signed-off-by: Dasaratharaman Chandramouli dasaratharaman.chandramo...@intel.com Signed-off-by: Harshavardhan R Kharche harshavardhan.r.khar...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off-by: Sudeep Dutt sudeep.d...@intel.com Acked-by: Yaozu

[PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.

2013-09-05 Thread Sudeep Dutt
...@intel.com Signed-off-by: Harshavardhan R Kharche harshavardhan.r.khar...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off-by: Sudeep Dutt sudeep.d...@intel.com Acked-by: Yaozu (Eddie) Dong eddie.d...@intel.com Reviewed-by: Peter P Waskiewicz Jr peter.p.waskiewicz...@intel.com

[PATCH RESEND v3 2/7] Intel MIC Host Driver Interrupt/SMPT support.

2013-09-05 Thread Sudeep Dutt
registers each capable of accessing 16GB of system memory address space from X100 devices. The registers can thereby be used to access a cumulative 512GB of system memory address space from X100 devices at any point in time. Co-author: Sudeep Dutt sudeep.d...@intel.com Signed-off

[PATCH RESEND v3 4/7] Intel MIC Card Driver for X100 family.

2013-09-05 Thread Sudeep Dutt
-by: Dasaratharaman Chandramouli dasaratharaman.chandramo...@intel.com Signed-off-by: Nikhil Rao nikhil@intel.com Signed-off-by: Harshavardhan R Kharche harshavardhan.r.khar...@intel.com Signed-off-by: Sudeep Dutt sudeep.d...@intel.com Acked-by: Yaozu (Eddie) Dong eddie.d...@intel.com Reviewed-by: Peter P

[PATCH RESEND v3 5/7] Intel MIC Host Driver Changes for Virtio Devices.

2013-09-05 Thread Sudeep Dutt
memory and the used ring is in card memory to maximize writes across PCIe for performance. Co-author: Sudeep Dutt sudeep.d...@intel.com Signed-off-by: Ashutosh Dixit ashutosh.di...@intel.com Signed-off-by: Caz Yokoyama caz.yokoy...@intel.com Signed-off-by: Dasaratharaman Chandramouli

[PATCH RESEND v3 6/7] Intel MIC Card Driver Changes for Virtio Devices.

2013-09-05 Thread Sudeep Dutt
devices. A thin MIC specific virtio_config_ops is implemented which is borrowed heavily from previous similar implementations in lguest and s390 @ drivers/lguest/lguest_device.c drivers/s390/kvm/kvm_virtio.c Co-author: Sudeep Dutt sudeep.d...@intel.com Signed-off-by: Ashutosh Dixit ashutosh.di

Re: [PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-06 Thread Sudeep Dutt
via the --strict checkpatch option. Thanks a lot for the patch! Sudeep Dutt ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization

Re: [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.

2013-09-06 Thread Sudeep Dutt
. Sure, we will incorporate these changes along with your other feedback in patch 1 and post the next revision of this patch series. Thanks for the review! Sudeep Dutt ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https

Re: [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.

2013-09-06 Thread Sudeep Dutt
On Thu, 2013-09-05 at 22:00 -0700, Greg Kroah-Hartman wrote: On Thu, Sep 05, 2013 at 04:41:55PM -0700, Sudeep Dutt wrote: +What: /sys/class/mic/mic(x)/cmdline +Date: August 2013 +KernelVersion: 3.11 +Contact: Sudeep Dutt sudeep.d...@intel.com +Description

Re: [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.

2013-09-06 Thread Sudeep Dutt
On Thu, 2013-09-05 at 22:01 -0700, Greg Kroah-Hartman wrote: On Thu, Sep 05, 2013 at 04:41:55PM -0700, Sudeep Dutt wrote: +What: /sys/class/mic/mic(x)/firmware +Date: August 2013 +KernelVersion: 3.11 +Contact: Sudeep Dutt sudeep.d...@intel.com

Re: [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.

2013-09-06 Thread Sudeep Dutt
On Fri, 2013-09-06 at 12:04 -0700, Greg Kroah-Hartman wrote: On Fri, Sep 06, 2013 at 11:41:03AM -0700, Sudeep Dutt wrote: On Thu, 2013-09-05 at 22:01 -0700, Greg Kroah-Hartman wrote: On Thu, Sep 05, 2013 at 04:41:55PM -0700, Sudeep Dutt wrote: +What: /sys/class/mic/mic(x

Re: [PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-26 Thread Sudeep Dutt
will send out the cleanup patch series which addresses all feedback soon. Thanks, Sudeep Dutt ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization

Re: [PATCH] mic: vop: Fix broken virtqueues

2019-01-30 Thread Sudeep Dutt
added way back in commit > 2a2d1382fe9dcc ("virtio: Add improved queue allocation API") in order to > address mic's usecase, according to the commit message. > Thank you for fixing this up Vincent. Reviewed-by: Sudeep Dutt > Signed-off-by: Vincent Whitchurch > --- >