All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joro@8bytes.org>
To: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: Joerg Roedel <joerg.roedel@amd.com>,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bjorn Helgaas <bhelgaas@google.com>
Subject: Re: [PATCH 0/4 v2] PCI: Add support for PASID capability
Date: Fri, 7 Oct 2011 14:31:33 +0200	[thread overview]
Message-ID: <20111007123133.GD1512@8bytes.org> (raw)
In-Reply-To: <1317131836-11822-1-git-send-email-joerg.roedel@amd.com>

On Tue, Sep 27, 2011 at 03:57:12PM +0200, Joerg Roedel wrote:
> Hi,
> 
> here is the second version of the patch-set implementing support for the
> PRI and PASID capabilities into the Linux kernel.  These capabilities of
> a PCIe device are tightly coupled with ATS, but not with IOV. So these
> patches start by moving the ATS code into its own file: ats.c.
> 
> Support for the other two capabilities is based on that change.
> 
> Regards,
> 
> 	Joerg
> 
> Changes to v1:
> 
> 	* Improved Kconfig help-text for PASID
> 	* Some editing in the commit messages
> 
> Diffstat:
> 
>  drivers/pci/Kconfig      |   26 +++
>  drivers/pci/Makefile     |    1 +
>  drivers/pci/ats.c        |  438 ++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/pci/iov.c        |  142 ---------------
>  include/linux/pci-ats.h  |   75 ++++++++
>  include/linux/pci_regs.h |   20 ++
>  6 files changed, 560 insertions(+), 142 deletions(-)

Ping?


  parent reply	other threads:[~2011-10-07 12:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-27 13:57 [PATCH 0/4 v2] PCI: Add support for PASID capability Joerg Roedel
2011-09-27 13:57 ` [PATCH 1/4] PCI: Move ATS implementation into own file Joerg Roedel
2011-10-14 16:06   ` Jesse Barnes
2011-09-27 13:57 ` [PATCH 2/4] PCI: Export ATS functions to modules Joerg Roedel
2011-09-27 13:57 ` [PATCH 3/4] PCI: Add implementation for PRI capability Joerg Roedel
2011-10-29 19:36   ` Geert Uytterhoeven
2011-10-30 14:57     ` Roedel, Joerg
2011-09-27 13:57 ` [PATCH 4/4] PCI: Add support for PASID capability Joerg Roedel
2011-10-07 12:31 ` Joerg Roedel [this message]
2011-10-07 14:05   ` [PATCH 0/4 v2] " Jesse Barnes
2011-10-07 14:59     ` Bjorn Helgaas

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=20111007123133.GD1512@8bytes.org \
    --to=joro@8bytes.org \
    --cc=bhelgaas@google.com \
    --cc=jbarnes@virtuousgeek.org \
    --cc=joerg.roedel@amd.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.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.