All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Hannes Reinecke <hare@suse.de>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>,
	Christoph Hellwig <hch@lst.de>,
	James Bottomley <james.bottomley@hansenpartnership.com>,
	linux-scsi@vger.kernel.org, Hannes Reinecke <hare@suse.com>,
	Adaptec OEM Raid Solutions <aacraid@microsemi.com>
Subject: Re: [PATCH] aacraid: switch to pci_alloc_irq_vectors
Date: Tue, 8 Nov 2016 15:58:59 +0100	[thread overview]
Message-ID: <20161108145859.GC12817@lst.de> (raw)
In-Reply-To: <1478589090-74217-1-git-send-email-hare@suse.de>

> @@ -1246,7 +1246,6 @@ struct aac_dev
>  	u32			max_msix;	/* max. MSI-X vectors */
>  	u32			vector_cap;	/* MSI-X vector capab.*/
>  	int			msi_enabled;	/* MSI/MSI-X enabled */
> -	struct msix_entry	msixentry[AAC_MAX_MSIX];
>  	struct aac_msix_ctx	aac_msix[AAC_MAX_MSIX]; /* context */

With a bit more work we should be able to get rid of the aac_msix
array as well.  I had actually started looking into that but got
dragged away.

  reply	other threads:[~2016-11-08 14:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08  7:11 [PATCH] aacraid: switch to pci_alloc_irq_vectors Hannes Reinecke
2016-11-08 14:58 ` Christoph Hellwig [this message]
2016-11-15 19:33 ` Raghava Aditya Renukunta
2016-11-16  7:36   ` Hannes Reinecke
2016-11-16 17:14     ` Raghava Aditya Renukunta
2016-11-18  1:30 ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161108145859.GC12817@lst.de \
    --to=hch@lst.de \
    --cc=aacraid@microsemi.com \
    --cc=hare@suse.com \
    --cc=hare@suse.de \
    --cc=james.bottomley@hansenpartnership.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.