netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brice Goglin <brice@myri.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: netdev@vger.kernel.org
Subject: [PATCH 2.6.28 2/4] myri10ge: Rename DCA-related firmware counters
Date: Fri, 12 Sep 2008 19:48:06 +0200	[thread overview]
Message-ID: <48CAAB56.8020103@myri.com> (raw)
In-Reply-To: <48CAAAEF.1060205@myri.com>

Rename the cryptic "dca_capable" to "dca_capable_firmware"
and "dca_enabled" to "dca_device_present" in the firmware
counters.

Signed-off-by: Brice Goglin <brice@myri.com>
---
 drivers/net/myri10ge/myri10ge.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.git/drivers/net/myri10ge/myri10ge.c
===================================================================
--- linux-2.6.git.orig/drivers/net/myri10ge/myri10ge.c	2008-09-12 19:27:21.000000000 +0200
+++ linux-2.6.git/drivers/net/myri10ge/myri10ge.c	2008-09-12 19:27:23.000000000 +0200
@@ -1688,7 +1688,7 @@
 	"read_dma_bw_MBs", "write_dma_bw_MBs", "read_write_dma_bw_MBs",
 	"serial_number", "watchdog_resets",
 #ifdef CONFIG_DCA
-	"dca_capable", "dca_enabled",
+	"dca_capable_firmware", "dca_device_present",
 #endif
 	"link_changes", "link_up", "dropped_link_overflow",
 	"dropped_link_error_or_filtered",



  parent reply	other threads:[~2008-09-12 17:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-12 17:46 [PATCH 2.6.28] myri10ge updates + multiqueue TX Brice Goglin
2008-09-12 17:47 ` [PATCH 2.6.28 1/4] myri10ge: Stop scaring people when DCA is built but absent Brice Goglin
2008-09-13 19:30   ` Jeff Garzik
2008-09-12 17:48 ` Brice Goglin [this message]
2008-09-12 17:49 ` [PATCH 2.6.28 3/4] myri10ge: Add Toeplitz-hashing related routines Brice Goglin
2008-09-12 19:54   ` Ben Hutchings
2008-09-12 22:32   ` Duyck, Alexander H
2008-09-12 17:50 ` [PATCH 2.6.28 4/4] myri10ge: Add multiqueue TX support Brice Goglin

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=48CAAB56.8020103@myri.com \
    --to=brice@myri.com \
    --cc=jeff@garzik.org \
    --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).