public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "K. Y. Srinivasan" <kys@microsoft.com>
To: davem@davemloft.net, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, devel@linuxdriverproject.org,
	olaf@aepfle.de, apw@canonical.com, jasowang@redhat.com,
	eli@mellanox.com, jackm@mellanox.com, yevgenyp@mellanox.com,
	john.ronciak@intel.com, intel-wired-lan@linuxonhyperv.com
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Subject: [PATCH net-next 1/2] ethernet: intel: Add the device ID's presented while running on Hyper-V
Date: Thu, 14 Apr 2016 16:55:41 -0700	[thread overview]
Message-ID: <1460678142-30353-1-git-send-email-kys@microsoft.com> (raw)
In-Reply-To: <1460678121-30308-1-git-send-email-kys@microsoft.com>

Intel SR-IOV cards present different ID when running on Hyper-V.
Add the device IDs presented while running on Hyper-V.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
---
 drivers/net/ethernet/intel/ixgbevf/defines.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/intel/ixgbevf/defines.h b/drivers/net/ethernet/intel/ixgbevf/defines.h
index 5843458..1306a0d 100644
--- a/drivers/net/ethernet/intel/ixgbevf/defines.h
+++ b/drivers/net/ethernet/intel/ixgbevf/defines.h
@@ -33,6 +33,11 @@
 #define IXGBE_DEV_ID_X550_VF		0x1565
 #define IXGBE_DEV_ID_X550EM_X_VF	0x15A8
 
+#define IXGBE_DEV_ID_82599_VF_HV	0x152E
+#define IXGBE_DEV_ID_X540_VF_HV		0x1530
+#define IXGBE_DEV_ID_X550_VF_HV		0x1564
+#define IXGBE_DEV_ID_X550EM_X_VF_HV	0x15A9
+
 #define IXGBE_VF_IRQ_CLEAR_MASK		7
 #define IXGBE_VF_MAX_TX_QUEUES		8
 #define IXGBE_VF_MAX_RX_QUEUES		8
-- 
1.7.4.1

  reply	other threads:[~2016-04-14 22:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-14 23:55 [PATCH net-next 0/2] ethernet: intel: Support Hyper-V hosts K. Y. Srinivasan
2016-04-14 23:55 ` K. Y. Srinivasan [this message]
2016-04-14 23:55   ` [PATCH net-next 2/2] intel: ixgbevf: Support Windows hosts (Hyper-V) K. Y. Srinivasan
2016-04-14 22:34     ` kbuild test robot
2016-04-14 23:01     ` Rustad, Mark D
2016-04-15  0:00       ` KY Srinivasan
2016-04-15  0:06         ` Rustad, Mark D
2016-04-15  0:11           ` KY Srinivasan
2016-04-15  0:19             ` Rustad, Mark D
2016-04-15  0:19             ` Alexander Duyck
2016-04-15  0:26               ` KY Srinivasan
2016-04-14 23:18     ` Alexander Duyck
2016-04-15  2:49       ` KY Srinivasan
2016-04-15 15:39         ` Alexander Duyck
2016-04-15 16:01           ` KY Srinivasan
2016-04-16  0:54             ` KY Srinivasan
2016-04-15  2:21 ` [PATCH net-next 0/2] ethernet: intel: Support Hyper-V hosts Jeff Kirsher
2016-04-15  2:51   ` KY Srinivasan

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=1460678142-30353-1-git-send-email-kys@microsoft.com \
    --to=kys@microsoft.com \
    --cc=apw@canonical.com \
    --cc=davem@davemloft.net \
    --cc=devel@linuxdriverproject.org \
    --cc=eli@mellanox.com \
    --cc=intel-wired-lan@linuxonhyperv.com \
    --cc=jackm@mellanox.com \
    --cc=jasowang@redhat.com \
    --cc=john.ronciak@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=olaf@aepfle.de \
    --cc=yevgenyp@mellanox.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