From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com
 [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id E89B8C44C
 for <dev@dpdk.org>; Mon, 29 Jun 2015 12:15:39 +0200 (CEST)
Received: by wiwl6 with SMTP id l6so94701950wiw.0
 for <dev@dpdk.org>; Mon, 29 Jun 2015 03:15:39 -0700 (PDT)
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=zGndD7XB2ydGCjFCAFO4iIVA2Rf9J//r0Wkb0JvkG5k=;
 b=HKhcSx9buM4vkBYaV8XJMkVs4H86j6tHMEaxfGr/4U64u58FRZ02A8g/8M/QUpfRYx
 SS0kFXckE1kiyJtX6R1bq0q+vJpwxjLEbGeRSnUZqBNeV8HqQNBYCax5ATOP1IwO/TLc
 KeUmk0/ZN7Up81eSMB/pQwnTOA7p7X77NK/jADoqbq+AajBR+No2t79E0RKmdNkLAwwq
 wwZcTg+dy9CfEgKYIF39DRJD6vT9Lzwg2Vqz/ONsmNNAg5GTt6j0nn3Rv2zc8MLIjx6I
 Os5sLBfPBWCpoKmZAdgulP9Lj5GS+js9Mq62uZnZLG4JhOVCRee+yoPpT7G5ypIFfdqA
 VquA==
X-Gm-Message-State: ALoCoQkbe5gJjsaAvHXn6Q/3dZWPKUA/+l4kzTyzQoaxXyTwNnwwFO24QSrFsRYJ0JfA4QbhrU5d
X-Received: by 10.194.235.227 with SMTP id up3mr29537955wjc.132.1435572939858; 
 Mon, 29 Jun 2015 03:15:39 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id j7sm63183580wjz.11.2015.06.29.03.15.38
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 29 Jun 2015 03:15:39 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Date: Mon, 29 Jun 2015 12:14:31 +0200
Message-ID: <1548758.acyH0nYNor@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <1431052872-4739-1-git-send-email-stephen@networkplumber.org>
References: <1431052872-4739-1-git-send-email-stephen@networkplumber.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] bond: initialize backpointer from pci device
	to driver
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Jun 2015 10:15:40 -0000

2015-05-07 19:41, Stephen Hemminger:
> Add missing initialization of to pci_dev driver
> The link from pci_dev back to the ethernet driver was not being set.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Applied, thanks