Displaying 20 results from an estimated 35 matches for "mpss".
Did you mean:
mpssd
2013 Aug 08
1
[PATCH v2 7/7] Sample Implementation of Intel MIC User Space Daemon.
...; Signed-off-by: Harshavardhan R Kharche <harshavardhan.r.kharche at intel.com>
> Signed-off-by: Sudeep Dutt <sudeep.dutt at intel.com>
> Acked-by: Yaozu (Eddie) Dong <eddie.dong at intel.com>
> ---
> Documentation/mic/mic_overview.txt | 48 +
> Documentation/mic/mpssd/.gitignore | 1 +
> Documentation/mic/mpssd/Makefile | 19 +
> Documentation/mic/mpssd/micctrl | 152 ++++
> Documentation/mic/mpssd/mpss | 245 ++++++
> Documentation/mic/mpssd/mpssd.c | 1689 ++++++++++++++++++++++++++++++++++++
> Documentation/mic/mpssd/mpssd...
2013 Aug 08
1
[PATCH v2 7/7] Sample Implementation of Intel MIC User Space Daemon.
...; Signed-off-by: Harshavardhan R Kharche <harshavardhan.r.kharche at intel.com>
> Signed-off-by: Sudeep Dutt <sudeep.dutt at intel.com>
> Acked-by: Yaozu (Eddie) Dong <eddie.dong at intel.com>
> ---
> Documentation/mic/mic_overview.txt | 48 +
> Documentation/mic/mpssd/.gitignore | 1 +
> Documentation/mic/mpssd/Makefile | 19 +
> Documentation/mic/mpssd/micctrl | 152 ++++
> Documentation/mic/mpssd/mpss | 245 ++++++
> Documentation/mic/mpssd/mpssd.c | 1689 ++++++++++++++++++++++++++++++++++++
> Documentation/mic/mpssd/mpssd...
2013 Aug 08
0
[PATCH v2 7/7] Sample Implementation of Intel MIC User Space Daemon.
...ikhil.rao at intel.com>
Signed-off-by: Harshavardhan R Kharche <harshavardhan.r.kharche at intel.com>
Signed-off-by: Sudeep Dutt <sudeep.dutt at intel.com>
Acked-by: Yaozu (Eddie) Dong <eddie.dong at intel.com>
---
Documentation/mic/mic_overview.txt | 48 +
Documentation/mic/mpssd/.gitignore | 1 +
Documentation/mic/mpssd/Makefile | 19 +
Documentation/mic/mpssd/micctrl | 152 ++++
Documentation/mic/mpssd/mpss | 245 ++++++
Documentation/mic/mpssd/mpssd.c | 1689 ++++++++++++++++++++++++++++++++++++
Documentation/mic/mpssd/mpssd.h | 100 +++
Documen...
2013 Aug 01
2
[PATCH 1/5] Intel MIC Host Driver for X100 family.
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 Corporation.
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License, version 2, as
> + * published by the Free Software Foundation.
> + *
> + * This prog...
2013 Aug 01
2
[PATCH 1/5] Intel MIC Host Driver for X100 family.
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 Corporation.
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License, version 2, as
> + * published by the Free Software Foundation.
> + *
> + * This prog...
2013 Aug 08
0
[PATCH v2 1/7] Intel MIC Host Driver for X100 family.
...ration.
+#
+obj-$(CONFIG_INTEL_MIC_HOST) += host/
diff --git a/drivers/misc/mic/common/mic_device.h b/drivers/misc/mic/common/mic_device.h
new file mode 100644
index 0000000..f02262e
--- /dev/null
+++ b/drivers/misc/mic/common/mic_device.h
@@ -0,0 +1,37 @@
+/*
+ * Intel MIC Platform Software Stack (MPSS)
+ *
+ * Copyright(c) 2013 Intel Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2, as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it w...
2013 Sep 05
0
[PATCH RESEND v3 1/7] Intel MIC Host Driver for X100 family.
...ration.
+#
+obj-$(CONFIG_INTEL_MIC_HOST) += host/
diff --git a/drivers/misc/mic/common/mic_device.h b/drivers/misc/mic/common/mic_device.h
new file mode 100644
index 0000000..f02262e
--- /dev/null
+++ b/drivers/misc/mic/common/mic_device.h
@@ -0,0 +1,37 @@
+/*
+ * Intel MIC Platform Software Stack (MPSS)
+ *
+ * Copyright(c) 2013 Intel Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2, as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it w...
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...or X100 family.
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/testing/sysfs-class-mic.txt | 118 ++
Documentation/mic/mic_overview.txt | 48 +
Documentation/mic/mpssd/.gitignore | 1 +
Documentation/mic/mpssd/Makefile | 19 +
Documentation/mic/mpssd/micctrl | 152 +++
Documentation/mic/mpssd/mpss | 245 ++++
Documentation/mic/mpssd/mpssd.c | 1689 +++++++++++++++++++++++++
Documentation...
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...or X100 family.
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/testing/sysfs-class-mic.txt | 118 ++
Documentation/mic/mic_overview.txt | 48 +
Documentation/mic/mpssd/.gitignore | 1 +
Documentation/mic/mpssd/Makefile | 19 +
Documentation/mic/mpssd/micctrl | 152 +++
Documentation/mic/mpssd/mpss | 245 ++++
Documentation/mic/mpssd/mpssd.c | 1689 +++++++++++++++++++++++++
Documentation...
2013 Aug 14
2
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...tion is that it leverages
> > the standard virtio framework for network, disk and console devices,
> > though in our case the virtio framework is used across a PCIe bus.
>
> Interesting...
>
> > Documentation/mic/mic_overview.txt | 48 +
> > Documentation/mic/mpssd/.gitignore | 1 +
> > Documentation/mic/mpssd/Makefile | 20 +
> > Documentation/mic/mpssd/micctrl | 157 +++
> > Documentation/mic/mpssd/mpss | 246 +++++
> > Documentation/mic/mpssd/mpssd.c | 1732 ++++++++++++++++++++++++++++++++++
> >...
2013 Aug 14
2
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...tion is that it leverages
> > the standard virtio framework for network, disk and console devices,
> > though in our case the virtio framework is used across a PCIe bus.
>
> Interesting...
>
> > Documentation/mic/mic_overview.txt | 48 +
> > Documentation/mic/mpssd/.gitignore | 1 +
> > Documentation/mic/mpssd/Makefile | 20 +
> > Documentation/mic/mpssd/micctrl | 157 +++
> > Documentation/mic/mpssd/mpss | 246 +++++
> > Documentation/mic/mpssd/mpssd.c | 1732 ++++++++++++++++++++++++++++++++++
> >...
2013 Jul 25
16
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...ices.
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 MIC Card Driver for X100 family.
Documentation/mic/mic_overview.txt | 48 +
Documentation/mic/mpssd/.gitignore | 1 +
Documentation/mic/mpssd/Makefile | 20 +
Documentation/mic/mpssd/micctrl | 157 +++
Documentation/mic/mpssd/mpss | 246 +++++
Documentation/mic/mpssd/mpssd.c | 1732 ++++++++++++++++++++++++++++++++++
Documentation/mic/mpssd/mpssd.h | 105 +++...
2013 Jul 25
16
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...ices.
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 MIC Card Driver for X100 family.
Documentation/mic/mic_overview.txt | 48 +
Documentation/mic/mpssd/.gitignore | 1 +
Documentation/mic/mpssd/Makefile | 20 +
Documentation/mic/mpssd/micctrl | 157 +++
Documentation/mic/mpssd/mpss | 246 +++++
Documentation/mic/mpssd/mpssd.c | 1732 ++++++++++++++++++++++++++++++++++
Documentation/mic/mpssd/mpssd.h | 105 +++...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
.../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/testing/sysfs-class-mic.txt | 147 +++
Documentation/mic/mic_overview.txt | 49 +
Documentation/mic/mpssd/.gitignore | 1 +
Documentation/mic/mpssd/Makefile | 19 +
Documentation/mic/mpssd/micctrl | 173 +++
Documentation/mic/mpssd/mpss | 202 +++
Documentation/mic/mpssd/mpssd.c | 1701 +++++++++++++++++++++++++
Documentation/...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
.../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/testing/sysfs-class-mic.txt | 147 +++
Documentation/mic/mic_overview.txt | 49 +
Documentation/mic/mpssd/.gitignore | 1 +
Documentation/mic/mpssd/Makefile | 19 +
Documentation/mic/mpssd/micctrl | 173 +++
Documentation/mic/mpssd/mpss | 202 +++
Documentation/mic/mpssd/mpssd.c | 1701 +++++++++++++++++++++++++
Documentation/...
2013 Sep 05
16
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
.../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/testing/sysfs-class-mic.txt | 147 +++
Documentation/mic/mic_overview.txt | 49 +
Documentation/mic/mpssd/.gitignore | 1 +
Documentation/mic/mpssd/Makefile | 19 +
Documentation/mic/mpssd/micctrl | 173 +++
Documentation/mic/mpssd/mpss | 202 +++
Documentation/mic/mpssd/mpssd.c | 1701 +++++++++++++++++++++++++
Documentation/...
2013 Sep 05
16
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
.../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/testing/sysfs-class-mic.txt | 147 +++
Documentation/mic/mic_overview.txt | 49 +
Documentation/mic/mpssd/.gitignore | 1 +
Documentation/mic/mpssd/Makefile | 19 +
Documentation/mic/mpssd/micctrl | 173 +++
Documentation/mic/mpssd/mpss | 202 +++
Documentation/mic/mpssd/mpssd.c | 1701 +++++++++++++++++++++++++
Documentation/...
2013 Aug 16
1
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...ework for network, disk and console devices,
> > > > though in our case the virtio framework is used across a PCIe bus.
> > >
> > > Interesting...
> > >
> > > > Documentation/mic/mic_overview.txt | 48 +
> > > > Documentation/mic/mpssd/.gitignore | 1 +
> > > > Documentation/mic/mpssd/Makefile | 20 +
> > > > Documentation/mic/mpssd/micctrl | 157 +++
> > > > Documentation/mic/mpssd/mpss | 246 +++++
> > > > Documentation/mic/mpssd/mpssd.c | 1732 ++++...
2013 Aug 16
1
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...ework for network, disk and console devices,
> > > > though in our case the virtio framework is used across a PCIe bus.
> > >
> > > Interesting...
> > >
> > > > Documentation/mic/mic_overview.txt | 48 +
> > > > Documentation/mic/mpssd/.gitignore | 1 +
> > > > Documentation/mic/mpssd/Makefile | 20 +
> > > > Documentation/mic/mpssd/micctrl | 157 +++
> > > > Documentation/mic/mpssd/mpss | 246 +++++
> > > > Documentation/mic/mpssd/mpssd.c | 1732 ++++...
2013 Jul 25
0
[PATCH 1/5] Intel MIC Host Driver for X100 family.
...ration.
+#
+obj-$(CONFIG_INTEL_MIC_HOST) += host/
diff --git a/drivers/misc/mic/common/mic_device.h b/drivers/misc/mic/common/mic_device.h
new file mode 100644
index 0000000..24934b1
--- /dev/null
+++ b/drivers/misc/mic/common/mic_device.h
@@ -0,0 +1,81 @@
+/*
+ * Intel MIC Platform Software Stack (MPSS)
+ *
+ * Copyright(c) 2013 Intel Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2, as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it w...