From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH v2 5/6] ethernet/intel: Use pci_(request|release)_mem_regions
Date: Thu, 02 Jun 2016 14:01:35 -0700 [thread overview]
Message-ID: <1464901295.2736.29.camel@intel.com> (raw)
In-Reply-To: <e15aedde3b7d8b301b9ca6197f8d39d4076c9c86.1464795082.git.jthumshirn@suse.de>
On Thu, 2016-06-02 at 09:30 +0200, Johannes Thumshirn wrote:
> Now that we do have pci_request_mem_regions() and
> pci_release_mem_regions() at
> hand, use it in the Intel ethernet drivers.
>
> Suggested-by: Christoph Hellwig <hch@infradead.org>
> Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
> Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: netdev at vger.kernel.org
> Cc: linux-kernel at vger.kernel.org
> Cc: intel-wired-lan at lists.osuosl.org
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
> ---
> ?drivers/net/ethernet/intel/e1000e/netdev.c??? |? 6 ++----
> ?drivers/net/ethernet/intel/fm10k/fm10k_pci.c? | 11 +++--------
> ?drivers/net/ethernet/intel/i40e/i40e_main.c?? |? 9 +++------
> ?drivers/net/ethernet/intel/igb/igb_main.c???? | 10 +++-------
> ?drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |? 9 +++------
> ?5 files changed, 14 insertions(+), 31 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20160602/cb4ecd88/attachment.asc>
WARNING: multiple messages have this Message-ID (diff)
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: Johannes Thumshirn <jthumshirn@suse.de>,
Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
Christoph Hellwig <hch@infradead.org>,
"David S. Miller" <davem@davemloft.net>,
netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org
Subject: Re: [PATCH v2 5/6] ethernet/intel: Use pci_(request|release)_mem_regions
Date: Thu, 02 Jun 2016 14:01:35 -0700 [thread overview]
Message-ID: <1464901295.2736.29.camel@intel.com> (raw)
In-Reply-To: <e15aedde3b7d8b301b9ca6197f8d39d4076c9c86.1464795082.git.jthumshirn@suse.de>
[-- Attachment #1: Type: text/plain, Size: 976 bytes --]
On Thu, 2016-06-02 at 09:30 +0200, Johannes Thumshirn wrote:
> Now that we do have pci_request_mem_regions() and
> pci_release_mem_regions() at
> hand, use it in the Intel ethernet drivers.
>
> Suggested-by: Christoph Hellwig <hch@infradead.org>
> Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
> Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: netdev@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Cc: intel-wired-lan@lists.osuosl.org
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
> ---
> drivers/net/ethernet/intel/e1000e/netdev.c | 6 ++----
> drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 11 +++--------
> drivers/net/ethernet/intel/i40e/i40e_main.c | 9 +++------
> drivers/net/ethernet/intel/igb/igb_main.c | 10 +++-------
> drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 9 +++------
> 5 files changed, 14 insertions(+), 31 deletions(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2016-06-02 21:01 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-02 7:30 [Intel-wired-lan] [PATCH v2 0/6] Introduce pci_(request|release)_(mem|io)_regions Johannes Thumshirn
2016-06-02 7:30 ` Johannes Thumshirn
2016-06-02 7:30 ` Johannes Thumshirn
2016-06-02 7:30 ` [PATCH v2 1/6] PCI: Add helpers to request/release memory and I/O regions Johannes Thumshirn
2016-06-04 23:11 ` kbuild test robot
2016-06-04 23:32 ` kbuild test robot
2016-06-06 8:14 ` Johannes Thumshirn
2016-06-02 7:30 ` [PATCH v2 2/6] NVMe: Use pci_(request|release)_mem_regions Johannes Thumshirn
2016-06-02 7:30 ` Johannes Thumshirn
2016-06-02 7:30 ` [PATCH v2 3/6] lpfc: " Johannes Thumshirn
[not found] ` <CAGx+d6eHPKvOM_aYgv9qJvA1siJ89PzwHtK07U9tKs3yG7=O9w@mail.gmail.com>
2016-06-06 8:12 ` Johannes Thumshirn
2016-06-02 7:30 ` [PATCH v2 4/6] GenWQE: " Johannes Thumshirn
2016-06-02 7:30 ` [Intel-wired-lan] [PATCH v2 5/6] ethernet/intel: " Johannes Thumshirn
2016-06-02 7:30 ` Johannes Thumshirn
2016-06-02 21:01 ` Jeff Kirsher [this message]
2016-06-02 21:01 ` Jeff Kirsher
2016-06-02 7:30 ` [Intel-wired-lan] [PATCH v2 6/6] alx: " Johannes Thumshirn
2016-06-02 7:30 ` Johannes Thumshirn
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=1464901295.2736.29.camel@intel.com \
--to=jeffrey.t.kirsher@intel.com \
--cc=intel-wired-lan@osuosl.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 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.