Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1642803

Re: [PATCH 2/2] PCI: Avoid bus reset for Cavium cn8xxx root ports.

From Auger Eric <eric.auger@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2] PCI: Avoid bus reset for Cavium cn8xxx root ports.
Date 2017-05-16 22:20 +0200
Message-ID <tHR6N-1Me-15@gated-at.bofh.it> (permalink)
References <tHR6N-1Me-7@gated-at.bofh.it> <tHR6N-1Me-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

On 16/05/2017 02:17, David Daney wrote:
> Root ports of cn8xxx do not function after bus reset when used with
> some e1000e and LSI HBA devices.  Add a quirk to prevent bus reset on
> these root ports.
I understand the bus reset would work along with a variety of other
child devices. I guess there is no way to be more accurate and forbid
the bus reset only when incompatible child devices are found?
> 
> Signed-off-by: David Daney <david.daney@cavium.com>
> ---
>  drivers/pci/quirks.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index 085fb78..02cd847 100644
> --- a/drivers/pci/quirks.c
> +++ b/drivers/pci/quirks.c
> @@ -3347,6 +3347,14 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0032, quirk_no_bus_reset);
>  DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x003c, quirk_no_bus_reset);
>  DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0033, quirk_no_bus_reset);
>  
> +/*
> + * Root port on some Cavium CN8xxx chips do not successfully complete
> + * a bus reset when used with certain types child devices.  Config
s/types /types of
Thanks

Eric
> + * space access to the child may quit responding.  Flag the root port
> + * as not supporting bus reset.
> + */
> +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_CAVIUM, 0xa100, quirk_no_bus_reset);
> +
>  static void quirk_no_pm_reset(struct pci_dev *dev)
>  {
>  	/*
> 

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH 2/2] PCI: Avoid bus reset for Cavium cn8xxx root ports. Auger Eric <eric.auger@redhat.com> - 2017-05-16 22:20 +0200
  Re: [PATCH 2/2] PCI: Avoid bus reset for Cavium cn8xxx root ports. Alex Williamson <alex.williamson@redhat.com> - 2017-05-16 22:50 +0200
  Re: [PATCH 2/2] PCI: Avoid bus reset for Cavium cn8xxx root ports. Joe Perches <joe@perches.com> - 2017-05-17 09:10 +0200
    Re: [PATCH 2/2] PCI: Avoid bus reset for Cavium cn8xxx root ports. Jon Masters <jcm@redhat.com> - 2017-05-17 16:10 +0200

csiph-web