Displaying 20 results from an estimated 25 matches for "agordeev".
Did you mean:
gordeev
2014 Feb 21
2
[PATCH] virtio: Use pci_enable_msix_range() instead of pci_enable_msix()
Hi Rusty et al,
Based on recently accepted to the mainline pci_enable_msix_exact() function,
I am sending a updated version of the patch. Please, let me know if it does
not work for you and you need and incremental update from the previous version.
Thanks!
--
Regards,
Alexander Gordeev
agordeev at redhat.com
2014 Feb 21
2
[PATCH] virtio: Use pci_enable_msix_range() instead of pci_enable_msix()
Hi Rusty et al,
Based on recently accepted to the mainline pci_enable_msix_exact() function,
I am sending a updated version of the patch. Please, let me know if it does
not work for you and you need and incremental update from the previous version.
Thanks!
--
Regards,
Alexander Gordeev
agordeev at redhat.com
2014 Feb 19
3
[PATCH] virtio: Use pci_enable_msix_range() instead of pci_enable_msix()
As result deprecation of MSI-X/MSI enablement functions
pci_enable_msix() and pci_enable_msi_block() all drivers
using these two interfaces need to be updated to use the
new pci_enable_msi_range() and pci_enable_msix_range()
interfaces.
Signed-off-by: Alexander Gordeev <agordeev at redhat.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: virtio-dev at lists.oasis-open.org
Cc: virtualization at lists.linux-foundation.org
Cc: linux-pci at vger.kernel.org
---
drivers/virtio/virtio_pci.c | 8 +++-----...
2014 Feb 19
3
[PATCH] virtio: Use pci_enable_msix_range() instead of pci_enable_msix()
As result deprecation of MSI-X/MSI enablement functions
pci_enable_msix() and pci_enable_msi_block() all drivers
using these two interfaces need to be updated to use the
new pci_enable_msi_range() and pci_enable_msix_range()
interfaces.
Signed-off-by: Alexander Gordeev <agordeev at redhat.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: virtio-dev at lists.oasis-open.org
Cc: virtualization at lists.linux-foundation.org
Cc: linux-pci at vger.kernel.org
---
drivers/virtio/virtio_pci.c | 8 +++-----...
2008 Dec 02
1
[nut-commits] svn commit r1589 - in trunk: . drivers
On Mon, Dec 1, 2008 at 7:43 PM, Alexander Gordeev
<agordeev-guest at alioth.debian.org> wrote:
> Author: agordeev-guest
> Date: Tue Dec 2 00:43:04 2008
> New Revision: 1589
>
> Log:
> * added lakeview_usb driver.
Could we possibly rename this driver before it gets into 2.4?
As I mentioned in another thread, Lakeview Research is prob...
2014 Feb 20
0
[PATCH] virtio: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev <agordeev at redhat.com> writes:
> As result deprecation of MSI-X/MSI enablement functions
> pci_enable_msix() and pci_enable_msi_block() all drivers
> using these two interfaces need to be updated to use the
> new pci_enable_msi_range() and pci_enable_msix_range()
> interfaces.
>
> S...
2014 Feb 21
0
[PATCH v2] virtio: Use pci_enable_msix_exact() instead of pci_enable_msix()
...X/MSI enablement functions
pci_enable_msix() and pci_enable_msi_block() all drivers
using these two interfaces need to be updated to use the
new pci_enable_msi_range() or pci_enable_msi_exact()
and pci_enable_msix_range() or pci_enable_msix_exact()
interfaces.
Signed-off-by: Alexander Gordeev <agordeev at redhat.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: virtio-dev at lists.oasis-open.org
Cc: virtualization at lists.linux-foundation.org
Cc: linux-pci at vger.kernel.org
---
drivers/virtio/virtio_pci.c | 6 ++----...
2014 Feb 22
1
[PATCH v2] virtio: Use pci_enable_msix_exact() instead of pci_enable_msix()
...s
> using these two interfaces need to be updated to use the
> new pci_enable_msi_range() or pci_enable_msi_exact()
> and pci_enable_msix_range() or pci_enable_msix_exact()
> interfaces.
Acked-by: Michael S. Tsirkin <mst at redhat.com>
> Signed-off-by: Alexander Gordeev <agordeev at redhat.com>
> Cc: Rusty Russell <rusty at rustcorp.com.au>
> Cc: "Michael S. Tsirkin" <mst at redhat.com>
> Cc: virtio-dev at lists.oasis-open.org
> Cc: virtualization at lists.linux-foundation.org
> Cc: linux-pci at vger.kernel.org
> ---
> drivers/...
2014 Feb 22
1
[PATCH v2] virtio: Use pci_enable_msix_exact() instead of pci_enable_msix()
...s
> using these two interfaces need to be updated to use the
> new pci_enable_msi_range() or pci_enable_msi_exact()
> and pci_enable_msix_range() or pci_enable_msix_exact()
> interfaces.
Acked-by: Michael S. Tsirkin <mst at redhat.com>
> Signed-off-by: Alexander Gordeev <agordeev at redhat.com>
> Cc: Rusty Russell <rusty at rustcorp.com.au>
> Cc: "Michael S. Tsirkin" <mst at redhat.com>
> Cc: virtio-dev at lists.oasis-open.org
> Cc: virtualization at lists.linux-foundation.org
> Cc: linux-pci at vger.kernel.org
> ---
> drivers/...
2007 Aug 13
2
[nut-commits] svn commit r1049 - in trunk: . drivers
Alexander Gordeev wrote:
> Author: agordeev-guest
> Date: Mon Aug 13 13:09:43 2007
> New Revision: 1049
>
> Log:
> drivers/megatec_usb.c: added credits to the banner message.
Is this really needed/desirable? I think this kind of information needs
to be put in the AUTHORS document. There are many more people on this
list that...
2007 Oct 03
2
[nut-commits] svn commit r1136 - in trunk: . drivers
> Author: agordeev-guest
> Date: Wed Oct 3 00:09:21 2007
> New Revision: 1136
>
> Log:
> - drivers/megatec_usb.c: added ability to do subdriver-specific
> initialization, and moved some shared code to agiler init function
> since krauler doesn't need it.
[...]
I'm not very thril...
2023 Mar 05
0
[PATCH AUTOSEL 6.2 05/16] s390/virtio: sort out physical vs virtual pointers usage
From: Alexander Gordeev <agordeev at linux.ibm.com>
[ Upstream commit 5fc5b94a273655128159186c87662105db8afeb5 ]
This does not fix a real bug, since virtual addresses
are currently indentical to physical ones.
Reviewed-by: Nico Boehr <nrb at linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev at linux.ibm.com&g...
2023 Mar 05
0
[PATCH AUTOSEL 6.1 05/15] s390/virtio: sort out physical vs virtual pointers usage
From: Alexander Gordeev <agordeev at linux.ibm.com>
[ Upstream commit 5fc5b94a273655128159186c87662105db8afeb5 ]
This does not fix a real bug, since virtual addresses
are currently indentical to physical ones.
Reviewed-by: Nico Boehr <nrb at linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev at linux.ibm.com&g...
2007 Feb 08
3
Re: [nut-commits] svn commit r801 - in branches/megatec-usb: . drivers
...still
works for the Ablerex device).
If I understand correctly, the only change needed would be to change
{0xffff, 0x0000, get_data_ablerex, set_data_ablerex},
to
{0xffff, 0x0000, get_data_krauler, set_data_krauler},
is that correct? -- Peter
Alexander Gordeev wrote:
>
> Author: agordeev-guest
> Date: Thu Feb 8 16:43:43 2007
> New Revision: 801
>
> Modified:
> branches/megatec-usb/ChangeLog
> branches/megatec-usb/drivers/megatec_usb.c
> Log:
> - drivers/megatec_usb.c: fixed the problem with report descriptor retrieval at driver startups which caused...
2007 Feb 09
0
Re: [nut-commits] svn commit r804 - in branches/megatec-usb: . drivers
On 2/9/07, Alexander Gordeev <agordeev-guest@alioth.debian.org> wrote:
> + /*
> + Still not implemented:
> + 0x6 T<n> (don't know how to pass the parameter)
> + 0x68 and 0x69 both cause shutdown after an undefined interval
> + C (know nothing...
2007 May 26
3
[nut-commits] svn commit r924 - in trunk: . data
Does this require a new entry in scripts/hotplug/* and scripts/udev/*?
-- Peter
Alexander Gordeev wrote:
>
> Author: agordeev-guest
> Date: Sat May 26 12:04:26 2007
> New Revision: 924
>
> Log:
> data/driver.list: added SVEN Power Smart RM 2000 to the list.
>
> Modified:
> trunk/ChangeLog
> trunk/data/driver.list
>
> Modified: trunk/ChangeLog
> =================================...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...x@linlab.net>
Alexander Block <ablock84@googlemail.com>
Alexander Bondar <alexander.bondar@intel.com>
Alexander Boyko <alexander_boyko@xyratex.com>
Alexander Clouter <alex@digriz.org.uk>
Alexander Duyck <alexander.h.duyck@intel.com>
Alexander Gordeev <agordeev@redhat.com>
Alexander Graf <agraf@suse.de>
Alexander Guy <alexander.guy@guy-engineering.com>
Alexander Holler <holler@ahsoftware.de>
Alexander Inyukhin <shurick@sectorb.msk.ru>
Alexander Kartashov <alekskartashov@parallels.com>
Alexander Lyakas <alex....
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...x@linlab.net>
Alexander Block <ablock84@googlemail.com>
Alexander Bondar <alexander.bondar@intel.com>
Alexander Boyko <alexander_boyko@xyratex.com>
Alexander Clouter <alex@digriz.org.uk>
Alexander Duyck <alexander.h.duyck@intel.com>
Alexander Gordeev <agordeev@redhat.com>
Alexander Graf <agraf@suse.de>
Alexander Guy <alexander.guy@guy-engineering.com>
Alexander Holler <holler@ahsoftware.de>
Alexander Inyukhin <shurick@sectorb.msk.ru>
Alexander Kartashov <alekskartashov@parallels.com>
Alexander Lyakas <alex....
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...x@linlab.net>
Alexander Block <ablock84@googlemail.com>
Alexander Bondar <alexander.bondar@intel.com>
Alexander Boyko <alexander_boyko@xyratex.com>
Alexander Clouter <alex@digriz.org.uk>
Alexander Duyck <alexander.h.duyck@intel.com>
Alexander Gordeev <agordeev@redhat.com>
Alexander Graf <agraf@suse.de>
Alexander Guy <alexander.guy@guy-engineering.com>
Alexander Holler <holler@ahsoftware.de>
Alexander Inyukhin <shurick@sectorb.msk.ru>
Alexander Kartashov <alekskartashov@parallels.com>
Alexander Lyakas <alex....
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...x@linlab.net>
Alexander Block <ablock84@googlemail.com>
Alexander Bondar <alexander.bondar@intel.com>
Alexander Boyko <alexander_boyko@xyratex.com>
Alexander Clouter <alex@digriz.org.uk>
Alexander Duyck <alexander.h.duyck@intel.com>
Alexander Gordeev <agordeev@redhat.com>
Alexander Graf <agraf@suse.de>
Alexander Guy <alexander.guy@guy-engineering.com>
Alexander Holler <holler@ahsoftware.de>
Alexander Inyukhin <shurick@sectorb.msk.ru>
Alexander Kartashov <alekskartashov@parallels.com>
Alexander Lyakas <alex....