All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Damien Thébault" <damien.thebault@vitec.com>
To: "linux@arm.linux.org.uk" <linux@arm.linux.org.uk>
Cc: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"anna.schumaker@netapp.com" <anna.schumaker@netapp.com>,
	"trond.myklebust@primarydata.com"
	<trond.myklebust@primarydata.com>,
	"linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: NFS/TCP/IPv6 acting strangely in 4.2
Date: Wed, 16 Sep 2015 06:53:57 +0000	[thread overview]
Message-ID: <1442386435.3756.282.camel@vitec.com> (raw)
In-Reply-To: <20150911113839.GO21084@n2100.arm.linux.org.uk>

T24gRnJpLCAyMDE1LTA5LTExIGF0IDEyOjM4ICswMTAwLCBSdXNzZWxsIEtpbmcgLSBBUk0gTGlu
dXggd3JvdGU6DQo+IEkgaGF2ZSBhIHJlY2VudCBNYXJ2ZWxsIEFybWFkYSAzODggYm9hcmQgaGVy
ZSB3aGljaCB1c2VzIHRoZSBtdm5ldGENCj4gZHJpdmVyLiAgSSdtIHNlZWluZyBzb21lIHdlaXJk
IGVmZmVjdHMgd2l0aCBORlMgd2l0aCBpdCBhY3RpbmcgYXMgYQ0KPiBjbGllbnQuDQoNCkhlbGxv
LA0KDQpJJ20gdXBncmFkaW5nIGEgTWFydmVsbGUgQXJtYWRhIDM3MCBib2FyZCB1c2luZyB0aGUg
bXZuZXRhIGRyaXZlciBmcm9tDQo0LjAgdG8gNC4yIGFuZCBub3RpY2VkIGlzc3VlcyB3aXRoIE5G
UyBib290aW5nLg0KQmFzaWNhbGx5LCBtb3N0IG9mIHRoZSB0aW1lIGluaXQgcmV0dXJucyB3aXRo
IGFuIGVycm9yIGNvZGUsIG9yDQpwcm9ncmFtcyBzZWdmYXVsdCBvciB0aHJvdyBpbGxlZ2FsIGlu
c3RydWN0aW9ucy4NCg0KU2luY2UgaXQgd29ya2VkIGZpbmUgb24gNC4wIEkgYmlzZWN0ZWQgdW50
aWwgSSBmb3VuZCBjb21taXQNCmE4NGUzMjg5NDE5MWNmY2JmZmE1NDE4MGQ3OGQ3ZDQ2NTRkNTZj
MjAgIm5ldDogbXZuZXRhOiBmaXggcmVmaWxsaW5nDQpmb3IgUnggRE1BIGJ1ZmZlcnMiLg0KDQpJ
ZiBJIHJldmVydCB0aGlzIGNvbW1pdCwgZXZlcnl0aGluZyBzZWVtcyB0byBnZXQgYmFjayB0byBu
b3JtYWwuDQpDb3VsZCB5b3UgdHJ5IGl0ID8gVGhlIHR3byBpc3N1ZXMgbG9vayB2ZXJ5IHNpbWls
YXIuDQoNClJlZ2FyZHMNCi0tIA0KRGFtaWVuIFRow6liYXVsdA0KDQo=

WARNING: multiple messages have this Message-ID (diff)
From: damien.thebault@vitec.com (Damien Thébault)
To: linux-arm-kernel@lists.infradead.org
Subject: NFS/TCP/IPv6 acting strangely in 4.2
Date: Wed, 16 Sep 2015 06:53:57 +0000	[thread overview]
Message-ID: <1442386435.3756.282.camel@vitec.com> (raw)
In-Reply-To: <20150911113839.GO21084@n2100.arm.linux.org.uk>

On Fri, 2015-09-11 at 12:38 +0100, Russell King - ARM Linux wrote:
> I have a recent Marvell Armada 388 board here which uses the mvneta
> driver.  I'm seeing some weird effects with NFS with it acting as a
> client.

Hello,

I'm upgrading a Marvelle Armada 370 board using the mvneta driver from
4.0 to 4.2 and noticed issues with NFS booting.
Basically, most of the time init returns with an error code, or
programs segfault or throw illegal instructions.

Since it worked fine on 4.0 I bisected until I found commit
a84e32894191cfcbffa54180d78d7d4654d56c20 "net: mvneta: fix refilling
for Rx DMA buffers".

If I revert this commit, everything seems to get back to normal.
Could you try it ? The two issues look very similar.

Regards
-- 
Damien Th?bault

