From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id CE6A79372 for ; Sun, 6 Dec 2015 22:41:29 +0100 (CET) Received: by wmuu63 with SMTP id u63so119063703wmu.0 for ; Sun, 06 Dec 2015 13:41:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=o9mGnKs/mPOu3aqXUgPqcR23WiLnSYBUCYyEJ6leMqY=; b=EjG+A21Yfz4a9wZ27tIcOdhmN8M5/K1gZ3L3OrPJwJ6J25h1yXPb2aGkEYXrC0TRfj fNpFA4YGmYeiYXOBi80kt9endEaMIJ/O7//+A1wZ3KsFbiHx1J7fvKvE5Hq8RH/z67Jr D2LmKawZkcPU3/WVYTDvSr1yNo5FdAO9j0dYk0ViGfFlvOcBk5Iei+VNRAk1u/AutOm/ jCAnytTLBiVMlysq9RjVTjsuf8FFAicsW10vBZzpArBxcg47JkCJN1hnZ/8ej2wActOO gTEKyvrLSMypwTswlq+FlzG1K/9n1ywnLCHOg3KEcEGmHgF88ONMVCBVMn0pLcIJTbbP DWDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=o9mGnKs/mPOu3aqXUgPqcR23WiLnSYBUCYyEJ6leMqY=; b=JJ+mbnvmdRgDrg4nUALJBAx4TVSkEwt+GNL5SD6D2RVaOOJFRHeNlfc77aqpPJw6VX bkadxYlSPavcuY7HjTY4NbcRhgmanY3vcTcgjcOf20dbhKQXg0IOt0smfoEWIL1CdY1L ADV/Ut+YgpHWicuvvsyTZtOUL8SRhr0f4Uu0csZRgRVdOUJ6XHW3jIP6agmOg8T4en+1 yTJGrVOSytAGc5PDh2nYEVv9fOylqfnYKvaPdFT1b5hYwinTwq1eyHCWTWVTlPcWoByt bG2YkZXens+1owpy3OI9+2E2oVSKeI5Pi1D5N1ezlcF2H7TDZBRec7sX+Vui+niqi3qr 1oxw== X-Gm-Message-State: ALoCoQk9LPFNz+8FEsT2KkcdBWa6pxp6IavSPmSOUbIdsVbJfH9PxwB7kMEgHvUdSRUe+dUDCEyH X-Received: by 10.28.54.21 with SMTP id d21mr16726566wma.20.1449438089655; Sun, 06 Dec 2015 13:41:29 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id z66sm13696957wmz.7.2015.12.06.13.41.28 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Dec 2015 13:41:28 -0800 (PST) From: Thomas Monjalon To: Stephen Hemminger Date: Sun, 06 Dec 2015 22:40:18 +0100 Message-ID: <1613711.Wu1GlVNI5X@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20151203070645.GA8269@scalar.blr.asicdesigners.com> References: <1449094578-1562-1-git-send-email-stephen@networkplumber.org> <20151203070645.GA8269@scalar.blr.asicdesigners.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] cxgbe: explictly mark this as pci_driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 21:41:30 -0000 2015-12-03 12:36, Rahul Lakkireddy: > On Wednesday, December 12/02/15, 2015 at 14:16:18 -0800, Stephen Hemminger wrote: > > The upcoming Hyper-V driver converts the pci_drv element > > in struct eth_driver to a union. When vmbus is added the > > pci_drv needs to be explicit. Easier to fix the issue > > ahead of time. > > > > This is backwards compatiable with previous code. > > > > Signed-off-by: Stephen Hemminger > > Acked-by: Rahul Lakkireddy Applied, thanks