From: Willy Tarreau <w@1wt.eu>
To: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org, Jason Cooper <jason@lakedaemon.net>,
Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@free-electrons.com>,
Lior Amsalem <alior@marvell.com>,
Maen Suleiman <maen@marvell.com>,
linux-arm-kernel@lists.infradead.org,
Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Subject: Re: [PATCH 0/4] Marvell PCIe driver improvements
Date: Thu, 23 May 2013 02:13:53 +0200 [thread overview]
Message-ID: <20130523001353.GH31625@1wt.eu> (raw)
In-Reply-To: <1369228358-32580-1-git-send-email-thomas.petazzoni@free-electrons.com>
Hi Thomas,
On Wed, May 22, 2013 at 03:12:34PM +0200, Thomas Petazzoni wrote:
> Bjorn, Jason, Andrew, Gregory,
>
> You'll find in this patch series 4 small patches that make various
> improvements to the Marvell PCIe driver.
(...)
FWIW, these patches applied on top of your pcie-v10 tree have made
my mini-pcie dual-nic appear for the first time on the mirabox. Till
now I never knew if it was a hardware or software issue since the NIC
does not appear in u-boot nor lspci, whatever the kernel versions,
including the original Marvell one's. The NIC has two functions (one
per controller) and no bridge, so it may be a side effect of your
improvements (or maybe you fixed a bug).
Anyway for me it's a great improvement !
I've not tried it on the OpenBlocks AX3 yet (it was not detected
there previously). But I have good hopes.
For reference, the NIC is Jetway's ADMPEIDLA (intel i350-AM2).
Best regards,
Willy
WARNING: multiple messages have this Message-ID (diff)
From: w@1wt.eu (Willy Tarreau)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Marvell PCIe driver improvements
Date: Thu, 23 May 2013 02:13:53 +0200 [thread overview]
Message-ID: <20130523001353.GH31625@1wt.eu> (raw)
In-Reply-To: <1369228358-32580-1-git-send-email-thomas.petazzoni@free-electrons.com>
Hi Thomas,
On Wed, May 22, 2013 at 03:12:34PM +0200, Thomas Petazzoni wrote:
> Bjorn, Jason, Andrew, Gregory,
>
> You'll find in this patch series 4 small patches that make various
> improvements to the Marvell PCIe driver.
(...)
FWIW, these patches applied on top of your pcie-v10 tree have made
my mini-pcie dual-nic appear for the first time on the mirabox. Till
now I never knew if it was a hardware or software issue since the NIC
does not appear in u-boot nor lspci, whatever the kernel versions,
including the original Marvell one's. The NIC has two functions (one
per controller) and no bridge, so it may be a side effect of your
improvements (or maybe you fixed a bug).
Anyway for me it's a great improvement !
I've not tried it on the OpenBlocks AX3 yet (it was not detected
there previously). But I have good hopes.
For reference, the NIC is Jetway's ADMPEIDLA (intel i350-AM2).
Best regards,
Willy
next prev parent reply other threads:[~2013-05-23 0:14 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-22 13:12 [PATCH 0/4] Marvell PCIe driver improvements Thomas Petazzoni
2013-05-22 13:12 ` Thomas Petazzoni
2013-05-22 13:12 ` [PATCH 1/4] pci: mvebu: no longer fake the slot location of downstream devices Thomas Petazzoni
2013-05-22 13:12 ` Thomas Petazzoni
2013-05-22 13:12 ` [PATCH 2/4] pci: mvebu: allow the enumeration of devices beyond physical bridges Thomas Petazzoni
2013-05-22 13:12 ` Thomas Petazzoni
2013-05-22 14:31 ` Bjorn Helgaas
2013-05-22 14:31 ` Bjorn Helgaas
2013-05-22 13:12 ` [PATCH 3/4] pci: mvebu: emulate an empty capability list Thomas Petazzoni
2013-05-22 13:12 ` Thomas Petazzoni
2013-05-22 14:39 ` Bjorn Helgaas
2013-05-22 14:39 ` Bjorn Helgaas
2013-05-22 14:55 ` Thomas Petazzoni
2013-05-22 14:55 ` Thomas Petazzoni
2013-05-22 13:12 ` [PATCH 4/4] pci: mvebu: fix the emulation of the status register Thomas Petazzoni
2013-05-22 13:12 ` Thomas Petazzoni
2013-05-22 14:49 ` Bjorn Helgaas
2013-05-22 14:49 ` Bjorn Helgaas
2013-05-22 13:43 ` [PATCH 0/4] Marvell PCIe driver improvements Jason Cooper
2013-05-22 13:43 ` Jason Cooper
2013-05-22 15:09 ` Gregory CLEMENT
2013-05-22 15:09 ` Gregory CLEMENT
2013-05-22 15:18 ` Jason Cooper
2013-05-22 15:18 ` Jason Cooper
2013-05-23 0:13 ` Willy Tarreau [this message]
2013-05-23 0:13 ` Willy Tarreau
2013-05-23 6:35 ` Thomas Petazzoni
2013-05-23 6:35 ` Thomas Petazzoni
2013-05-23 6:52 ` Willy Tarreau
2013-05-23 6:52 ` Willy Tarreau
2013-05-23 16:46 ` Jason Gunthorpe
2013-05-23 16:46 ` Jason Gunthorpe
2013-05-23 18:57 ` Thomas Petazzoni
2013-05-23 18:57 ` Thomas Petazzoni
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=20130523001353.GH31625@1wt.eu \
--to=w@1wt.eu \
--cc=alior@marvell.com \
--cc=andrew@lunn.ch \
--cc=bhelgaas@google.com \
--cc=ezequiel.garcia@free-electrons.com \
--cc=gregory.clement@free-electrons.com \
--cc=jason@lakedaemon.net \
--cc=jgunthorpe@obsidianresearch.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pci@vger.kernel.org \
--cc=maen@marvell.com \
--cc=thomas.petazzoni@free-electrons.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.