WARNING: multiple messages have this Message-ID (diff)
From: "Damien Thébault" <damien.thebault@vitec.com>
To: "linux@arm.linux.org.uk" <linux@arm.linux.org.uk>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>,
	"trond.myklebust@primarydata.com"
	<trond.myklebust@primarydata.com>,
	"anna.schumaker@netapp.com" <anna.schumaker@netapp.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: NFS/TCP/IPv6 acting strangely in 4.2
Date: Wed, 16 Sep 2015 06:53:57 +0000	[thread overview]
Message-ID: <1442386435.3756.282.camel@vitec.com> (raw)
In-Reply-To: <20150911113839.GO21084@n2100.arm.linux.org.uk>

On Fri, 2015-09-11 at 12:38 +0100, Russell King - ARM Linux wrote:
> I have a recent Marvell Armada 388 board here which uses the mvneta
> driver.  I'm seeing some weird effects with NFS with it acting as a
> client.

Hello,

I'm upgrading a Marvelle Armada 370 board using the mvneta driver from
4.0 to 4.2 and noticed issues with NFS booting.
Basically, most of the time init returns with an error code, or
programs segfault or throw illegal instructions.

Since it worked fine on 4.0 I bisected until I found commit
a84e32894191cfcbffa54180d78d7d4654d56c20 "net: mvneta: fix refilling
for Rx DMA buffers".

If I revert this commit, everything seems to get back to normal.
Could you try it ? The two issues look very similar.

Regards
-- 
Damien Thébault

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2015-09-16  7:25 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-11 11:38 NFS/TCP/IPv6 acting strangely in 4.2 Russell King - ARM Linux
2015-09-11 11:38 ` Russell King - ARM Linux
2015-09-11 13:04 ` Eric Dumazet
2015-09-11 13:04   ` Eric Dumazet
2015-09-11 13:04   ` Eric Dumazet
2015-09-11 13:18   ` Russell King - ARM Linux
2015-09-11 13:18     ` Russell King - ARM Linux
2015-09-11 13:18     ` Russell King - ARM Linux
2015-09-11 14:33   ` Russell King - ARM Linux
2015-09-11 14:33     ` Russell King - ARM Linux
2015-09-11 15:06     ` Russell King - ARM Linux
2015-09-11 15:06       ` Russell King - ARM Linux
2015-09-11 15:18       ` Eric Dumazet
2015-09-11 15:18         ` Eric Dumazet
2015-09-11 16:24         ` Russell King - ARM Linux
2015-09-11 16:24           ` Russell King - ARM Linux
2015-09-11 16:49           ` Russell King - ARM Linux
2015-09-11 16:49             ` Russell King - ARM Linux
2015-09-11 16:49             ` Russell King - ARM Linux
2015-09-17 13:57             ` Russell King - ARM Linux
2015-09-17 13:57               ` Russell King - ARM Linux
2015-09-17 13:57               ` Russell King - ARM Linux
2015-09-17 14:18               ` Trond Myklebust
2015-09-17 14:18                 ` Trond Myklebust
2015-09-17 14:18                 ` Trond Myklebust
2015-09-17 16:27                 ` Benjamin Coddington
2015-09-17 16:27                   ` Benjamin Coddington
2015-09-17 16:27                   ` Benjamin Coddington
2015-09-17 22:03                   ` Trond Myklebust
2015-09-17 22:03                     ` Trond Myklebust
2015-09-17 21:47                 ` Russell King - ARM Linux
2015-09-17 21:47                   ` Russell King - ARM Linux
2015-09-17 21:47                   ` Russell King - ARM Linux
2015-09-17 22:03                   ` Trond Myklebust
2015-09-17 22:03                     ` Trond Myklebust
2015-09-17 22:03                     ` Trond Myklebust
2015-09-16  6:53 ` Damien Thébault [this message]
2015-09-16  6:53   ` Damien Thébault
2015-09-16  6:53   ` Damien Thébault
2015-09-16  7:15   ` Gregory CLEMENT
2015-09-16  7:15     ` Gregory CLEMENT
2015-09-16  7:15     ` Gregory CLEMENT
2015-09-16  7:39     ` Damien Thébault
2015-09-16  7:39       ` Damien Thébault
2015-09-16  7:39       ` Damien Thébault
2015-09-16  7:31   ` Willy Tarreau
2015-09-16  7:31     ` Willy Tarreau
2015-09-17 14:06   ` Russell King - ARM Linux
2015-09-17 14:06     ` Russell King - ARM Linux

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=1442386435.3756.282.camel@vitec.com \
    --to=damien.thebault@vitec.com \
    --cc=anna.schumaker@netapp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=netdev@vger.kernel.org \
    --cc=trond.myklebust@primarydata.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.