Re: linux-next: ibmveth runtime errors
From: David Miller <davem@davemloft.net>
Date: 2011-04-28 20:46:38
Also in:
linux-next, lkml, netdev
From: David Miller <davem@davemloft.net>
Date: 2011-04-28 20:46:38
Also in:
linux-next, lkml, netdev
From: Stephen Rothwell <redacted> Date: Thu, 28 Apr 2011 12:11:24 +1000
From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= <mirq-linux@rere.qmqm.pl>
Date: Thu, 28 Apr 2011 11:59:15 +1000
Subject: [PATCH] net: ibmveth: force reconfiguring checksum settings on
startup
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Commit b9367bf3ee6d ("net: ibmveth: convert to hw_features") accidentally
removed call to ibmveth_set_csum_offload() in ibmveth_probe(). Put the
call back where it was, but with additional error checking provided
by ibmveth_set_features().
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Reported-by: Stephen Rothwell <redacted>
[sfr: dev -> netdev]
Signed-off-by: Stephen Rothwell <redacted>Applied, thanks everyone.