netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike McCormack <mikem@ring3k.org>
To: Stephen Hemminger <shemminger@vyatta.com>
Cc: netdev@vger.kernel.org
Subject: [PATCH 0/5] sky2: Avoid down and up during sky2_reset
Date: Wed, 10 Feb 2010 23:11:43 +0900	[thread overview]
Message-ID: <4B72BE9F.2000602@ring3k.org> (raw)


Hi Stephen,

This patch set reimplements sky2_reset so that 

 * interrupts are disabled during reset
 * memory is not free'd and reallocated
 * tx queues are stopped during reset, but the device is not brought down

Additionally, it avoids partial initialization of the hardware when ring buffer allocation fails.

The rx ring still needs to be fully allocated for sky2_up to succeed.

thanks,

Mike


                 reply	other threads:[~2010-02-10 14:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4B72BE9F.2000602@ring3k.org \
    --to=mikem@ring3k.org \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@vyatta.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 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).