netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
To: Michael Chan <michael.chan-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
Cc: davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	selvin.xavier-dY08KVG/lbpWk0Htik3J/w@public.gmane.org,
	somnath.kotur-dY08KVG/lbpWk0Htik3J/w@public.gmane.org,
	dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH net-next v2 0/7] bnxt_en: Add interface to support RDMA driver.
Date: Tue, 6 Dec 2016 23:29:07 -0800	[thread overview]
Message-ID: <20161207072907.GA20253@infradead.org> (raw)
In-Reply-To: <1481088381-30411-1-git-send-email-michael.chan-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>

On Wed, Dec 07, 2016 at 12:26:14AM -0500, Michael Chan wrote:
> This series adds an interface to support a brand new RDMA driver bnxt_re.
> The first step is to re-arrange some code so that pci_enable_msix() can
> be called during pci probe.  The purpose is to allow the RDMA driver to
> initialize and stay initialized whether the netdev is up or down.

Please switch form pci_enable_msix to pci_alloc_irq_vectors for any
changes to MSI-X code, thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-12-07  7:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-07  5:26 [PATCH net-next v2 0/7] bnxt_en: Add interface to support RDMA driver Michael Chan
2016-12-07  5:26 ` [PATCH net-next v2 1/7] bnxt_en: Add bnxt_set_max_func_irqs() Michael Chan
2016-12-07  5:26 ` [PATCH net-next v2 2/7] bnxt_en: Enable MSIX early in bnxt_init_one() Michael Chan
2016-12-07  5:26 ` [PATCH net-next v2 3/7] bnxt_en: Move function reset to bnxt_init_one() Michael Chan
2016-12-07  5:26 ` [PATCH net-next v2 4/7] bnxt_en: Improve completion ring allocation for VFs Michael Chan
2016-12-07  5:26 ` [PATCH net-next v2 5/7] bnxt_en: Reserve RDMA resources by default Michael Chan
2016-12-07  5:26 ` [PATCH net-next v2 6/7] bnxt_en: Refactor the driver registration function with firmware Michael Chan
2016-12-07  5:26 ` [PATCH net-next v2 7/7] bnxt_en: Add interface to support RDMA driver Michael Chan
     [not found] ` <1481088381-30411-1-git-send-email-michael.chan-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-12-07  7:29   ` Christoph Hellwig [this message]
2016-12-07 15:59   ` [PATCH net-next v2 0/7] " David Miller

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=20161207072907.GA20253@infradead.org \
    --to=hch-wegcikhe2lqwvfeawa7xhq@public.gmane.org \
    --cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=michael.chan-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=selvin.xavier-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
    --cc=somnath.kotur-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).