From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <david.marchand@6wind.com>
Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42])
 by dpdk.org (Postfix) with ESMTP id B7E4D293B
 for <dev@dpdk.org>; Thu, 21 Apr 2016 10:08:10 +0200 (CEST)
Received: by mail-wm0-f42.google.com with SMTP id u206so118604173wme.1
 for <dev@dpdk.org>; Thu, 21 Apr 2016 01:08:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=mime-version:in-reply-to:references:from:date:message-id:subject:to
 :cc; bh=H3kVDBSfyKTDMisvkuEr4aDg5I50RT4sSGd4kco3GfA=;
 b=JicFWA5CPhfSs4B88DXWTVXnO9u6A3I5nnZ1ioNKhgviO50CZEomuhixBEFsATw8dM
 kKLcPi/fKxyJ8oPzIZOTgNSb5gWeB/VuhaSKgXFlTyPinSRjeUBMkakhYD5ILlYjmkqW
 ol6brvCYeDRkxxoeSjsgpURJ8CY7/s1ljLP1fEqsnU/ITkn5KxLGfZLcYsVjkayRe4FW
 4wqSWamOG+DRGZWCDu8MssF1RZlCicGASu38HcnZ0+TK9tusEujrvuRzFxWsxlQQFCBo
 364hZJ/3d42RCaFYF6quA9FcVhTBIOULkJoudERAw5nu1+5hUCIWm3Ek0bNhMgUVz87i
 k16A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:mime-version:in-reply-to:references:from:date
 :message-id:subject:to:cc;
 bh=H3kVDBSfyKTDMisvkuEr4aDg5I50RT4sSGd4kco3GfA=;
 b=mNRnsSqSxnI0O3X3fN0ehVYonCfB1fWgGxhcT4+YkhSkHwvEFxOb0eaURuytWujdHQ
 IOjdkhxprGK+sVz1pwK7hms54PtDCoVv7sls1MLw6oODkrkA9eh6VAJLDHjVDZAL9Pyf
 bAxwPjyG+IQzweQ5sOCr2QBc/Sg6v7NtotmXvB4WY90Vkqd+zSyUpZBu2Y4D8TDIuWEa
 BV8xiKYb7j5GVTxHXRM63u9YFIs/yLGelt3cIf9iCkwmNaSfAd+d+NVSqXxDfxVleOUp
 uL08dLJFkawzgv2vFaxPLmZS/4cWXMT8gbMkRKKfQZ8hjyzO5z05IorGw32khoUfdoPH
 n5Hg==
X-Gm-Message-State: AOPr4FUyJxE6IR1Dmx6yp2tuFWuFwbhA2Hk2IcJSTEROyRoYNGBrO8Ln2jfG6G45rZEQdV0pVAlJHAoPTwpyqjsV
X-Received: by 10.194.103.98 with SMTP id fv2mr13471669wjb.23.1461226090554;
 Thu, 21 Apr 2016 01:08:10 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.28.96.2 with HTTP; Thu, 21 Apr 2016 01:07:51 -0700 (PDT)
In-Reply-To: <1461156236-25349-1-git-send-email-david.marchand@6wind.com>
References: <1453120248-28274-1-git-send-email-david.marchand@6wind.com>
 <1461156236-25349-1-git-send-email-david.marchand@6wind.com>
From: David Marchand <david.marchand@6wind.com>
Date: Thu, 21 Apr 2016 10:07:51 +0200
Message-ID: <CALwxeUtP-wj3uDEQ7mcG-affz09WqN2jxsa0rG5N3oKwTNR9_w@mail.gmail.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Cc: Thomas Monjalon <thomas.monjalon@6wind.com>, 
 Stephen Hemminger <stephen@networkplumber.org>, 
 "Richardson, Bruce" <bruce.richardson@intel.com>,
 Neil Horman <nhorman@tuxdriver.com>, 
 Panu Matilainen <pmatilai@redhat.com>,
 Christian Ehrhardt <christian.ehrhardt@canonical.com>
Content-Type: text/plain; charset=UTF-8
Subject: Re: [dpdk-dev] [PATCH v3 00/13] kill global pci device id list
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: Thu, 21 Apr 2016 08:08:10 -0000

On Wed, Apr 20, 2016 at 2:43 PM, David Marchand
<david.marchand@6wind.com> wrote:
> - not storing the pci ids in a dedicated section anymore, pci drivers are
>   exported and parsed by a quickly written (and naive) tool

Rethinking about this, this part won't do.
Stripping symbols breaks it, and I had to go some gymnastics to get
the symbols, while having exported information sanitised as strings in
a dedicated section constructed at build time would be saner.
Yes, this really sounds like modinfo ...

Volunteers ?


-- 
David Marchand