From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52])
 by dpdk.org (Postfix) with ESMTP id 24D0DF936
 for <dev@dpdk.org>; Mon, 19 Dec 2016 14:30:17 +0100 (CET)
Received: by mail-wm0-f52.google.com with SMTP id f82so101140937wmf.1
 for <dev@dpdk.org>; Mon, 19 Dec 2016 05:30:17 -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:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=rGbfLhM5aSBS1sL0tzIVgibEKh8nEfg1lJO3Z2yXIOY=;
 b=C81PtoxhSGiO4b283JNwNOpdUpdzU470HX1GCvsfFzOKsUKZmsAwcJ/K23zZy6RdHa
 KZyBKvAcGxkVlBh3UFJWW7c7MB2sHy6dqeRiwiu4j1YUA26J9lgfUFm3gOCTQ1dy3SP8
 VrCv+jWrArVVb0BY/kcl1od+kv7jE2+uaYRtk7f50K27sVmg8PWgMbnjV9+mZM8HpBtw
 BqTJa0ditQKciszjGAvSPaRUimgNLpjaFqNjtfdYQVaC8RYkrW6DnJ6CjdqoGuj+TKm7
 7DceyrOuA/W58cIZCeCmnkCjeqhoza0Fg4sU/0M2kmQFKgou762k48yJgokYrnld/LUq
 HeMg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=rGbfLhM5aSBS1sL0tzIVgibEKh8nEfg1lJO3Z2yXIOY=;
 b=bEMWGi1uQserpHruY/23kbB69ovt3A19MvjwRkL8gPI2Z0uB29d2UO7J9/asyrwBv9
 oOKXpf3dk/9hkigX1HwxgWig7yNagL6/R8ioRbE3180QJ4W/XaHl4qxNa/1w1d5R80ik
 GyojiXvrgdpxRp8d2VqMLhD4Spkfr7ACP836s2EShJ2D5LXQdZKObenDWkKJ+bry9iQU
 GsvT79EeaejGl5L2SJDsA9uVxnU9vUTUy1TfRbV14J/BTk86O4lG15gzPsWAEYU3AuyS
 wiZQcu7Npt/22k0AkGzcRUFLyrCm8gD3FiWXnI+uY9fZvKrVIRilA9289+eaYGBTaf79
 1RYg==
X-Gm-Message-State: AIkVDXJwON1ih5rqVblS4v641qitKsgxxX/+jssSkmoqGRKZ/g4DZuBtJ6+ZUixM9DKXPx8h
X-Received: by 10.28.213.133 with SMTP id m127mr14530975wmg.90.1482154216779; 
 Mon, 19 Dec 2016 05:30:16 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id w18sm17286223wme.9.2016.12.19.05.30.15
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 19 Dec 2016 05:30:16 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Olivier Matz <olivier.matz@6wind.com>
Cc: Ferruh Yigit <ferruh.yigit@intel.com>, dev@dpdk.org, nhorman@tuxdriver.com,
 vido@cesnet.cz, fiona.trahe@intel.com, stephen@networkplumber.org,
 adrien.mazarguil@6wind.com
Date: Mon, 19 Dec 2016 14:30:15 +0100
Message-ID: <1587591.hehWiIMuHa@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <20161216103602.481449e4@platinum>
References: <1479808257-8725-1-git-send-email-olivier.matz@6wind.com>
 <ba0a18d0-d4db-3c65-f11c-10465924082d@intel.com>
 <20161216103602.481449e4@platinum>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v3] drivers: advertise kmod dependencies in
	pmdinfo
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <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, 19 Dec 2016 13:30:17 -0000

2016-12-16 10:36, Olivier Matz:
> Hi Ferruh,
> 
> On Thu, 15 Dec 2016 14:52:02 +0000, Ferruh Yigit
> <ferruh.yigit@intel.com> wrote:
> > This patch is for master branch, what do you think targeting it to
> > next-net tree?
> > So that new PMDs also can be included into patch?
> 
> That makes sense, I can rebase on next-net.
> Thomas, do you agree?

Yes I agree, this patch is mainly about drivers/net.