linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: l.stach@pengutronix.de (Lucas Stach)
To: linux-arm-kernel@lists.infradead.org
Subject: [E1000-devel] ARM support for igb driver
Date: Tue, 06 May 2014 17:24:33 +0200	[thread overview]
Message-ID: <1399389873.29530.3.camel@weser.hi.pengutronix.de> (raw)
In-Reply-To: <201405061718.54012.arnd@arndb.de>

Am Dienstag, den 06.05.2014, 17:18 +0200 schrieb Arnd Bergmann:
> On Monday 05 May 2014, Alexander Duyck wrote:
> > Glad to hear that this is working on your ARM platform as expected.
> > 
> > I believe the issue Shiv is having is due to a problem with the specific
> > platform as the IGB device is reporting a Data Link Protocol error via
> > AER and I believe this is what is causing his platform issues.  On
> > enabling BME the device is likely signalling a Fatal Error message in
> > response to the DLP error.  The original error he was seeing was:
> > 
> > Unhandled fault: imprecise external abort (0x1406) at 0x00000000
> 
> This isn't too uncommon. There are a couple of traditional PCI host drivers
> that register an imprecise external abort handler to catch this and
> then look at the host controller registers.
> 
> Out of the pcie hosts, only drivers/pci/host/pci-imx6.c catches
> this error, but it then goes on to ignore it, not even printing
> a message about it.
> 
I think this handler is mostly there to handle the imprecise external
abort happening on DW pcie IP if the bus scan tries to access an
non-existent device. That's why it silently ignores this error.

BTW: I can confirm that igb i350 works on i.MX6.

Regards,
Lucas
-- 
Pengutronix e.K.             | Lucas Stach                 |
Industrial Linux Solutions   | http://www.pengutronix.de/  |

  reply	other threads:[~2014-05-06 15:24 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAHH3p5KAwyMOY=ai_h0eM+JwYLtTO8d4jVaVOWVtOakhqPRTew@mail.gmail.com>
     [not found] ` <CF7EA37A.4676A%matthew.vick@intel.com>
     [not found]   ` <CAHH3p5JFc3jgeK7OFd1rtgDS3gjRdjiPr3LwwqfyKMPGSTwMWA@mail.gmail.com>
     [not found]     ` <CF7FD060.46A87%matthew.vick@intel.com>
     [not found]       ` <CAHH3p5J8V6uWEzbCoT+x-6_2x1q=nc=_oMn0qnnj113FmeuW6A@mail.gmail.com>
     [not found]         ` <9B4A1B1917080E46B64F07F2989DADD6533627A5@ORSMSX114.amr.corp.intel.com>
     [not found]           ` <CAHH3p5KEPXw5mxP-13evd774nyO5C13ky0=fCaZPCNVx1gh3Ow@mail.gmail.com>
     [not found]             ` <CAHH3p5LaRwgdECxsO4OZSdWEhGt232yj-3347kYEStP6NLg2xg@mail.gmail.com>
     [not found]               ` <5360041A.7030005@intel.com>
     [not found]                 ` <CAHH3p5L6WM3FaZ19Tw9vUcsk+kERfBKnGC2BRtnftJR1pbSF7g@mail.gmail.com>
2014-05-05 15:28                   ` [E1000-devel] ARM support for igb driver Alexander Duyck
     [not found]                     ` <CAHH3p5KEbvziVxg-9o45-chp=6U2JnW=ffk1p85GKFyWXiX8CQ@mail.gmail.com>
2014-05-05 20:00                       ` Alexander Duyck
2014-05-05 20:38                     ` Thomas Petazzoni
2014-05-05 21:20                       ` Alexander Duyck
     [not found]                         ` <CAHH3p5L4DaORYJ8_6zMEY3ikEnABU1L0B2C6Fezb_g6dCjtr5Q@mail.gmail.com>
2014-05-06 14:58                           ` Alexander Duyck
2014-06-03 14:57                             ` Ben Dooks
2014-05-06 15:18                         ` Arnd Bergmann
2014-05-06 15:24                           ` Lucas Stach [this message]
2014-05-06 15:33                             ` Arnd Bergmann
2014-05-30 11:50                               ` shiv prakash Agarwal
2014-05-30 17:21                                 ` Alexander Duyck
2014-05-30 18:02                                   ` shiv prakash Agarwal
2014-05-30 19:18                                     ` Jason Gunthorpe
2014-05-30 19:35                                       ` shiv prakash Agarwal
2014-05-30 19:56                                         ` Arnd Bergmann
2014-05-30 20:14                                           ` shiv prakash Agarwal
2014-05-30 21:11                                             ` Fujinaka, Todd
2014-05-31 18:34                                             ` Arnd Bergmann
2014-06-01  5:56                                               ` shiv prakash Agarwal
2014-06-01 11:46                                                 ` Arnd Bergmann
2014-06-02  4:53                                                   ` shiv prakash Agarwal
2014-06-02 16:05                                                     ` Fujinaka, Todd
2014-06-03 12:33                                                       ` shiv prakash Agarwal
2014-06-03 14:49                         ` Ben Dooks
2014-06-03 15:05                           ` Arnd Bergmann
2014-06-03 15:13                             ` Ben Dooks
2014-06-03 15:23                               ` Arnd Bergmann
2014-06-03 15:31                                 ` Ben Dooks

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=1399389873.29530.3.camel@weser.hi.pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.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).