Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753552AbcDOCve (ORCPT ); Thu, 14 Apr 2016 22:51:34 -0400 Received: from mail-by2on0112.outbound.protection.outlook.com ([207.46.100.112]:11724 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751906AbcDOCvc (ORCPT ); Thu, 14 Apr 2016 22:51:32 -0400 From: KY Srinivasan To: Jeff Kirsher 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 Subject: RE: [PATCH net-next 0/2] ethernet: intel: Support Hyper-V hosts Thread-Topic: [PATCH net-next 0/2] ethernet: intel: Support Hyper-V hosts Thread-Index: AQHRlptg6JDGFymXQkan95Z17bUX85+KTbAAgAAILUA= Date: Fri, 15 Apr 2016 02:51:29 +0000 Message-ID: References: <1460678121-30308-1-git-send-email-kys@microsoft.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: intel.com; dkim=none (message not signed) header.d=none;intel.com; dmarc=none action=none header.from=microsoft.com; x-originating-ip: [2601:600:8c01:121d:e88b:c283:7f:66e2] x-ms-office365-filtering-correlation-id: 746e8adb-a30f-4352-bdbd-08d364d8d89c x-microsoft-exchange-diagnostics: 1;SN2PR03MB1920;5:fDWSLkXymED5ZciBArdCdZy6HKG6qkzP9vYp4dbtKyiMqezibuLDyOW4BhDIcDqb/vActTGRvvWXhswbBpWLWEJkaLsuU78r373MxWv411WyAD/eIR8AeP2iFIjStyBfDJcPRCdXluZ1wjkD44vDJw==;24:ROmg4KmidRUKaMPX4hybxjIuNaf2DtR+TNe5dFuXJMd79NYB2epJ4fdjg9QBleU+0GaNhCX5DDSy3aai1UWeV3RDLsTsEGdU7UEALzHtEMM= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:SN2PR03MB1920; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(61425038)(601004)(2401047)(5005006)(8121501046)(3002001)(10201501046)(6055026)(61426038)(61427038);SRVR:SN2PR03MB1920;BCL:0;PCL:0;RULEID:;SRVR:SN2PR03MB1920; x-forefront-prvs: 0913EA1D60 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(24454002)(13464003)(377454003)(9686002)(189998001)(81166005)(86612001)(5003600100002)(74316001)(5002640100001)(76576001)(4326007)(92566002)(2950100001)(2900100001)(11100500001)(2906002)(10290500002)(110136002)(106116001)(586003)(33656002)(76176999)(19580405001)(19580395003)(86362001)(5005710100001)(87936001)(1220700001)(1096002)(10400500002)(8990500004)(5008740100001)(50986999)(77096005)(102836003)(6116002)(10090500001)(122556002)(54356999)(3826002);DIR:OUT;SFP:1102;SCL:1;SRVR:SN2PR03MB1920;H:SN2PR03MB1919.namprd03.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-MS-Exchange-CrossTenant-originalarrivaltime: 15 Apr 2016 02:51:29.7986 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN2PR03MB1920 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u3F2pdoK031973 Content-Length: 1708 Lines: 43 > -----Original Message----- > From: tarbal@gmail.com [mailto:tarbal@gmail.com] On Behalf Of Jeff Kirsher > Sent: Thursday, April 14, 2016 7:21 PM > To: KY 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 > Subject: Re: [PATCH net-next 0/2] ethernet: intel: Support Hyper-V hosts > > 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. Will do. Thanks, K. Y