netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Jeff Garzik <jeff@garzik.org>
Cc: Eduardo Habkost <ehabkost@redhat.com>,
	Ingo Molnar <mingo@elte.hu>,
	linux-kernel@vger.kernel.org, NetDev <netdev@vger.kernel.org>,
	David Miller <davem@davemloft.net>
Subject: Re: [PATCH 2/2] xen-netfront: call netif_start_queue() on xennet_open()
Date: Thu, 24 Jul 2008 11:39:25 -0700	[thread overview]
Message-ID: <4888CC5D.9030800@goop.org> (raw)
In-Reply-To: <4888CA2A.1060509@garzik.org>

Jeff Garzik wrote:
> Jeremy Fitzhardinge wrote:
>> Eduardo Habkost wrote:
>>> xen-netfront was waking the queue before calling netif_start_queue(),
>>> triggering the BUG_ON() on __netif_schedule().
>>>
>>> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
>>>   
>> Ok,
>> Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
>>
>> but Ingo, do you want to pick this up?  You're gathering a collection 
>> of these patches anyway, or should we kick it over to Dave/Jeff?
>>
>>    J
>>
>>> ---
>>>  drivers/net/xen-netfront.c |    2 +-
>>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c
>>> index 902bbe7..c749bdb 100644
>>> --- a/drivers/net/xen-netfront.c
>>> +++ b/drivers/net/xen-netfront.c
>>> @@ -329,7 +329,7 @@ static int xennet_open(struct net_device *dev)
>>>      }
>>>      spin_unlock_bh(&np->rx_lock);
>>>  
>>> -    xennet_maybe_wake_tx(dev);
>>> +    netif_start_queue(dev);
>
> This is clearly a net driver change, it should go this way... 

OK, all your's.

    J


  reply	other threads:[~2008-07-24 18:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1216912546-6971-1-git-send-email-ehabkost@redhat.com>
     [not found] ` <1216912546-6971-2-git-send-email-ehabkost@redhat.com>
2008-07-24 15:45   ` [PATCH 2/2] xen-netfront: call netif_start_queue() on xennet_open() Jeremy Fitzhardinge
2008-07-24 18:30     ` Jeff Garzik
2008-07-24 18:39       ` Jeremy Fitzhardinge [this message]
2008-07-31 20:03         ` Eduardo Habkost
2008-07-31 20:09           ` Jeremy Fitzhardinge

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=4888CC5D.9030800@goop.org \
    --to=jeremy@goop.org \
    --cc=davem@davemloft.net \
    --cc=ehabkost@redhat.com \
    --cc=jeff@garzik.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --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).