From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Claudiu Manoil <claudiu.manoil@freescale.com>
Cc: netdev@vger.kernel.org,
Paul Gortmaker <paul.gortmaker@windriver.com>,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [PATCH 3/4][net-next] gianfar: Remove redundant programming of [rt]xic registers
Date: Tue, 19 Mar 2013 21:49:27 +0400 [thread overview]
Message-ID: <5148A527.7050206@cogentembedded.com> (raw)
In-Reply-To: <1363714805-9142-4-git-send-email-claudiu.manoil@freescale.com>
Hello.
On 19-03-2013 21:40, Claudiu Manoil wrote:
> For Multi Q Multi Group (MQ_MG_MODE) mode, the Rx/Tx colescing registers [rt]xic
> are aliased with the [rt]xic0 registers (coalescing setting regs for Q0). This
> avoids programming twice in a row the coalescing registers for the Rx/Tx hw Q0.
> Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
> ---
> drivers/net/ethernet/freescale/gianfar.c | 24 ++++++++++++------------
> 1 file changed, 12 insertions(+), 12 deletions(-)
> diff --git a/drivers/net/ethernet/freescale/gianfar.c b/drivers/net/ethernet/freescale/gianfar.c
> index 3f07dbd..e28b3e6 100644
> --- a/drivers/net/ethernet/freescale/gianfar.c
> +++ b/drivers/net/ethernet/freescale/gianfar.c
> @@ -1821,20 +1821,9 @@ void gfar_configure_coalescing(struct gfar_private *priv,
[...]
> if (priv->mode == MQ_MG_MODE) {
> + int i = 0;
Empty line wouldn't hurt here, after declaration.
> baddr = ®s->txic0;
> for_each_set_bit(i, &tx_mask, priv->num_tx_queues) {
> gfar_write(baddr + i, 0);
> @@ -1848,6 +1837,17 @@ void gfar_configure_coalescing(struct gfar_private *priv,
> if (likely(priv->rx_queue[i]->rxcoalescing))
> gfar_write(baddr + i, priv->rx_queue[i]->rxic);
> }
> + } else {
> + /* Backward compatible case ---- even if we enable
s/----/--/
WBR, Sergei
next prev parent reply other threads:[~2013-03-19 17:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-19 17:40 [PATCH 0/4][net-next] gianfar: Address napi polling issues Claudiu Manoil
2013-03-19 17:40 ` [PATCH 1/4][net-next] gianfar: Fix tx napi polling Claudiu Manoil
2013-03-19 17:40 ` [PATCH 2/4][net-next] gianfar: Poll only active Rx queues Claudiu Manoil
2013-03-19 17:40 ` [PATCH 3/4][net-next] gianfar: Remove redundant programming of [rt]xic registers Claudiu Manoil
2013-03-19 17:49 ` Sergei Shtylyov [this message]
2013-03-19 17:40 ` [PATCH 4/4][net-next] gianfar: Refactor config coalescing calls for all queues Claudiu Manoil
2013-03-20 17:22 ` [PATCH 0/4][net-next] gianfar: Address napi polling issues David Miller
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=5148A527.7050206@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=claudiu.manoil@freescale.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=paul.gortmaker@windriver.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).