From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Greg Rose <gregory.v.rose@intel.com>,
netdev@vger.kernel.org, gospo@redhat.com, bphilips@novell.com,
Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Subject: [net-next-2.6 01/21] ixgbevf: Fix Version String
Date: Sat, 12 Mar 2011 04:20:08 -0800 [thread overview]
Message-ID: <1299932428-3114-2-git-send-email-jeffrey.t.kirsher@intel.com> (raw)
In-Reply-To: <1299932428-3114-1-git-send-email-jeffrey.t.kirsher@intel.com>
From: Greg Rose <gregory.v.rose@intel.com>
The kernel version string is off by a major version number since
new silicon was just introduced and also uses the wrong format for
the version postfix.
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
drivers/net/ixgbevf/ixgbevf_main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c
index c1fb2c1..2f6bc31 100644
--- a/drivers/net/ixgbevf/ixgbevf_main.c
+++ b/drivers/net/ixgbevf/ixgbevf_main.c
@@ -51,7 +51,7 @@ char ixgbevf_driver_name[] = "ixgbevf";
static const char ixgbevf_driver_string[] =
"Intel(R) 82599 Virtual Function";
-#define DRV_VERSION "1.1.0-k0"
+#define DRV_VERSION "2.0.0-k2"
const char ixgbevf_driver_version[] = DRV_VERSION;
static char ixgbevf_copyright[] =
"Copyright (c) 2009 - 2010 Intel Corporation.";
--
1.7.4
next prev parent reply other threads:[~2011-03-12 12:20 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-12 12:20 [net-next-2.6 00/21][pull request] Intel Wired LAN Driver Updates Jeff Kirsher
2011-03-12 12:20 ` Jeff Kirsher [this message]
2011-03-12 12:20 ` [net-next-2.6 02/21] ixgbevf: Fix Driver String Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 03/21] igb: Add Energy Efficient Ethernet (EEE) for i350 devices Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 04/21] igb: Update NVM functions to work with " Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 05/21] igb: Add DMA Coalescing feature to driver Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 06/21] igb: Bump version to 3.0.6 Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 07/21] ixgbe: DCB, implement capabilities flags Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 08/21] ixgbe: DCB, implement ieee_setapp dcbnl ops Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 09/21] ixgbe: DCB remove ixgbe_fcoe_getapp routine Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 10/21] ixgbe: DCB, use multiple Tx rings per traffic class Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 11/21] ixgbe: enable ndo_tc_setup Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 12/21] ixgbe: DCB: enable RSS to be used with DCB Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 13/21] ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strict Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 14/21] ixgbe: IEEE 802.1Qaz, implement priority assignment table Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 15/21] ixgbe: DCB during ifup use correct CEE or IEEE mode Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 16/21] ixgbe: remove timer reset to 0 on timeout Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 17/21] ixgbe: update PHY code to support 100Mbps as well as 1G/10G Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 18/21] ixgbe: correct typo in define name Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 19/21] ixgbe: DCB, set minimum bandwidth per traffic class Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 20/21] ixgbe: add support for VF Transmit rate limit using iproute2 Jeff Kirsher
2011-03-12 12:20 ` [net-next-2.6 21/21] ixgbe: DCB, PFC not cleared until reset occurs Jeff Kirsher
2011-03-12 22:42 ` [net-next-2.6 00/21][pull request] Intel Wired LAN Driver Updates 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=1299932428-3114-2-git-send-email-jeffrey.t.kirsher@intel.com \
--to=jeffrey.t.kirsher@intel.com \
--cc=bphilips@novell.com \
--cc=davem@davemloft.net \
--cc=gospo@redhat.com \
--cc=gregory.v.rose@intel.com \
--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).