[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090325.144207.225365184.davem@davemloft.net>
Date: Wed, 25 Mar 2009 14:42:07 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: Joakim.Tjernlund@...nsmode.se
Cc: dada1@...mosbay.com, avorontsov@...mvista.com, leoli@...escale.com,
linuxppc-dev@...abs.org, netdev@...r.kernel.org
Subject: Re: [PATCH] ucc_geth: Move freeing of TX packets to NAPI context.
From: Joakim Tjernlund <Joakim.Tjernlund@...nsmode.se>
Date: Wed, 25 Mar 2009 16:16:24 +0100
> UCC_GETH_DEV_WEIGHT needs to be a bit bigger than the number of RX
> HW buffers avaliable, otherwise one won't be able to drain the whole
> queue in one go. Changing weight to something bigger made a big
> difference.
You're not supposed to "drain the whole queue in one go", that
is not the goal of the weight value.
The goal of the weight value is that it is low enough such that
other devices also scheduled for NAPI on the current processor
can get some fair time to process packets too.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists