Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753338AbcDOCVD (ORCPT ); Thu, 14 Apr 2016 22:21:03 -0400 Received: from mail-ig0-f196.google.com ([209.85.213.196]:36684 "EHLO mail-ig0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751652AbcDOCVB (ORCPT ); Thu, 14 Apr 2016 22:21:01 -0400 MIME-Version: 1.0 In-Reply-To: <1460678121-30308-1-git-send-email-kys@microsoft.com> References: <1460678121-30308-1-git-send-email-kys@microsoft.com> Date: Thu, 14 Apr 2016 19:21:00 -0700 X-Google-Sender-Auth: ZRik_qEZt_g3UO3s-caI3JrvkRQ Message-ID: Subject: Re: [PATCH net-next 0/2] ethernet: intel: Support Hyper-V hosts From: Jeff Kirsher To: "K. Y. Srinivasan" Cc: David Miller , netdev , LKML , devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, jasowang@redhat.com, eli@mellanox.com, jackm@mellanox.com, yevgenyp@mellanox.com, "Ronciak, John" , intel-wired-lan@linuxonhyperv.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1026 Lines: 21 On Thu, Apr 14, 2016 at 4:55 PM, K. Y. Srinivasan wrote: > Make adjustments to the Intel 10G VF driver to support > running on Hyper-V hosts. > > K. Y. Srinivasan (2): > ethernet: intel: Add the device ID's presented while running on > Hyper-V > intel: ixgbevf: Support Windows hosts (Hyper-V) > > drivers/net/ethernet/intel/ixgbevf/defines.h | 5 + > drivers/net/ethernet/intel/ixgbevf/ixgbevf.h | 11 ++ > drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 56 ++++++--- > drivers/net/ethernet/intel/ixgbevf/mbx.c | 12 ++ > drivers/net/ethernet/intel/ixgbevf/vf.c | 138 +++++++++++++++++++++ > drivers/net/ethernet/intel/ixgbevf/vf.h | 2 + > 6 files changed, 206 insertions(+), 18 deletions(-) Don't know how you butchered the mailing list address, but you did not send this series to intel-wired-lan@lists.osuosl.org mailing list. Please address the requested changes that Mark suggested and resubmit to the correct mailing list please.