netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: eilong@broadcom.com
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH 01/34]bnx2x: Using singlethread work queue
Date: Wed, 14 Jan 2009 21:23:02 -0800 (PST)	[thread overview]
Message-ID: <20090114.212302.80063588.davem@davemloft.net> (raw)
In-Reply-To: <1231951360.11301.122.camel@lb-tlvb-eliezer>

From: "Eilon Greenstein" <eilong@broadcom.com>
Date: Wed, 14 Jan 2009 18:42:40 +0200

> Since slow-path events, including link update, are handled in
> work-queue, a race condition was introduced in the self-test that
> sometimes caused the link status to fail: the self-test was running
> under RTNL lock, and if the link-watch was scheduled it stoped the
> shared work-queue (waiting for the RTNL lock) and so the link update
> event was not handled until the self-test ended (releasing the RTNL
> lock) with failure (since the link status was not updated)
>
> Signed-off-by: Eilon Greenstein <eilong@broadcom.com>

Applied.

      reply	other threads:[~2009-01-15  5:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-14 16:42 [PATCH 01/34]bnx2x: Using singlethread work queue Eilon Greenstein
2009-01-15  5:23 ` David Miller [this message]

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=20090114.212302.80063588.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=eilong@broadcom.com \
    --cc=netdev@vger.kernel.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).