All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brice Goglin <brice@myri.com>
To: Lukas Hejtmanek <xhejtman@ics.muni.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Regression: myri10ge driver in 2.6.26
Date: Wed, 23 Jul 2008 22:17:31 +0200	[thread overview]
Message-ID: <488791DB.5090204@myri.com> (raw)
In-Reply-To: <20080723125426.GN4359@ics.muni.cz>

Lukas Hejtmanek wrote:
> Hello,
>
> On Wed, Jul 23, 2008 at 10:17:54AM +0200, Brice Goglin wrote:
>   
>> Thanks for testing, I just sent the patch to stable@
>>     
>
> it seems, I got another problem with the driver from 2.6.26:
>   

Does this help ?

--- linux.old/drivers/net/myri10ge/myri10ge.c	2008-07-23 17:13:20.000000000 +0200
+++ linux/drivers/net/myri10ge/myri10ge.c	2008-07-23 22:07:58.000000000 +0200
@@ -3126,6 +3126,8 @@ static int myri10ge_probe(struct pci_dev
 
 	mgp = netdev_priv(netdev);
 	mgp->dev = netdev;
+	mgp->ss.mgp = mgp;
+	mgp->ss.dev = mgp->dev;
 	netif_napi_add(netdev, &mgp->ss.napi, myri10ge_poll, myri10ge_napi_weight);
 	mgp->pdev = pdev;
 	mgp->csum_flag = MXGEFW_FLAGS_CKSUM;



  reply	other threads:[~2008-07-23 20:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-22 15:04 Regression: myri10ge driver in 2.6.26 Lukas Hejtmanek
2008-07-22 21:29 ` Willy Tarreau
2008-07-22 22:11 ` Brice Goglin
2008-07-22 22:52   ` Brice Goglin
2008-07-23  8:06     ` Lukas Hejtmanek
2008-07-23  8:17       ` Brice Goglin
2008-07-23 12:54         ` Lukas Hejtmanek
2008-07-23 20:17           ` Brice Goglin [this message]
2008-07-24 13:43             ` Lukas Hejtmanek
2008-07-24 17:12               ` Brice Goglin

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=488791DB.5090204@myri.com \
    --to=brice@myri.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xhejtman@ics.muni.cz \
    /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.