All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen-pciback: more uses of cached MSI-X capability offset
@ 2013-05-29 12:31 Jan Beulich
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Beulich @ 2013-05-29 12:31 UTC (permalink / raw)
  To: Bjorn Helgaas, Konrad Rzeszutek Wilk; +Cc: linux-kernel, xen-devel

Signed-off-by: Jan Beulich <jbeulich@suse.com>

---
 drivers/xen/xen-pciback/pci_stub.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- 3.10-rc3/drivers/xen/xen-pciback/pci_stub.c
+++ 3.10-rc3-xen-pciback-MSI-X-cap/drivers/xen/xen-pciback/pci_stub.c
@@ -106,7 +106,7 @@ static void pcistub_device_release(struc
 	else
 		pci_restore_state(dev);
 
-	if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
+	if (dev->msix_cap) {
 		struct physdev_pci_device ppdev = {
 			.seg = pci_domain_nr(dev->bus),
 			.bus = dev->bus->number,
@@ -371,7 +371,7 @@ static int pcistub_init_device(struct pc
 	if (err)
 		goto config_release;
 
-	if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
+	if (dev->msix_cap) {
 		struct physdev_pci_device ppdev = {
 			.seg = pci_domain_nr(dev->bus),
 			.bus = dev->bus->number,

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] xen-pciback: more uses of cached MSI-X capability offset
  2013-05-29 20:51 ` Bjorn Helgaas
  2013-05-29 21:03   ` Konrad Rzeszutek Wilk
@ 2013-05-29 21:03   ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-05-29 21:03 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: Jan Beulich, xen-devel, linux-kernel

On Wed, May 29, 2013 at 02:51:11PM -0600, Bjorn Helgaas wrote:
> On Wed, May 29, 2013 at 6:31 AM, Jan Beulich <JBeulich@suse.com> wrote:
> > Signed-off-by: Jan Beulich <jbeulich@suse.com>
> >
> > ---
> >  drivers/xen/xen-pciback/pci_stub.c |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
> 
> I assume you'll take this, Konrad.  Let me know if you need me to do anything.

Yes, in my queue as we speak. Thanks.
> 
> > --- 3.10-rc3/drivers/xen/xen-pciback/pci_stub.c
> > +++ 3.10-rc3-xen-pciback-MSI-X-cap/drivers/xen/xen-pciback/pci_stub.c
> > @@ -106,7 +106,7 @@ static void pcistub_device_release(struc
> >         else
> >                 pci_restore_state(dev);
> >
> > -       if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
> > +       if (dev->msix_cap) {
> >                 struct physdev_pci_device ppdev = {
> >                         .seg = pci_domain_nr(dev->bus),
> >                         .bus = dev->bus->number,
> > @@ -371,7 +371,7 @@ static int pcistub_init_device(struct pc
> >         if (err)
> >                 goto config_release;
> >
> > -       if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
> > +       if (dev->msix_cap) {
> >                 struct physdev_pci_device ppdev = {
> >                         .seg = pci_domain_nr(dev->bus),
> >                         .bus = dev->bus->number,
> >
> >
> >

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] xen-pciback: more uses of cached MSI-X capability offset
  2013-05-29 20:51 ` Bjorn Helgaas
@ 2013-05-29 21:03   ` Konrad Rzeszutek Wilk
  2013-05-29 21:03   ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-05-29 21:03 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-kernel, Jan Beulich, xen-devel

On Wed, May 29, 2013 at 02:51:11PM -0600, Bjorn Helgaas wrote:
> On Wed, May 29, 2013 at 6:31 AM, Jan Beulich <JBeulich@suse.com> wrote:
> > Signed-off-by: Jan Beulich <jbeulich@suse.com>
> >
> > ---
> >  drivers/xen/xen-pciback/pci_stub.c |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
> 
> I assume you'll take this, Konrad.  Let me know if you need me to do anything.

Yes, in my queue as we speak. Thanks.
> 
> > --- 3.10-rc3/drivers/xen/xen-pciback/pci_stub.c
> > +++ 3.10-rc3-xen-pciback-MSI-X-cap/drivers/xen/xen-pciback/pci_stub.c
> > @@ -106,7 +106,7 @@ static void pcistub_device_release(struc
> >         else
> >                 pci_restore_state(dev);
> >
> > -       if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
> > +       if (dev->msix_cap) {
> >                 struct physdev_pci_device ppdev = {
> >                         .seg = pci_domain_nr(dev->bus),
> >                         .bus = dev->bus->number,
> > @@ -371,7 +371,7 @@ static int pcistub_init_device(struct pc
> >         if (err)
> >                 goto config_release;
> >
> > -       if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
> > +       if (dev->msix_cap) {
> >                 struct physdev_pci_device ppdev = {
> >                         .seg = pci_domain_nr(dev->bus),
> >                         .bus = dev->bus->number,
> >
> >
> >

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] xen-pciback: more uses of cached MSI-X capability offset
  2013-05-29 12:31 Jan Beulich
@ 2013-05-29 20:51 ` Bjorn Helgaas
  2013-05-29 21:03   ` Konrad Rzeszutek Wilk
  2013-05-29 21:03   ` Konrad Rzeszutek Wilk
  2013-05-29 20:51 ` Bjorn Helgaas
  1 sibling, 2 replies; 6+ messages in thread
From: Bjorn Helgaas @ 2013-05-29 20:51 UTC (permalink / raw)
  To: Jan Beulich; +Cc: Konrad Rzeszutek Wilk, xen-devel, linux-kernel

On Wed, May 29, 2013 at 6:31 AM, Jan Beulich <JBeulich@suse.com> wrote:
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
>
> ---
>  drivers/xen/xen-pciback/pci_stub.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Bjorn Helgaas <bhelgaas@google.com>

I assume you'll take this, Konrad.  Let me know if you need me to do anything.

> --- 3.10-rc3/drivers/xen/xen-pciback/pci_stub.c
> +++ 3.10-rc3-xen-pciback-MSI-X-cap/drivers/xen/xen-pciback/pci_stub.c
> @@ -106,7 +106,7 @@ static void pcistub_device_release(struc
>         else
>                 pci_restore_state(dev);
>
> -       if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
> +       if (dev->msix_cap) {
>                 struct physdev_pci_device ppdev = {
>                         .seg = pci_domain_nr(dev->bus),
>                         .bus = dev->bus->number,
> @@ -371,7 +371,7 @@ static int pcistub_init_device(struct pc
>         if (err)
>                 goto config_release;
>
> -       if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
> +       if (dev->msix_cap) {
>                 struct physdev_pci_device ppdev = {
>                         .seg = pci_domain_nr(dev->bus),
>                         .bus = dev->bus->number,
>
>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] xen-pciback: more uses of cached MSI-X capability offset
  2013-05-29 12:31 Jan Beulich
  2013-05-29 20:51 ` Bjorn Helgaas
@ 2013-05-29 20:51 ` Bjorn Helgaas
  1 sibling, 0 replies; 6+ messages in thread
From: Bjorn Helgaas @ 2013-05-29 20:51 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel, linux-kernel, Konrad Rzeszutek Wilk

On Wed, May 29, 2013 at 6:31 AM, Jan Beulich <JBeulich@suse.com> wrote:
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
>
> ---
>  drivers/xen/xen-pciback/pci_stub.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Bjorn Helgaas <bhelgaas@google.com>

I assume you'll take this, Konrad.  Let me know if you need me to do anything.

> --- 3.10-rc3/drivers/xen/xen-pciback/pci_stub.c
> +++ 3.10-rc3-xen-pciback-MSI-X-cap/drivers/xen/xen-pciback/pci_stub.c
> @@ -106,7 +106,7 @@ static void pcistub_device_release(struc
>         else
>                 pci_restore_state(dev);
>
> -       if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
> +       if (dev->msix_cap) {
>                 struct physdev_pci_device ppdev = {
>                         .seg = pci_domain_nr(dev->bus),
>                         .bus = dev->bus->number,
> @@ -371,7 +371,7 @@ static int pcistub_init_device(struct pc
>         if (err)
>                 goto config_release;
>
> -       if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
> +       if (dev->msix_cap) {
>                 struct physdev_pci_device ppdev = {
>                         .seg = pci_domain_nr(dev->bus),
>                         .bus = dev->bus->number,
>
>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] xen-pciback: more uses of cached MSI-X capability offset
@ 2013-05-29 12:31 Jan Beulich
  2013-05-29 20:51 ` Bjorn Helgaas
  2013-05-29 20:51 ` Bjorn Helgaas
  0 siblings, 2 replies; 6+ messages in thread
From: Jan Beulich @ 2013-05-29 12:31 UTC (permalink / raw)
  To: Bjorn Helgaas, Konrad Rzeszutek Wilk; +Cc: xen-devel, linux-kernel

Signed-off-by: Jan Beulich <jbeulich@suse.com>

---
 drivers/xen/xen-pciback/pci_stub.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- 3.10-rc3/drivers/xen/xen-pciback/pci_stub.c
+++ 3.10-rc3-xen-pciback-MSI-X-cap/drivers/xen/xen-pciback/pci_stub.c
@@ -106,7 +106,7 @@ static void pcistub_device_release(struc
 	else
 		pci_restore_state(dev);
 
-	if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
+	if (dev->msix_cap) {
 		struct physdev_pci_device ppdev = {
 			.seg = pci_domain_nr(dev->bus),
 			.bus = dev->bus->number,
@@ -371,7 +371,7 @@ static int pcistub_init_device(struct pc
 	if (err)
 		goto config_release;
 
-	if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) {
+	if (dev->msix_cap) {
 		struct physdev_pci_device ppdev = {
 			.seg = pci_domain_nr(dev->bus),
 			.bus = dev->bus->number,




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-29 21:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-29 12:31 [PATCH] xen-pciback: more uses of cached MSI-X capability offset Jan Beulich
2013-05-29 12:31 Jan Beulich
2013-05-29 20:51 ` Bjorn Helgaas
2013-05-29 21:03   ` Konrad Rzeszutek Wilk
2013-05-29 21:03   ` Konrad Rzeszutek Wilk
2013-05-29 20:51 ` Bjorn Helgaas

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.